DBA Data[Home] [Help]

APPS.OTA_RESOURCE_BOOKING_SWI dependencies on OTA_RESOURCE_BOOKING_API

Line 107: ota_resource_booking_api.create_resource_booking

103: );
104: --
105: -- Call API
106: --
107: ota_resource_booking_api.create_resource_booking
108: (p_effective_date => p_effective_date
109: ,p_supplied_resource_id => p_supplied_resource_id
110: ,p_date_booking_placed => p_date_booking_placed
111: ,p_status => p_status

Line 268: ota_resource_booking_api.delete_resource_booking

264: --
265: --
266: -- Call API
267: --
268: ota_resource_booking_api.delete_resource_booking
269: (p_resource_booking_id => p_resource_booking_id
270: ,p_object_version_number => p_object_version_number
271: ,p_validate => l_validate
272: );

Line 419: ota_resource_booking_api.update_resource_booking

415: --
416: --
417: -- Call API
418: --
419: ota_resource_booking_api.update_resource_booking
420: (p_effective_date => p_effective_date
421: ,p_supplied_resource_id => p_supplied_resource_id
422: ,p_date_booking_placed => p_date_booking_placed
423: ,p_status => p_status