DBA Data[Home] [Help]

APPS.CN_NOTIFICATION_PUB dependencies on CN_MODULES_ALL_B

Line 132: cn_modules_all_b modules,

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)
136: AND modules.module_id = tm.module_id