DBA Data[Home] [Help]

APPS.PON_PO_INTEGRATION_GRP dependencies on PON_PO_INTEGRATION_GRP

Line 1: PACKAGE BODY PON_PO_INTEGRATION_GRP AS

1: PACKAGE BODY PON_PO_INTEGRATION_GRP AS
2: /* $Header: PONGPOIB.pls 120.2 2006/03/24 09:38:32 smhanda noship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'PON_PO_INTEGRATION_GRP';
5:

Line 4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'PON_PO_INTEGRATION_GRP';

1: PACKAGE BODY PON_PO_INTEGRATION_GRP AS
2: /* $Header: PONGPOIB.pls 120.2 2006/03/24 09:38:32 smhanda noship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'PON_PO_INTEGRATION_GRP';
5:
6: -----------------------------------------------------------------------
7: --Start of Comments
8: --Name: validate_po_purge

Line 128: 'pon.pon_po_integration_grp',

124: x_out_rec.purge_allowed(l_idx) := 'Y';
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';

Line 137: 'pon.pon_po_integration_grp',

133: end if;
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';

Line 165: 'pon.pon_po_integration_grp',

161: x_out_rec.purge_allowed(l_idx) := 'Y';
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';

Line 295: END PON_PO_INTEGRATION_GRP;

291: );
292:
293: END po_purge;
294:
295: END PON_PO_INTEGRATION_GRP;