DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on PA_FUNDS_CONTROL_PKG

Line 5749: log_message('log_message: Before Calling Pa_Funds_Control_Pkg.pa_funds_check');

5745:
5746: IF PG_DEBUG = 'Y' THEN
5747: pa_debug.G_err_stage := 'Call to internal funds check packet insert success';
5748: log_message('log_message: ' || pa_debug.G_err_Stage);
5749: log_message('log_message: Before Calling Pa_Funds_Control_Pkg.pa_funds_check');
5750: END IF;
5751:
5752: IF Pa_Funds_Control_Pkg.pa_funds_check(p_calling_module => 'TRXIMPORT',
5753: p_conc_flag => 'Y',

Line 5752: IF Pa_Funds_Control_Pkg.pa_funds_check(p_calling_module => 'TRXIMPORT',

5748: log_message('log_message: ' || pa_debug.G_err_Stage);
5749: log_message('log_message: Before Calling Pa_Funds_Control_Pkg.pa_funds_check');
5750: END IF;
5751:
5752: IF Pa_Funds_Control_Pkg.pa_funds_check(p_calling_module => 'TRXIMPORT',
5753: p_conc_flag => 'Y',
5754: p_set_of_book_id => 1,
5755: p_packet_id => l_packet_id,
5756: p_mode => 'R',

Line 5763: log_message('log_message: After Calling Pa_Funds_Control_Pkg.pa_funds_check');

5759: x_error_stage => l_fc_error_stage,
5760: x_error_msg => l_fc_error_msg) THEN
5761:
5762: IF PG_DEBUG = 'Y' THEN
5763: log_message('log_message: After Calling Pa_Funds_Control_Pkg.pa_funds_check');
5764: log_message('log_message: Value of l_fc_return_status='||l_fc_return_status);
5765: log_message('log_message: Value of l_fc_error_stage='||l_fc_error_stage);
5766: log_message('log_message: Value of l_fc_error_msg='||l_fc_error_msg);
5767: END IF;

Line 10527: -- Bug 5372480 : Records of pa_bc_packets are marked to 'A' status before calling pa_funds_control_pkg.UPD_BDGT_ENCUM_BAL

10523:
10524: -- R12 funds management : 'C' status code has been obsoleted
10525: l_records_updated := 0;
10526:
10527: -- Bug 5372480 : Records of pa_bc_packets are marked to 'A' status before calling pa_funds_control_pkg.UPD_BDGT_ENCUM_BAL
10528: -- because the CURSOR bdgt_encum_details in pa_funds_control_pkg.UPD_BDGT_ENCUM_BAL queries for 'A' status records from pa_bc_packets.
10529: -- Also there is no need to loop for distinct projects earlier being fetched by cursor c_bcpkt_projects.
10530:
10531: update pa_bc_packets a

Line 10528: -- because the CURSOR bdgt_encum_details in pa_funds_control_pkg.UPD_BDGT_ENCUM_BAL queries for 'A' status records from pa_bc_packets.

10524: -- R12 funds management : 'C' status code has been obsoleted
10525: l_records_updated := 0;
10526:
10527: -- Bug 5372480 : Records of pa_bc_packets are marked to 'A' status before calling pa_funds_control_pkg.UPD_BDGT_ENCUM_BAL
10528: -- because the CURSOR bdgt_encum_details in pa_funds_control_pkg.UPD_BDGT_ENCUM_BAL queries for 'A' status records from pa_bc_packets.
10529: -- Also there is no need to loop for distinct projects earlier being fetched by cursor c_bcpkt_projects.
10530:
10531: update pa_bc_packets a
10532: set a.status_code = 'A'

Line 10547: log_message('log_message: ' || 'Calling pa_funds_control_pkg.UPD_BDGT_ENCUM_BAL');

10543: END IF;
10544:
10545:
10546: IF PG_DEBUG = 'Y' THEN
10547: log_message('log_message: ' || 'Calling pa_funds_control_pkg.UPD_BDGT_ENCUM_BAL');
10548: END IF;
10549:
10550: -- set the return status to success
10551: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 10553: pa_funds_control_pkg.UPD_BDGT_ENCUM_BAL(

10549:
10550: -- set the return status to success
10551: x_return_status := FND_API.G_RET_STS_SUCCESS;
10552:
10553: pa_funds_control_pkg.UPD_BDGT_ENCUM_BAL(
10554: p_packet_id => p_packet_id,
10555: p_calling_module => 'TRXIMPORT',
10556: p_mode => 'R',
10557: p_packet_status => 'S',