DBA Data[Home] [Help]

APPS.OTA_EVT_BUS dependencies on OTA_EVENTS_VL

Line 1490: from OTA_EVENTS_VL EVT

1486: W_TITLE_IS_UNIQUE boolean;
1487: --
1488: cursor C1 is
1489: select 1
1490: from OTA_EVENTS_VL EVT
1491: where EVT.BUSINESS_GROUP_ID = P_BUSINESS_GROUP_ID
1492: and ( (P_PARENT_EVENT_ID is null )
1493: or (EVT.PARENT_EVENT_ID = P_PARENT_EVENT_ID))
1494: and upper (EVT.TITLE) = upper (P_TITLE)