DBA Data[Home] [Help]

APPS.GME_POST_MIGRATION dependencies on INV_MIGRATE_PROCESS_ORG

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

1913: END IF;
1914: OPEN Cur_loc_details;
1915: FETCH Cur_loc_details INTO l_loc_rec;
1916: CLOSE Cur_loc_details;
1917: inv_migrate_process_org.create_location (p_migration_run_id => g_migration_run_id,
1918: p_organization_id => p_organization_id,
1919: p_subinventory_code => p_subinventory_code,
1920: p_location => p_location,
1921: p_loct_desc => l_loc_rec.loct_desc,