sp_duplicate_booking


Parameters

Name Type Mode
src_booking_id integer IN
arrival date IN
departure date IN
new_guest jsonb IN (DEFAULT NULL)
user_name text IN (DEFAULT NULL)
result_code text OUT
result_msg text OUT
msg_code text OUT
out_booking_id integer OUT

Definition