DBA Data[Home] [Help]

APPS.CN_COLLECTION_GEN dependencies on CN_TABLE_MAPS_ALL

Line 1879: FROM cn_table_maps_all tm,

1875: SELECT tm.table_map_id,
1876: tm.org_id,
1877: tm.module_id,
1878: mo.module_status
1879: FROM cn_table_maps_all tm,
1880: cn_modules_all_b mo
1881: WHERE tm.module_id = mo.module_id
1882: AND tm.org_id = mo.org_id
1883: AND mo.module_status = 'GENERATED'