DBA Data[Home] [Help]

APPS.OTA_TDB_UPD dependencies on OTA_TDB_BUS

Line 213: /*ota_tdb_bus.chk_status_changed

209: --
210: Begin
211: hr_utility.set_location('Entering:'||l_proc, 5);
212: --
213: /*ota_tdb_bus.chk_status_changed
214: (p_line_id => p_rec.line_id
215: ,p_status_type_id => p_rec.booking_status_type_id
216: ,p_daemon_type => p_rec.daemon_type
217: ,p_event_id => p_rec.event_id

Line 265: ota_tdb_bus.chk_status_changed

261: --
262: Begin
263: hr_utility.set_location('Entering:'||l_proc, 5);
264: --
265: ota_tdb_bus.chk_status_changed
266: (p_line_id => p_rec.line_id
267: ,p_status_type_id => p_rec.booking_status_type_id
268: ,p_daemon_type => p_rec.daemon_type
269: ,p_event_id => p_rec.event_id

Line 689: ota_tdb_bus.update_validate(convert_defs(p_rec),p_enrollment_type);

685: -- derive the full record structure values to be updated.
686: --
687: -- 2. Call the supporting update validate operations.
688: --
689: ota_tdb_bus.update_validate(convert_defs(p_rec),p_enrollment_type);
690: --
691: -- Call the supporting pre-update operation
692: --
693: pre_update(p_rec);