DBA Data[Home] [Help]

APPS.CSTPMECS dependencies on CST_ORGANIZATION_DEFINITIONS

Line 575: , cst_organization_definitions rcvcur

571: , po_lines_all POL
572: , po_line_locations_all PLL
573: , po_distributions_all POD
574: , mtl_uom_conversions_view UOM
575: , cst_organization_definitions rcvcur
576: , po_system_parameters_all psp
577: , (SELECT DISTINCT operating_unit ou_id, currency_code po_currency
578: FROM cst_organization_definitions ) po_cur
579: WHERE MP.cost_organization_id = I_ORG_ID

Line 578: FROM cst_organization_definitions ) po_cur

574: , mtl_uom_conversions_view UOM
575: , cst_organization_definitions rcvcur
576: , po_system_parameters_all psp
577: , (SELECT DISTINCT operating_unit ou_id, currency_code po_currency
578: FROM cst_organization_definitions ) po_cur
579: WHERE MP.cost_organization_id = I_ORG_ID
580: AND POD.destination_organization_id = MP.organization_id
581: AND POD.destination_type_code = 'INVENTORY'
582: AND NVL(PLL.closed_code, 'OPEN') not in ('FINALLY CLOSED', 'CLOSED',