DBA Data[Home] [Help]

APPS.INV_MIGRATE_PROCESS_ORG dependencies on HR_LOCATIONS_ALL

Line 1472: UPDATE hr_locations_all

1468: , x_enable_bulk_pick => 'N');
1469:
1470: /* Create back the link to hr locations to point to the created organization */
1471: IF p_addr_id IS NOT NULL THEN
1472: UPDATE hr_locations_all
1473: SET inventory_organization_id = X_organization_id
1474: WHERE location_code = p_orgn_code;
1475: END IF;
1476: END IF; /* IF (p_inventory_org_ind = 'Y' OR (p_inventory_org_ind IS NULL AND p_plant_ind <> 0)) */