DBA Data[Home] [Help]

APPS.INV_RCV_COMMON_APIS dependencies on PO_HEADERS_ALL

Line 8045: from po_headers_all

8041: IF p_po_header_id IS NOT NULL THEN
8042:
8043: Select org_id
8044: into l_operating_unit_id
8045: from po_headers_all
8046: where po_header_id = p_po_header_id;
8047:
8048: END IF;
8049: