DBA Data[Home] [Help]

APPS.OTA_EVT_BUS2 dependencies on OTA_TDB_SHD

Line 381: ota_tdb_shd.g_old_rec.booking_status_type_id);

377: --
378: if p_event_type = 'ENROLLMENT' then
379: --
380: l_old_booking_status := ota_tdb_bus.booking_status_type(
381: ota_tdb_shd.g_old_rec.booking_status_type_id);
382: l_new_booking_status := ota_tdb_bus.booking_status_type(
383: p_booking_status_type_id);
384: if l_old_booking_status in ('P','A','E') and --6683076.Added 'E' as new status.
385: l_new_booking_status in ('W','C','R') and