DBA Data[Home] [Help]

APPS.INV_RCV_COMMON_APIS dependencies on PO_HEADERS_ALL

Line 7513: from po_headers_all

7509: IF p_po_header_id IS NOT NULL THEN
7510:
7511: Select org_id
7512: into l_operating_unit_id
7513: from po_headers_all
7514: where po_header_id = p_po_header_id;
7515:
7516: END IF;
7517: