DBA Data[Home] [Help]

APPS.PA_FUNDS_CONTROL_PKG1 dependencies on PA_DEBUG

Line 1126: PA_DEBUG.set_curr_function

1122:
1123:
1124: BEGIN
1125:
1126: PA_DEBUG.set_curr_function
1127: ('PA_FUNDS_CONTROL_PKG1.create_unrrsvd_lines');
1128:
1129: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
1130: l_debug_mode := NVL(l_debug_mode, 'N');

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

1125:
1126: PA_DEBUG.set_curr_function
1127: ('PA_FUNDS_CONTROL_PKG1.create_unrrsvd_lines');
1128:
1129: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
1130: l_debug_mode := NVL(l_debug_mode, 'N');
1131:
1132: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
1133: ,x_write_file => 'LOG'

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

1128:
1129: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
1130: l_debug_mode := NVL(l_debug_mode, 'N');
1131:
1132: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
1133: ,x_write_file => 'LOG'
1134: ,x_debug_mode => l_debug_mode
1135: );
1136:

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

3310:
3311: BEGIN
3312:
3313: --- Initialize the error statck
3314: PA_DEBUG.init_err_stack ('PA_FUNDS_CONTROL_PKG1.CREATE_PROJ_ENCUMBRANCE_EVENTS');
3315:
3316: fnd_profile.get('PA_DEBUG_MODE',PA_FUNDS_CONTROL_PKG.g_debug_mode);
3317: PA_FUNDS_CONTROL_PKG.g_debug_mode := NVL(PA_FUNDS_CONTROL_PKG.g_debug_mode, 'N');
3318:

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

3312:
3313: --- Initialize the error statck
3314: PA_DEBUG.init_err_stack ('PA_FUNDS_CONTROL_PKG1.CREATE_PROJ_ENCUMBRANCE_EVENTS');
3315:
3316: fnd_profile.get('PA_DEBUG_MODE',PA_FUNDS_CONTROL_PKG.g_debug_mode);
3317: PA_FUNDS_CONTROL_PKG.g_debug_mode := NVL(PA_FUNDS_CONTROL_PKG.g_debug_mode, 'N');
3318:
3319: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
3320: ,x_write_file => 'LOG'

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

3315:
3316: fnd_profile.get('PA_DEBUG_MODE',PA_FUNDS_CONTROL_PKG.g_debug_mode);
3317: PA_FUNDS_CONTROL_PKG.g_debug_mode := NVL(PA_FUNDS_CONTROL_PKG.g_debug_mode, 'N');
3318:
3319: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
3320: ,x_write_file => 'LOG'
3321: ,x_debug_mode => PA_FUNDS_CONTROL_PKG.g_debug_mode);
3322:
3323:

Line 3332: PA_DEBUG.Reset_err_stack;

3328: If pa_funds_control_pkg.g_debug_mode = 'Y' then
3329: pa_funds_control_pkg.log_message(p_msg_token1=>'PA NOT INSTALLED IN THIS OU.return code='
3330: ||x_return_code);
3331: end if;
3332: PA_DEBUG.Reset_err_stack;
3333: Return;
3334: END IF;
3335:
3336: -- Bug#6645995 Made this code applicable only for the applications

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

6684: AND pbc.status_code IN ('P', 'I');
6685:
6686: BEGIN
6687: -- Initialize the error stack
6688: PA_DEBUG.init_err_stack('PA_FUNDS_CONTROL_PKG1.populate_burden_cost');
6689:
6690: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
6691: l_debug_mode := NVL(l_debug_mode, 'N');
6692:

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

6686: BEGIN
6687: -- Initialize the error stack
6688: PA_DEBUG.init_err_stack('PA_FUNDS_CONTROL_PKG1.populate_burden_cost');
6689:
6690: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
6691: l_debug_mode := NVL(l_debug_mode, 'N');
6692:
6693: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
6694: ,x_write_file => 'LOG'

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

6689:
6690: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
6691: l_debug_mode := NVL(l_debug_mode, 'N');
6692:
6693: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
6694: ,x_write_file => 'LOG'
6695: ,x_debug_mode => l_debug_mode
6696: );
6697:

Line 7473: PA_DEBUG.reset_err_stack;

7469:
7470:
7471: End If;
7472: --re set the error stack
7473: PA_DEBUG.reset_err_stack;
7474: commit; -- to end an active autonmous transaction
7475: return;
7476:
7477: EXCEPTION

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

7563:
7564: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 => 'Inside the setup start and end date api');
7565:
7566: -- Inialize the error stack
7567: PA_DEBUG.init_err_stack('PA_FUNDS_CONTROL_PKG1.setup_start_end_dates');
7568: -- set the return status to success
7569: x_return_status := 'S';
7570:
7571: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);

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

7567: PA_DEBUG.init_err_stack('PA_FUNDS_CONTROL_PKG1.setup_start_end_dates');
7568: -- set the return status to success
7569: x_return_status := 'S';
7570:
7571: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
7572: l_debug_mode := NVL(l_debug_mode, 'N');
7573:
7574: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
7575: ,x_write_file => 'LOG'

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

7570:
7571: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
7572: l_debug_mode := NVL(l_debug_mode, 'N');
7573:
7574: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
7575: ,x_write_file => 'LOG'
7576: ,x_debug_mode => l_debug_mode
7577: );
7578: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'amount_type ['||p_amount_type||']boundary_code ['

Line 7711: PA_DEBUG.reset_err_stack;

7707: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'Invalid amount type boundary code');
7708:
7709: x_result_code := 'F123';
7710: x_return_status := 'F';
7711: PA_DEBUG.reset_err_stack;
7712: Return;
7713:
7714: ELSE
7715: x_start_date := l_project_start_date;

