DBA Data[Home] [Help]

APPS.OTA_EVT_BUS2 dependencies on OTA_EVENT_ASSOCIATIONS

Line 422: ota_event_associations

418:
419: cursor check_mandatory_assoc is
420: select count(*)
421: from
422: ota_event_associations
423: where
424: nvl(mandatory_enrollment_flag,'N')= 'Y' and
425: event_id = p_event_id;
426: