DBA Data[Home] [Help]

APPS.OTA_UTILITY dependencies on OTA_EVENT_ASSOCIATIONS

Line 3323: FROM ota_event_associations

3319: IS
3320:
3321: CURSOR csr_cust_associations IS
3322: SELECT null
3323: FROM ota_event_associations
3324: WHERE event_id = p_event_id
3325: AND customer_id IS NOT NULL;
3326:
3327: l_found varchar2(1) ;