DBA Data[Home] [Help]

APPS.PA_FUNDS_CONTROL_PKG dependencies on FND_PROFILE

Line 7089: IF nvl(fnd_profile.value_specific('PA_EN_NEW_GLDATE_DERIVATION'),'N') = 'Y' THEN

7085: trunc(p_Expenditure_item_date) <= trunc(l_gl_date) then
7086: /** if the profile option is set then transaction date is gl date otherwise
7087: * gl end date is the gl date
7088: **/
7089: IF nvl(fnd_profile.value_specific('PA_EN_NEW_GLDATE_DERIVATION'),'N') = 'Y' THEN
7090: l_gl_date := p_Expenditure_item_date;
7091: ELSE
7092: l_gl_date := l_gl_date;
7093: END IF;

Line 11825: fnd_profile.get('PA_DEBUG_MODE',g_debug_mode);

11821:
11822: --- Initialize the error statck
11823: PA_DEBUG.init_err_stack ('PA_FUNDS_CONTROL_PKG.pa_funds_check');
11824:
11825: fnd_profile.get('PA_DEBUG_MODE',g_debug_mode);
11826: g_debug_mode := NVL(g_debug_mode, 'N');
11827:
11828: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
11829: ,x_write_file => 'LOG'

Line 12923: fnd_profile.get('PA_DEBUG_MODE',g_debug_mode );

12919: BEGIN
12920: --Initialize the error stack
12921: PA_DEBUG.init_err_stack('PA_FUNDS_CONTROL_PKG.PA_GL_CBC_CONFIRMATION');
12922:
12923: fnd_profile.get('PA_DEBUG_MODE',g_debug_mode );
12924: g_debug_mode := NVL(g_debug_mode, 'N');
12925:
12926: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
12927: ,x_write_file => 'LOG'

Line 13367: fnd_profile.get('PA_DEBUG_MODE',g_debug_mode );

13363:
13364: --Initialize the error stack
13365: PA_DEBUG.init_err_stack('PA_FUNDS_CONTROL_PKG.tieback_pkt_status');
13366:
13367: fnd_profile.get('PA_DEBUG_MODE',g_debug_mode );
13368: g_debug_mode := NVL(g_debug_mode, 'N');
13369:
13370: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
13371: ,x_write_file => 'LOG'