DBA Data[Home] [Help]

APPS.CN_NOTIFICATION_PUB dependencies on CN_TABLE_MAPS_ALL

Line 131: FROM cn_table_maps_all tm,

127: l_return_code VARCHAR2(1);
128:
129: CURSOR c_event (cp_org_id NUMBER) IS
130: SELECT events.event_id
131: FROM cn_table_maps_all tm,
132: cn_modules_all_b modules,
133: cn_events_all_b events
134: WHERE tm.mapping_type = p_source_doc_type
135: AND NVL(tm.org_id,-99) = NVL(cp_org_id,-99)