DBA Data[Home] [Help]

APPS.OTA_TDB_UPD dependencies on OTA_DELEGATE_BOOKINGS

Line 67: -- Update the ota_delegate_bookings Row

63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: ota_tdb_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ota_delegate_bookings Row
68: --
69: update ota_delegate_bookings
70: set
71: booking_id = p_rec.booking_id,

Line 69: update ota_delegate_bookings

65: ota_tdb_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ota_delegate_bookings Row
68: --
69: update ota_delegate_bookings
70: set
71: booking_id = p_rec.booking_id,
72: booking_status_type_id = p_rec.booking_status_type_id,
73: delegate_person_id = p_rec.delegate_person_id,