DBA Data[Home] [Help]

APPS.OTA_EVT_BUS dependencies on OTA_CONFERENCES

Line 2879: from OTA_CONFERENCES

2875: /*For bug 4407518 */
2876:
2877: Cursor c_conference_details is
2878: select 'X'
2879: from OTA_CONFERENCES
2880: where event_id = p_event_id;
2881: /* for bug 4407518 */
2882: --
2883: l_dyn_curs integer;