DBA Data[Home] [Help]

APPS.PA_FUNDS_CONTROL_UTILS2 dependencies on FND_PROFILE

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

28: from pa_implementations_all imp
29: where imp.org_id = nvl(p_proj_org_id,-99) ; /*5368274*/
30:
31: BEGIN
32: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
33: l_debug_mode := NVL(l_debug_mode, 'N');
34:
35: l_debug_stage := 'Inside is_CWK_PO';
36: print_msg(l_debug_mode,l_debug_stage);

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

196: BEGIN
197: --Initialize the error stack
198: PA_DEBUG.set_curr_function('PA_FUNDS_CONTROL_UTILS2.get_CWK_RLMI');
199:
200: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
201: l_debug_mode := NVL(l_debug_mode, 'N');
202:
203: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
204: ,x_write_file => 'LOG'

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

375: BEGIN
376:
377: PA_DEBUG.set_curr_function('PA_FUNDS_CONTROL_UTILS2.checkCWKbdCostCodes');
378:
379: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
380: l_debug_mode := NVL(l_debug_mode, 'N');
381:
382: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
383: ,x_write_file => 'LOG'