DBA Data[Home] [Help]

APPS.INV_MIGRATE_PROCESS_ORG dependencies on HR_LOCATIONS_ALL

Line 1494: UPDATE hr_locations_all

1490: , x_enable_bulk_pick => 'N');
1491:
1492: /* Create back the link to hr locations to point to the created organization */
1493: IF p_addr_id IS NOT NULL THEN
1494: UPDATE hr_locations_all
1495: SET inventory_organization_id = X_organization_id
1496: WHERE location_code = p_orgn_code;
1497: END IF;
1498: END IF; /* IF (p_inventory_org_ind = 'Y' OR (p_inventory_org_ind IS NULL AND p_plant_ind <> 0)) */