DBA Data[Home] [Help]

APPS.RCV_FTE_CALL_PVT dependencies on PO_HEADERS_ALL

Line 94: po_headers_all poh,

90: SELECT count(rsl.shipment_line_id)
91: INTO l_valid_lines
92: FROM rcv_shipment_lines rsl,
93: rcv_shipment_headers rsh,
94: po_headers_all poh,
95: po_lines_all pol,
96: po_line_types_b plb
97: WHERE
98: rsh.shipment_header_id = p_shipment_header_id