DBA Data[Home] [Help]

APPS.OTA_EVT_BUS dependencies on OTA_ATTEMPTS

Line 2838: from ota_attempts

2834: -- cursor to check if attempts exist for the event
2835: --
2836: Cursor c_attempts_details is
2837: select 'X'
2838: from ota_attempts
2839: where event_id = p_event_id;
2840: --
2841: -- cursor to check if the event is referenced in training plan costs
2842: --