DBA Data[Home] [Help]

APPS.PA_FUNDS_CONTROL_PKG1 dependencies on PA_DEBUG

Line 1111: PA_DEBUG.set_curr_function

1107:
1108:
1109: BEGIN
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');

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 1117: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'

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'
1119: ,x_debug_mode => l_debug_mode
1120: );
1121:

Line 3042: PA_DEBUG.init_err_stack ('PA_FUNDS_CONTROL_PKG1.CREATE_PROJ_ENCUMBRANCE_EVENTS');

3038:
3039: BEGIN
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:

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 3047: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'

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'
3049: ,x_debug_mode => PA_FUNDS_CONTROL_PKG.g_debug_mode);
3050:
3051:

Line 3060: PA_DEBUG.Reset_err_stack;

3056: If pa_funds_control_pkg.g_debug_mode = 'Y' then
3057: pa_funds_control_pkg.log_message(p_msg_token1=>'PA NOT INSTALLED IN THIS OU.return code='
3058: ||x_return_code);
3059: end if;
3060: PA_DEBUG.Reset_err_stack;
3061: Return;
3062: END IF;
3063:
3064: -- Bug#6645995 Made this code applicable only for the applications

Line 6345: PA_DEBUG.init_err_stack('PA_FUNDS_CONTROL_PKG1.populate_burden_cost');

6341: AND pbc.status_code IN ('P', 'I');
6342:
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:

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 6350: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'

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'
6352: ,x_debug_mode => l_debug_mode
6353: );
6354:

Line 7126: PA_DEBUG.reset_err_stack;

7122:
7123:
7124: End If;
7125: --re set the error stack
7126: PA_DEBUG.reset_err_stack;
7127: commit; -- to end an active autonmous transaction
7128: return;
7129:
7130: EXCEPTION

Line 7220: PA_DEBUG.init_err_stack('PA_FUNDS_CONTROL_PKG1.setup_start_end_dates');

7216:
7217: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 => 'Inside the setup start and end date api');
7218:
7219: -- Inialize the error stack
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);

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 7227: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'

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'
7229: ,x_debug_mode => l_debug_mode
7230: );
7231: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'amount_type ['||p_amount_type||']boundary_code ['

Line 7352: PA_DEBUG.reset_err_stack;

7348: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'Invalid amount type boundary code');
7349:
7350: x_result_code := 'F123';
7351: x_return_status := 'F';
7352: PA_DEBUG.reset_err_stack;
7353: Return;
7354:
7355: ELSE
7356: x_start_date := l_project_start_date;

Line 7518: PA_DEBUG.reset_err_stack;

7514: PA_FUNDS_CONTROL_PKG.log_message
7515: (p_msg_token1 =>'Invalid Boundary code for Project to Date');
7516: x_result_code := 'F124';
7517: x_return_status := 'F';
7518: PA_DEBUG.reset_err_stack;
7519: Return;
7520: NULL;
7521: END IF;
7522: -- Year to Date - start and End date calculation

Line 7601: PA_DEBUG.reset_err_stack;

7597: PA_FUNDS_CONTROL_PKG.log_message
7598: (p_msg_token1 =>'Invalid boundary code for YTD');
7599: x_result_code := 'F125';
7600: x_return_status := 'F';
7601: PA_DEBUG.reset_err_stack;
7602: Return;
7603: NULL;
7604:
7605: END IF;

Line 7628: PA_DEBUG.reset_err_stack;

7624: PA_FUNDS_CONTROL_PKG.log_message
7625: (p_msg_token1 =>'Invalid boundary code for PTD');
7626: x_result_code := 'F127';
7627: x_return_status := 'F';
7628: PA_DEBUG.reset_err_stack;
7629: Return;
7630: NULL;
7631: END IF;
7632: ELSE

Line 7638: PA_DEBUG.reset_err_stack;

7634: PA_FUNDS_CONTROL_PKG.log_message
7635: (p_msg_token1 =>'Invalid Amount type boundary code');
7636: x_result_code := 'F122';
7637: x_return_status := 'F';
7638: PA_DEBUG.reset_err_stack;
7639: Return;
7640: NULL;
7641:
7642: END IF;

Line 7650: PA_DEBUG.reset_err_stack;

7646: PA_FUNDS_CONTROL_PKG.log_message
7647: (p_msg_token1 =>'Invalid Amount type boundary code');
7648: x_result_code := 'F122';
7649: x_return_status := 'F';
7650: PA_DEBUG.reset_err_stack;
7651: Return;
7652: NULL;
7653: END IF;
7654:

Line 7679: PA_DEBUG.reset_err_stack;

7675: END IF;
7676: PA_FUNDS_CONTROL_PKG.log_message
7677: (p_msg_token1 =>'End of setup start and end date');
7678:
7679: PA_DEBUG.reset_err_stack;
7680: Return;
7681: EXCEPTION
7682:
7683: WHEN NO_DATA_FOUND THEN

Line 7687: PA_DEBUG.reset_err_stack;

7683: WHEN NO_DATA_FOUND THEN
7684: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'Exception: No Data Found - F136');
7685: --Error msg : F136 = Funds check failed at Start and End Date Calculations;
7686: x_result_code := 'F136';
7687: PA_DEBUG.reset_err_stack;
7688: Return;
7689:
7690: WHEN OTHERS THEN
7691: PA_DEBUG.reset_err_stack;

Line 7691: PA_DEBUG.reset_err_stack;

7687: PA_DEBUG.reset_err_stack;
7688: Return;
7689:
7690: WHEN OTHERS THEN
7691: PA_DEBUG.reset_err_stack;
7692: x_result_code := 'T';
7693: RAISE;
7694: END setup_start_end_date;
7695:

Line 8105: PA_DEBUG.init_err_stack ('PA_FUNDS_CONTROL_PKG1.INTERFACE_TBC_BTC_COMT_UPDATE');

8101:
8102: --- Initialize the error statck
8103: x_result_code := 'Success';
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');

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 8111: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'

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'
8113: ,x_debug_mode => PA_FUNDS_CONTROL_PKG.g_debug_mode);
8114:
8115: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

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'

Line 8812: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'

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'
8814: ,x_debug_mode => l_debug_mode
8815: );
8816: -- Initialize the pl/sql tabs