DBA Data[Home] [Help]

APPS.MRP_SOURCING_API_PK dependencies on PO_HEADERS_ALL

Line 816: po_headers_all poh,

812: rsl.primary_unit_of_measure
813: )),0)
814: INTO x_total_alloc_qty
815: FROM po_lines_all pol,
816: po_headers_all poh,
817: rcv_shipment_lines rsl,
818: rcv_transactions rct
819: WHERE rct.shipment_line_id = rsl.shipment_line_id
820: AND rct.transaction_type = 'DELIVER'