DBA Data[Home] [Help]

APPS.PA_FUNDS_CONTROL_PKG dependencies on FND_PROFILE

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

7280: trunc(p_Expenditure_item_date) <= trunc(l_gl_date) then
7281: /** if the profile option is set then transaction date is gl date otherwise
7282: * gl end date is the gl date
7283: **/
7284: IF nvl(fnd_profile.value_specific('PA_EN_NEW_GLDATE_DERIVATION'),'N') = 'Y' THEN
7285: l_gl_date := p_Expenditure_item_date;
7286: ELSE
7287: l_gl_date := l_gl_date;
7288: END IF;

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

12091:
12092: --- Initialize the error statck
12093: PA_DEBUG.init_err_stack ('PA_FUNDS_CONTROL_PKG.pa_funds_check');
12094:
12095: fnd_profile.get('PA_DEBUG_MODE',g_debug_mode);
12096: g_debug_mode := NVL(g_debug_mode, 'N');
12097:
12098: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
12099: ,x_write_file => 'LOG'

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

13247: BEGIN
13248: --Initialize the error stack
13249: PA_DEBUG.init_err_stack('PA_FUNDS_CONTROL_PKG.PA_GL_CBC_CONFIRMATION');
13250:
13251: fnd_profile.get('PA_DEBUG_MODE',g_debug_mode );
13252: g_debug_mode := NVL(g_debug_mode, 'N');
13253:
13254: If g_debug_mode = 'Y' then
13255: log_message(p_msg_token1=>'Inside PA_GL_CBC_CONFIRMATION api');

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

13698:
13699: --Initialize the error stack
13700: PA_DEBUG.init_err_stack('PA_FUNDS_CONTROL_PKG.tieback_pkt_status');
13701:
13702: fnd_profile.get('PA_DEBUG_MODE',g_debug_mode );
13703: g_debug_mode := NVL(g_debug_mode, 'N');
13704:
13705: If g_debug_mode = 'Y' then
13706: log_message(p_msg_token1=>'Inside tieback_pkt_status api');