DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_INTERFACE_SV dependencies on MTL_PARAMETERS

Line 406: mtl_parameters org -- Bugfix 5217098

402: IF (x_cascaded_table(n).ship_to_location_code IS NOT NULL) THEN
403: SELECT MAX(org.organization_code)
404: INTO x_to_organization_code
405: FROM hr_locations hl,
406: mtl_parameters org -- Bugfix 5217098
407: WHERE x_cascaded_table(n).ship_to_location_code = hl.location_code
408: AND hl.inventory_organization_id = org.organization_id;
409:
410: x_cascaded_table(n).to_organization_code := x_to_organization_code;