DBA Data[Home] [Help]

APPS.BSC_MIGRATION dependencies on BSC_LAUNCH_PAD_PVT

Line 266: IF NOT BSC_LAUNCH_PAD_PVT.Migrate_Custom_Links_Security(g_trg_resps(h_i), g_src_resps(h_i), g_db_link) THEN

262: -- responsibilities
263: IF BSC_APPS.APPS_ENV AND g_src_apps_flag THEN
264: -- Source and target systems are in APPS
265: FOR h_i IN 1..g_num_trg_resps LOOP
266: IF NOT BSC_LAUNCH_PAD_PVT.Migrate_Custom_Links_Security(g_trg_resps(h_i), g_src_resps(h_i), g_db_link) THEN
267: RAISE e_unexpected_error;
268: END IF;
269: END LOOP;
270: END IF;

Line 4809: IF NOT BSC_LAUNCH_PAD_PVT.Migrate_Custom_Links(g_db_link) THEN

4805:
4806: -- 5. Migrate custom links
4807: IF BSC_APPS.APPS_ENV AND g_src_apps_flag THEN
4808: -- Source and target systems are in APPS
4809: IF NOT BSC_LAUNCH_PAD_PVT.Migrate_Custom_Links(g_db_link) THEN
4810: RAISE e_unexpected_error;
4811: END IF;
4812: ELSE
4813: -- Source or Target system is personal