DBA Data[Home] [Help]

APPS.POS_CANCEL_ASN dependencies on PO_HEADERS_ALL

Line 1052: PO_HEADERS_ALL POHA

1048: X_ship_to_location_id,
1049: X_operating_unit_id
1050: from
1051: RCV_SHIPMENT_LINES RSL,
1052: PO_HEADERS_ALL POHA
1053: where
1054: rsl.shipment_line_id = p_shipment_line_id
1055: and rsl.po_header_id = poha.po_header_id;
1056: