DBA Data[Home] [Help]

APPS.RCV_ROI_TRANSACTION dependencies on HR_LOCATIONS

Line 1157: FROM hr_locations hl,

1153:
1154: IF (x_cascaded_table(n).ship_to_location_code IS NOT NULL) THEN
1155: SELECT MAX(org.organization_code)
1156: INTO x_to_organization_code
1157: FROM hr_locations hl,
1158: mtl_parameters org
1159: WHERE x_cascaded_table(n).ship_to_location_code = hl.location_code
1160: AND hl.inventory_organization_id = org.organization_id;
1161: