DBA Data[Home] [Help]

APPS.PON_VENDORMERGE_GRP dependencies on PON_VENDORMERGE_GRP

Line 1: PACKAGE BODY PON_VENDORMERGE_GRP as

1: PACKAGE BODY PON_VENDORMERGE_GRP as
2: -- $Header: PONVDMGB.pls 120.19 2006/10/04 10:03:20 ppaulsam noship $
3:
4: -- Read the profile option that enables/disables the debug log
5: -- store the profile value for logging in a global constant variable

Line 8: g_pkg_name CONSTANT VARCHAR2(30) := 'PON_VENDORMERGE_GRP';

4: -- Read the profile option that enables/disables the debug log
5: -- store the profile value for logging in a global constant variable
6:
7: g_fnd_debug CONSTANT VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
8: g_pkg_name CONSTANT VARCHAR2(30) := 'PON_VENDORMERGE_GRP';
9: g_api_name CONSTANT VARCHAR2(30) := 'MERGE_VENDOR';
10:
11: /* FORWARD Declaration Start */
12:

Line 131: fnd_file.put_line (fnd_file.log, l_progress|| 'Start : PON_VENDORMERGE_GRP.MERGE_VENDOR ');

127: || ' p_dup_party_site_id ' || p_dup_party_site_id );
128: END IF;
129: END IF; --}
130:
131: fnd_file.put_line (fnd_file.log, l_progress|| 'Start : PON_VENDORMERGE_GRP.MERGE_VENDOR ');
132: fnd_file.put_line (fnd_file.log, l_progress|| ' p_vendor_id ' || p_vendor_id);
133: fnd_file.put_line (fnd_file.log, l_progress|| ' p_dup_vendor_id ' || p_dup_vendor_id);
134: fnd_file.put_line (fnd_file.log, l_progress|| ' p_vendor_site_id ' || p_vendor_site_id);
135: fnd_file.put_line (fnd_file.log, l_progress|| ' p_dup_vendor_site_id ' || p_dup_vendor_site_id);

Line 404: fnd_file.put_line (fnd_file.log, l_progress|| 'End of PON_VENDORMERGE_GRP.MERGE_VENDOR ');

400:
401: l_progress := 112;
402:
403: fnd_file.put_line (fnd_file.log, l_progress|| ' After PON_CONTERMS_UTL_PVT.updateDelivOnVendorMerge call.... ');
404: fnd_file.put_line (fnd_file.log, l_progress|| 'End of PON_VENDORMERGE_GRP.MERGE_VENDOR ');
405:
406: EXCEPTION WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
407: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
408: l_progress := 1000;

Line 1178: END PON_VENDORMERGE_GRP; --}

1174: p_data => x_msg_data);
1175:
1176: END; --}
1177:
1178: END PON_VENDORMERGE_GRP; --}