DBA Data[Home] [Help]

APPS.INV_GMI_MIGRATION dependencies on INV_MIGRATE_PROCESS_ORG

Line 1856: inv_migrate_process_org.create_location(

1852: EXCEPTION
1853: WHEN NO_DATA_FOUND THEN
1854: -- Create locator in discrete ( dynamic locator)
1855: l_failure_count := 0;
1856: inv_migrate_process_org.create_location(
1857: p_migration_run_id => p_migration_run_id,
1858: p_organization_id => l_organization_id,
1859: p_subinventory_code => adetail.whse_code,
1860: p_location => adetail.location,

Line 2592: inv_migrate_process_org.create_location(

2588: IF (l_subinventory_code is NULL) THEN
2589: l_subinventory_code := bal.whse_code;
2590: END IF;
2591:
2592: inv_migrate_process_org.create_location(
2593: p_migration_run_id => p_migration_run_id,
2594: p_organization_id => l_organization_id,
2595: p_subinventory_code => l_subinventory_code,
2596: p_location => bal.location,