Line 7887: PA_DEBUG.reset_err_stack;

7883: PA_FUNDS_CONTROL_PKG.log_message
7884: (p_msg_token1 =>'Invalid Boundary code for Project to Date');
7885: x_result_code := 'F124';
7886: x_return_status := 'F';
7887: PA_DEBUG.reset_err_stack;
7888: Return;
7889: NULL;
7890: END IF;
7891: -- Year to Date - start and End date calculation

Line 7970: PA_DEBUG.reset_err_stack;

7966: PA_FUNDS_CONTROL_PKG.log_message
7967: (p_msg_token1 =>'Invalid boundary code for YTD');
7968: x_result_code := 'F125';
7969: x_return_status := 'F';
7970: PA_DEBUG.reset_err_stack;
7971: Return;
7972: NULL;
7973:
7974: END IF;

Line 7997: PA_DEBUG.reset_err_stack;

7993: PA_FUNDS_CONTROL_PKG.log_message
7994: (p_msg_token1 =>'Invalid boundary code for PTD');
7995: x_result_code := 'F127';
7996: x_return_status := 'F';
7997: PA_DEBUG.reset_err_stack;
7998: Return;
7999: NULL;
8000: END IF;
8001: ELSE

Line 8007: PA_DEBUG.reset_err_stack;

8003: PA_FUNDS_CONTROL_PKG.log_message
8004: (p_msg_token1 =>'Invalid Amount type boundary code');
8005: x_result_code := 'F122';
8006: x_return_status := 'F';
8007: PA_DEBUG.reset_err_stack;
8008: Return;
8009: NULL;
8010:
8011: END IF;

Line 8019: PA_DEBUG.reset_err_stack;

8015: PA_FUNDS_CONTROL_PKG.log_message
8016: (p_msg_token1 =>'Invalid Amount type boundary code');
8017: x_result_code := 'F122';
8018: x_return_status := 'F';
8019: PA_DEBUG.reset_err_stack;
8020: Return;
8021: NULL;
8022: END IF;
8023:

Line 8048: PA_DEBUG.reset_err_stack;

8044: END IF;
8045: PA_FUNDS_CONTROL_PKG.log_message
8046: (p_msg_token1 =>'End of setup start and end date');
8047:
8048: PA_DEBUG.reset_err_stack;
8049: Return;
8050: EXCEPTION
8051:
8052: WHEN NO_DATA_FOUND THEN

Line 8056: PA_DEBUG.reset_err_stack;

8052: WHEN NO_DATA_FOUND THEN
8053: PA_FUNDS_CONTROL_PKG.log_message(p_msg_token1 =>'Exception: No Data Found - F136');
8054: --Error msg : F136 = Funds check failed at Start and End Date Calculations;
8055: x_result_code := 'F136';
8056: PA_DEBUG.reset_err_stack;
8057: Return;
8058:
8059: WHEN OTHERS THEN
8060: PA_DEBUG.reset_err_stack;

Line 8060: PA_DEBUG.reset_err_stack;

8056: PA_DEBUG.reset_err_stack;
8057: Return;
8058:
8059: WHEN OTHERS THEN
8060: PA_DEBUG.reset_err_stack;
8061: x_result_code := 'T';
8062: RAISE;
8063: END setup_start_end_date;
8064:

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

8475:
8476: --- Initialize the error statck
8477: x_result_code := 'Success';
8478:
8479: PA_DEBUG.init_err_stack ('PA_FUNDS_CONTROL_PKG1.INTERFACE_TBC_BTC_COMT_UPDATE');
8480:
8481:
8482: fnd_profile.get('PA_DEBUG_MODE',PA_FUNDS_CONTROL_PKG.g_debug_mode);
8483: PA_FUNDS_CONTROL_PKG.g_debug_mode := NVL(PA_FUNDS_CONTROL_PKG.g_debug_mode, 'N');

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

8478:
8479: PA_DEBUG.init_err_stack ('PA_FUNDS_CONTROL_PKG1.INTERFACE_TBC_BTC_COMT_UPDATE');
8480:
8481:
8482: fnd_profile.get('PA_DEBUG_MODE',PA_FUNDS_CONTROL_PKG.g_debug_mode);
8483: PA_FUNDS_CONTROL_PKG.g_debug_mode := NVL(PA_FUNDS_CONTROL_PKG.g_debug_mode, 'N');
8484:
8485: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
8486: ,x_write_file => 'LOG'

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

8481:
8482: fnd_profile.get('PA_DEBUG_MODE',PA_FUNDS_CONTROL_PKG.g_debug_mode);
8483: PA_FUNDS_CONTROL_PKG.g_debug_mode := NVL(PA_FUNDS_CONTROL_PKG.g_debug_mode, 'N');
8484:
8485: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
8486: ,x_write_file => 'LOG'
8487: ,x_debug_mode => PA_FUNDS_CONTROL_PKG.g_debug_mode);
8488:
8489: IF pa_funds_control_pkg.g_debug_mode = 'Y' THEN

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

9190:
9191:
9192: BEGIN
9193:
9194: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
9195: l_debug_mode := NVL(l_debug_mode, 'N');
9196:
9197: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
9198: ,x_write_file => 'LOG'

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

9193:
9194: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
9195: l_debug_mode := NVL(l_debug_mode, 'N');
9196:
9197: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
9198: ,x_write_file => 'LOG'
9199: ,x_debug_mode => l_debug_mode
9200: );
9201: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside populate_plsql_tabs_CBC');