[Home] [Help]
2642: ======================================*/
2643:
2644: SAVEPOINT SAMPLELOC;
2645:
2646: INV_MIGRATE_PROCESS_ORG.CREATE_LOCATION (
2647: p_migration_run_id => p_migration_run_id,
2648: p_organization_id => l_organization_id,
2649: p_subinventory_code => l_subinventory,
2650: p_location => v_samp_rec.location,
2730: /*======================================
2731: Create a Non-validated location.
2732: ======================================*/
2733: SAVEPOINT SAMPLESTORELOC;
2734: INV_MIGRATE_PROCESS_ORG.CREATE_LOCATION (
2735: p_migration_run_id => p_migration_run_id,
2736: p_organization_id => l_storage_org_id,
2737: p_subinventory_code => l_store_subinv,
2738: p_location => v_samp_rec.storage_location,
2791: /*======================================
2792: Create a Non-validated location.
2793: ======================================*/
2794: SAVEPOINT samplesourceloc;
2795: inv_migrate_process_org.create_location
2796: (p_migration_run_id => p_migration_run_id
2797: , p_organization_id => l_source_org_id
2798: , p_subinventory_code => l_source_subinv
2799: , p_location => v_samp_rec.source_location
4320: IF (l_loct_ctl = 2) THEN
4321: /*======================================
4322: Create a Non-validated location.
4323: ======================================*/
4324: INV_MIGRATE_PROCESS_ORG.CREATE_LOCATION (
4325: p_migration_run_id => p_migration_run_id,
4326: p_organization_id => l_organization_id,
4327: p_subinventory_code => l_subinventory,
4328: p_location => l_inv_spec.location,
6416: IF (l_mon_loct_ctl = 2) THEN
6417: /*======================================
6418: Create a Non-validated location.
6419: ======================================*/
6420: INV_MIGRATE_PROCESS_ORG.CREATE_LOCATION (
6421: p_migration_run_id => p_migration_run_id,
6422: p_organization_id => l_organization_id,
6423: p_subinventory_code => l_subinventory,
6424: p_location => l_mon_spec.location,
7182: IF (l_splan_loct_ctl = 2) THEN
7183: /*======================================
7184: Create a Non-validated location.
7185: ======================================*/
7186: INV_MIGRATE_PROCESS_ORG.CREATE_LOCATION (
7187: p_migration_run_id => p_migration_run_id,
7188: p_organization_id => l_plan_org_id,
7189: p_subinventory_code => l_plan_subinv,
7190: p_location => l_plan_det.location,
7781: IF (l_svar_loct_ctl = 2) THEN
7782: /*======================================
7783: Create a Non-validated location.
7784: ======================================*/
7785: INV_MIGRATE_PROCESS_ORG.CREATE_LOCATION (
7786: p_migration_run_id => p_migration_run_id,
7787: p_organization_id => l_storage_organization_id,
7788: p_subinventory_code => l_storage_subinventory,
7789: p_location => l_var_rec.storage_location,
8395: IF (l_hist_loct_ctl = 2) THEN
8396: /*======================================
8397: Create a Non-validated location.
8398: ======================================*/
8399: INV_MIGRATE_PROCESS_ORG.CREATE_LOCATION (
8400: p_migration_run_id => p_migration_run_id,
8401: p_organization_id => l_hist_org_id,
8402: p_subinventory_code => l_hist_subinventory,
8403: p_location => l_hist_rec.location,