DBA Data[Home] [Help]

APPS.INV_GMI_MIGRATION dependencies on INV_MIGRATE_PROCESS_ORG

Line 1948: inv_migrate_process_org.create_location(

1944: EXCEPTION
1945: WHEN NO_DATA_FOUND THEN
1946: -- Create locator in discrete ( dynamic locator)
1947: l_failure_count := 0;
1948: inv_migrate_process_org.create_location(
1949: p_migration_run_id => p_migration_run_id,
1950: p_organization_id => l_organization_id,
1951: p_subinventory_code => adetail.whse_code,
1952: p_location => adetail.location,

Line 2712: inv_migrate_process_org.create_location(

2708: IF (l_subinventory_code is NULL) THEN
2709: l_subinventory_code := bal.whse_code;
2710: END IF;
2711:
2712: inv_migrate_process_org.create_location(
2713: p_migration_run_id => p_migration_run_id,
2714: p_organization_id => l_organization_id,
2715: p_subinventory_code => l_subinventory_code,
2716: p_location => bal.location,