DBA Data[Home] [Help]

APPS.CSTPMECS dependencies on PO_HEADERS_ALL

Line 570: , po_headers_all POH

566: SUM((POD.quantity_ordered - NVL(POD.quantity_delivered,0)) *
567: UOM.conversion_rate))) *
568: (1 + I_PER_INC/100) + I_AMT_INC
569: FROM mtl_parameters MP
570: , po_headers_all POH
571: , po_lines_all POL
572: , po_line_locations_all PLL
573: , po_distributions_all POD
574: , mtl_uom_conversions_view UOM