DBA Data[Home] [Help]

APPS.RCV_ROI_TRANSACTION dependencies on HR_LOCATIONS

Line 1584: FROM hr_locations hl,

1580:
1581: IF (x_cascaded_table(n).ship_to_location_code IS NOT NULL) THEN
1582: SELECT MAX(org.organization_code)
1583: INTO x_to_organization_code
1584: FROM hr_locations hl,
1585: mtl_parameters org
1586: WHERE x_cascaded_table(n).ship_to_location_code = hl.location_code
1587: AND hl.inventory_organization_id = org.organization_id;
1588: