DBA Data[Home] [Help]

APPS.OTA_TRB_UPD dependencies on OTA_RESOURCE_BOOKINGS

Line 68: -- Update the ota_resource_bookings Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: ota_trb_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the ota_resource_bookings Row
69: --
70: update ota_resource_bookings
71: set
72: resource_booking_id = p_rec.resource_booking_id

Line 70: update ota_resource_bookings

66: ota_trb_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the ota_resource_bookings Row
69: --
70: update ota_resource_bookings
71: set
72: resource_booking_id = p_rec.resource_booking_id
73: ,supplied_resource_id = p_rec.supplied_resource_id
74: ,event_id = p_rec.event_id

Line 428: (p_module_name => 'OTA_RESOURCE_BOOKINGS'

424: --
425: when hr_api.cannot_find_prog_unit then
426: --
427: hr_api.cannot_find_prog_unit_error
428: (p_module_name => 'OTA_RESOURCE_BOOKINGS'
429: ,p_hook_type => 'AU');
430: --
431: end;
432: --