DBA Data[Home] [Help]

APPS.CN_TABLE_MAPS_PVT dependencies on CN_MODULES_PKG

Line 164: cn_modules_pkg.insert_row (

160: --+
161: --+ Create Module using Source Name and Event Id
162: --+ Added ORG_ID MOAC Change
163: --+
164: cn_modules_pkg.insert_row (
165: x_rowid => l_rowid,
166: x_module_id => p_table_map_rec.module_id,
167: x_module_type => p_table_map_rec.mapping_type,
168: x_repository_id => l_application_repository_id,

Line 516: cn_modules_pkg.delete_row (x_module_id => l_table_map_rec.module_id,

512: x_org_id => p_org_id); -- Added For R12 MOAC
513: --+
514: --+ Delete Module
515: --+
516: cn_modules_pkg.delete_row (x_module_id => l_table_map_rec.module_id,
517: x_org_id => p_org_id); -- Added For R12 MOAC
518: --+
519: --+ Delete Table Map
520: --+