DBA Data[Home] [Help]

APPS.OTA_UTILITY dependencies on OTA_EVENT_ASSOCIATIONS

Line 3240: FROM ota_event_associations

3236: IS
3237:
3238: CURSOR csr_cust_associations IS
3239: SELECT null
3240: FROM ota_event_associations
3241: WHERE event_id = p_event_id
3242: AND customer_id IS NOT NULL;
3243:
3244: l_found varchar2(1) ;