sp_save_guest


Parameters

Name Type Mode
i_guest_id integer IN
i_last_name text IN
i_first_name text IN
i_title_id integer IN (DEFAULT NULL)
i_sex character IN (DEFAULT NULL)
i_birthdate date IN (DEFAULT NULL)
i_nation_id integer IN (DEFAULT NULL)
i_lang_id integer IN (DEFAULT NULL)
i_vip_id integer IN (DEFAULT NULL)
i_address1 text IN (DEFAULT NULL)
i_address2 text IN (DEFAULT NULL)
i_city_id integer IN (DEFAULT NULL)
i_country_id integer IN (DEFAULT NULL)
i_country_res_id integer IN (DEFAULT NULL)
i_emails text[] IN (DEFAULT NULL)
i_telephones text[] IN (DEFAULT NULL)
i_mobiles text[] IN (DEFAULT NULL)
i_company text IN (DEFAULT NULL)
i_occupation_id integer IN (DEFAULT NULL)
i_doc_number citext IN (DEFAULT NULL)
i_doc_type smallint IN (DEFAULT NULL)
i_doc_expire date IN (DEFAULT NULL)
i_doc_country integer IN (DEFAULT NULL)
i_credit_limit t_money IN (DEFAULT NULL)
i_confidential boolean IN (DEFAULT NULL)
i_member_code citext IN (DEFAULT NULL)
i_carplate_no text IN (DEFAULT NULL)
i_remark text IN (DEFAULT NULL)
socials t_social_account[] IN (DEFAULT NULL)
i_likes text[] IN (DEFAULT NULL)
i_dislikes text[] IN (DEFAULT NULL)
credit_cards t_credit_card[] IN (DEFAULT NULL)
photo bytea IN (DEFAULT NULL)
photo_url text IN (DEFAULT NULL)
preserve_old_values boolean IN (DEFAULT true)
i_check_guest_exist boolean IN (DEFAULT false)
out_guest_id integer OUT

Definition