DBA Data[Home] [Help]

APPS.PA_FUNDS_CONTROL_UTILS2 dependencies on FND_PROFILE

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

177: BEGIN
178: --Initialize the error stack
179: PA_DEBUG.set_curr_function('PA_FUNDS_CONTROL_UTILS2.get_CWK_RLMI');
180:
181: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
182: l_debug_mode := NVL(l_debug_mode, 'N');
183:
184: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
185: ,x_write_file => 'LOG'

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

353: BEGIN
354:
355: PA_DEBUG.set_curr_function('PA_FUNDS_CONTROL_UTILS2.checkCWKbdCostCodes');
356:
357: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
358: l_debug_mode := NVL(l_debug_mode, 'N');
359:
360: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
361: ,x_write_file => 'LOG'