DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on PA_FUNDS_CONTROL_PKG

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

5291: pa_debug.G_err_stage := 'Call to internal funds check packet insert success';
5292: log_message('log_message: ' || pa_debug.G_err_Stage);
5293: END IF;
5294:
5295: IF Pa_Funds_Control_Pkg.pa_funds_check(p_calling_module => 'TRXIMPORT',
5296: p_conc_flag => 'Y',
5297: p_set_of_book_id => 1,
5298: p_packet_id => l_packet_id,
5299: p_mode => 'R',

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

9705:
9706: -- R12 funds management : 'C' status code has been obsoleted
9707: l_records_updated := 0;
9708:
9709: -- Bug 5372480 : Records of pa_bc_packets are marked to 'A' status before calling pa_funds_control_pkg.UPD_BDGT_ENCUM_BAL
9710: -- because the CURSOR bdgt_encum_details in pa_funds_control_pkg.UPD_BDGT_ENCUM_BAL queries for 'A' status records from pa_bc_packets.
9711: -- Also there is no need to loop for distinct projects earlier being fetched by cursor c_bcpkt_projects.
9712:
9713: update pa_bc_packets a

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

9706: -- R12 funds management : 'C' status code has been obsoleted
9707: l_records_updated := 0;
9708:
9709: -- Bug 5372480 : Records of pa_bc_packets are marked to 'A' status before calling pa_funds_control_pkg.UPD_BDGT_ENCUM_BAL
9710: -- because the CURSOR bdgt_encum_details in pa_funds_control_pkg.UPD_BDGT_ENCUM_BAL queries for 'A' status records from pa_bc_packets.
9711: -- Also there is no need to loop for distinct projects earlier being fetched by cursor c_bcpkt_projects.
9712:
9713: update pa_bc_packets a
9714: set a.status_code = 'A'

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

9725: END IF;
9726:
9727:
9728: IF PG_DEBUG = 'Y' THEN
9729: log_message('log_message: ' || 'Calling pa_funds_control_pkg.UPD_BDGT_ENCUM_BAL');
9730: END IF;
9731:
9732: -- set the return status to success
9733: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 9735: pa_funds_control_pkg.UPD_BDGT_ENCUM_BAL(

9731:
9732: -- set the return status to success
9733: x_return_status := FND_API.G_RET_STS_SUCCESS;
9734:
9735: pa_funds_control_pkg.UPD_BDGT_ENCUM_BAL(
9736: p_packet_id => p_packet_id,
9737: p_calling_module => 'TRXIMPORT',
9738: p_mode => 'R',
9739: p_packet_status => 'S',