DBA Data[Home] [Help]

APPS.GME_POST_MIGRATION dependencies on INV_MIGRATE_PROCESS_ORG

Line 2133: inv_migrate_process_org.create_location (p_migration_run_id => g_migration_run_id,

2129: END IF;
2130: OPEN Cur_loc_details;
2131: FETCH Cur_loc_details INTO l_loc_rec;
2132: CLOSE Cur_loc_details;
2133: inv_migrate_process_org.create_location (p_migration_run_id => g_migration_run_id,
2134: p_organization_id => p_organization_id,
2135: p_subinventory_code => p_subinventory_code,
2136: p_location => p_location,
2137: p_loct_desc => l_loc_rec.loct_desc,