DBA Data[Home] [Help]

APPS.CN_COLLECTION_GEN dependencies on CN_TABLE_MAPS_ALL

Line 1814: FROM cn_table_maps_all tm,

1810: SELECT tm.table_map_id,
1811: tm.org_id,
1812: tm.module_id,
1813: mo.module_status
1814: FROM cn_table_maps_all tm,
1815: cn_modules_all_b mo
1816: WHERE tm.module_id = mo.module_id
1817: AND tm.org_id = mo.org_id
1818: AND mo.module_status = 'GENERATED'