DBA Data[Home] [Help]

APPS.PA_MC_RETN_INV_DETAIL_PKG dependencies on PA_MC_RETN_INV_DETAIL_PKG

Line 1: PACKAGE BODY PA_MC_RETN_INV_DETAIL_PKG as

1: PACKAGE BODY PA_MC_RETN_INV_DETAIL_PKG as
2: /* $Header: PAMCRIDB.pls 120.2 2005/08/26 11:28:39 skannoji noship $*/
3: g1_debug_mode varchar2(1) := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N');
4:
5: PROCEDURE Process_RetnInvDetails(p_project_id IN NUMBER,

Line 51: pa_retention_util.write_log('Entering pa_mc_retn_inv_detail_pkg.Process_RetnInvDetails');

47:
48:
49: BEGIN
50: IF g1_debug_mode = 'Y' THEN
51: pa_retention_util.write_log('Entering pa_mc_retn_inv_detail_pkg.Process_RetnInvDetails');
52: END IF;
53:
54: IF NOT gl_mc_currency_pkg.G_PA_UPGRADE_MODE THEN
55:

Line 58: -- pa_retention_util.write_log('Leaving pa_mc_retn_inv_detail_pkg.Process_RetnInvDetails');

54: IF NOT gl_mc_currency_pkg.G_PA_UPGRADE_MODE THEN
55:
56: IF p_action ='INSERT' THEN /* Inserting new record */
57:
58: -- pa_retention_util.write_log('Leaving pa_mc_retn_inv_detail_pkg.Process_RetnInvDetails');
59:
60: SELECT p.org_id, p.projfunc_currency_code ,
61: imp.set_of_books_id sob,
62: di.invoice_date invoice_date

Line 181: pa_retention_util.write_log('Leaving pa_mc_retn_inv_detail_pkg.Process_RetnInvDetails');

177: END IF;
178:
179: END IF; /* Not MRC Upgrade */
180: IF g1_debug_mode = 'Y' THEN
181: pa_retention_util.write_log('Leaving pa_mc_retn_inv_detail_pkg.Process_RetnInvDetails');
182: END IF;
183:
184: END Process_RetnInvDetails;
185:

Line 186: END PA_MC_RETN_INV_DETAIL_PKG;

182: END IF;
183:
184: END Process_RetnInvDetails;
185:
186: END PA_MC_RETN_INV_DETAIL_PKG;