DBA Data[Home] [Help]

APPS.PA_FP_CI_IMPLEMENT_PKG dependencies on FND_PROFILE

Line 3: P_PA_DEBUG_MODE varchar2(1) := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N');

1: package body pa_fp_ci_implement_pkg as
2: /* $Header: PAFPCOMB.pls 120.3.12010000.3 2008/09/10 21:11:27 snizam ship $ */
3: P_PA_DEBUG_MODE varchar2(1) := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N');
4:
5: --3 new parameters are added as part of rounding changes.
6: ---->p_impl_txn_rev_amt : contain the amount in agreement currency for which funding lines should be created
7: ---->p_impl_pc_rev_amt : contain the amount in project currency for which funding lines should be created

Line 93: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);

89: l_projfunc_exchange_rate pa_project_fundings.projfunc_exchange_rate%TYPE;
90: BEGIN
91:
92: x_return_status := FND_API.G_RET_STS_SUCCESS;
93: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
94: l_debug_mode := NVL(l_debug_mode, 'Y');
95: /* the above default is set for testing purpose only
96: need to set to 'N' after testing */
97: IF l_debug_mode = 'Y' THEN