DBA Data[Home] [Help]

APPS.OTA_BOOKING_STATUS_TYPE_SWI dependencies on OTA_BOOKING_STATUS_TYPE_API

Line 85: ota_booking_status_type_api.create_booking_status_type

81: );
82: --
83: -- Call API
84: --
85: ota_booking_status_type_api.create_booking_status_type
86: (p_validate => l_validate
87: ,p_effective_date => p_effective_date
88: ,p_business_group_id => p_business_group_id
89: ,p_active_flag => p_active_flag

Line 245: ota_booking_status_type_api.update_booking_status_type

241: --
242: --
243: -- Call API
244: --
245: ota_booking_status_type_api.update_booking_status_type
246: (p_validate => l_validate
247: ,p_effective_date => p_effective_date
248: ,p_business_group_id => p_business_group_id
249: ,p_active_flag => p_active_flag

Line 372: ota_booking_status_type_api.delete_booking_status_type

368: --
369: --
370: -- Call API
371: --
372: ota_booking_status_type_api.delete_booking_status_type
373: (p_validate => l_validate
374: ,p_booking_status_type_id => p_booking_status_type_id
375: ,p_object_version_number => p_object_version_number
376: );