APPS.AP_XML_INVOICE_INBOUND_PKG dependencies on PO_HEADERS_ALL
Line 104: from po_headers_all
100: begin
101: ap_debug_pkg.print('Y','AP_XML_INVOICE_INBOUND_PKG.derive_org_id(+)');
102: begin
103: select distinct org_id into l_org_id 104: from po_headers_all 105: where segment1 = p_po_number;
106: exception
107: when others then
108: ap_debug_pkg.print('Y',