DBA Data[Home] [Help]

APPS.PA_FUNDS_CONTROL_PKG1 dependencies on FND_PROFILE

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

1110:
1111: PA_DEBUG.set_curr_function
1112: ('PA_FUNDS_CONTROL_PKG1.create_unrrsvd_lines');
1113:
1114: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
1115: l_debug_mode := NVL(l_debug_mode, 'N');
1116:
1117: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
1118: ,x_write_file => 'LOG'

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

3040:
3041: --- Initialize the error statck
3042: PA_DEBUG.init_err_stack ('PA_FUNDS_CONTROL_PKG1.CREATE_PROJ_ENCUMBRANCE_EVENTS');
3043:
3044: fnd_profile.get('PA_DEBUG_MODE',PA_FUNDS_CONTROL_PKG.g_debug_mode);
3045: PA_FUNDS_CONTROL_PKG.g_debug_mode := NVL(PA_FUNDS_CONTROL_PKG.g_debug_mode, 'N');
3046:
3047: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
3048: ,x_write_file => 'LOG'

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

6343: BEGIN
6344: -- Initialize the error stack
6345: PA_DEBUG.init_err_stack('PA_FUNDS_CONTROL_PKG1.populate_burden_cost');
6346:
6347: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
6348: l_debug_mode := NVL(l_debug_mode, 'N');
6349:
6350: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
6351: ,x_write_file => 'LOG'

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

7220: PA_DEBUG.init_err_stack('PA_FUNDS_CONTROL_PKG1.setup_start_end_dates');
7221: -- set the return status to success
7222: x_return_status := 'S';
7223:
7224: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
7225: l_debug_mode := NVL(l_debug_mode, 'N');
7226:
7227: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
7228: ,x_write_file => 'LOG'

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

8104:
8105: PA_DEBUG.init_err_stack ('PA_FUNDS_CONTROL_PKG1.INTERFACE_TBC_BTC_COMT_UPDATE');
8106:
8107:
8108: fnd_profile.get('PA_DEBUG_MODE',PA_FUNDS_CONTROL_PKG.g_debug_mode);
8109: PA_FUNDS_CONTROL_PKG.g_debug_mode := NVL(PA_FUNDS_CONTROL_PKG.g_debug_mode, 'N');
8110:
8111: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
8112: ,x_write_file => 'LOG'

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

8805:
8806:
8807: BEGIN
8808:
8809: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
8810: l_debug_mode := NVL(l_debug_mode, 'N');
8811:
8812: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
8813: ,x_write_file => 'LOG'