DBA Data[Home] [Help]

APPS.GMD_QC_MIG12 dependencies on INV_MIGRATE_PROCESS_ORG

Line 2687: INV_MIGRATE_PROCESS_ORG.CREATE_LOCATION (

2683: ======================================*/
2684:
2685: SAVEPOINT SAMPLELOC;
2686:
2687: INV_MIGRATE_PROCESS_ORG.CREATE_LOCATION (
2688: p_migration_run_id => p_migration_run_id,
2689: p_organization_id => l_organization_id,
2690: p_subinventory_code => l_subinventory,
2691: p_location => v_samp_rec.location,

Line 2776: INV_MIGRATE_PROCESS_ORG.CREATE_LOCATION (

2772: /*======================================
2773: Create a Non-validated location.
2774: ======================================*/
2775: SAVEPOINT SAMPLESTORELOC;
2776: INV_MIGRATE_PROCESS_ORG.CREATE_LOCATION (
2777: p_migration_run_id => p_migration_run_id,
2778: p_organization_id => l_storage_org_id,
2779: p_subinventory_code => l_store_subinv,
2780: p_location => v_samp_rec.storage_location,

Line 2837: inv_migrate_process_org.create_location

2833: /*======================================
2834: Create a Non-validated location.
2835: ======================================*/
2836: SAVEPOINT samplesourceloc;
2837: inv_migrate_process_org.create_location
2838: (p_migration_run_id => p_migration_run_id
2839: , p_organization_id => l_source_org_id
2840: , p_subinventory_code => l_source_subinv
2841: , p_location => v_samp_rec.source_location

Line 4593: INV_MIGRATE_PROCESS_ORG.CREATE_LOCATION (

4589: IF (l_loct_ctl = 2) THEN
4590: /*======================================
4591: Create a Non-validated location.
4592: ======================================*/
4593: INV_MIGRATE_PROCESS_ORG.CREATE_LOCATION (
4594: p_migration_run_id => p_migration_run_id,
4595: p_organization_id => l_organization_id,
4596: p_subinventory_code => l_subinventory,
4597: p_location => l_inv_spec.location,

Line 6689: INV_MIGRATE_PROCESS_ORG.CREATE_LOCATION (

6685: IF (l_mon_loct_ctl = 2) THEN
6686: /*======================================
6687: Create a Non-validated location.
6688: ======================================*/
6689: INV_MIGRATE_PROCESS_ORG.CREATE_LOCATION (
6690: p_migration_run_id => p_migration_run_id,
6691: p_organization_id => l_organization_id,
6692: p_subinventory_code => l_subinventory,
6693: p_location => l_mon_spec.location,

Line 7455: INV_MIGRATE_PROCESS_ORG.CREATE_LOCATION (

7451: IF (l_splan_loct_ctl = 2) THEN
7452: /*======================================
7453: Create a Non-validated location.
7454: ======================================*/
7455: INV_MIGRATE_PROCESS_ORG.CREATE_LOCATION (
7456: p_migration_run_id => p_migration_run_id,
7457: p_organization_id => l_plan_org_id,
7458: p_subinventory_code => l_plan_subinv,
7459: p_location => l_plan_det.location,

Line 8054: INV_MIGRATE_PROCESS_ORG.CREATE_LOCATION (

8050: IF (l_svar_loct_ctl = 2) THEN
8051: /*======================================
8052: Create a Non-validated location.
8053: ======================================*/
8054: INV_MIGRATE_PROCESS_ORG.CREATE_LOCATION (
8055: p_migration_run_id => p_migration_run_id,
8056: p_organization_id => l_storage_organization_id,
8057: p_subinventory_code => l_storage_subinventory,
8058: p_location => l_var_rec.storage_location,

Line 8668: INV_MIGRATE_PROCESS_ORG.CREATE_LOCATION (

8664: IF (l_hist_loct_ctl = 2) THEN
8665: /*======================================
8666: Create a Non-validated location.
8667: ======================================*/
8668: INV_MIGRATE_PROCESS_ORG.CREATE_LOCATION (
8669: p_migration_run_id => p_migration_run_id,
8670: p_organization_id => l_hist_org_id,
8671: p_subinventory_code => l_hist_subinventory,
8672: p_location => l_hist_rec.location,