DBA Data[Home] [Help]

APPS.PO_CREATE_ASBN_INVOICE dependencies on RCV_SHIPMENT_HEADERS

Line 71: rcv_shipment_headers rsh

67: poh.org_id
68: from
69: po_vendor_sites pvss,
70: po_headers poh,
71: rcv_shipment_headers rsh
72: where
73: poh.vendor_site_id = pvss.vendor_site_id and
74: poh.pcard_id is null and
75: rsh.receipt_source_code = 'VENDOR' and