DBA Data[Home] [Help]

APPS.PON_PO_INTEGRATION_GRP dependencies on PON_BACKING_REQUISITIONS

Line 151: from pon_backing_requisitions

147: select 1
148: into l_references
149: from dual
150: where exists ( select 1
151: from pon_backing_requisitions
152: where requisition_header_id = p_in_rec.entity_ids(l_idx)
153: );
154: exception when no_data_found then
155: l_references := 0;

Line 166: 'po_requisition_headers ' || p_in_rec.entity_ids(l_idx) || ' pon_backing_requisitions');

162: else
163: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then
164: fnd_log.string(fnd_log.level_statement,
165: 'pon.pon_po_integration_grp',
166: 'po_requisition_headers ' || p_in_rec.entity_ids(l_idx) || ' pon_backing_requisitions');
167: end if;
168:
169: x_out_rec.purge_allowed(l_idx) := 'N';
170: end if;