DBA Data[Home] [Help]

APPS.PON_PO_INTEGRATION_GRP dependencies on PON_BID_HEADERS

Line 99: from pon_bid_headers

95: select 1
96: into l_references
97: from dual
98: where exists (select 1
99: from pon_bid_headers
100: where po_header_id = p_in_rec.entity_ids(l_idx)
101: );
102: exception when no_data_found then
103: l_references := 0;

Line 138: 'po_header ' || p_in_rec.entity_ids(l_idx) || ' failed in pon_bid_headers');

134: else
135: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then
136: fnd_log.string(fnd_log.level_statement,
137: 'pon.pon_po_integration_grp',
138: 'po_header ' || p_in_rec.entity_ids(l_idx) || ' failed in pon_bid_headers');
139: end if;
140:
141: x_out_rec.purge_allowed(l_idx) := 'N';
142: end if;