DBA Data[Home] [Help]

APPS.PON_PO_INTEGRATION_GRP dependencies on PON_AUCTION_HEADERS_ALL

Line 113: from pon_auction_headers_all

109: select 1
110: into l_references
111: from dual
112: where exists ( select 1
113: from pon_auction_headers_all
114: where source_doc_msg in ('PO_POTYPE_BLKT', 'PO_POTYPE_CNTR')
115: and source_doc_id = p_in_rec.entity_ids(l_idx)
116: );
117: exception when no_data_found then

Line 129: 'po_header ' || p_in_rec.entity_ids(l_idx) || ' failed in pon_auction_headers_all');

125: else
126: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then
127: fnd_log.string(fnd_log.level_statement,
128: 'pon.pon_po_integration_grp',
129: 'po_header ' || p_in_rec.entity_ids(l_idx) || ' failed in pon_auction_headers_all');
130: end if;
131:
132: x_out_rec.purge_allowed(l_idx) := 'N';
133: end if;