DBA Data[Home] [Help]

APPS.PO_REQCHANGEREQUESTWF_PVT dependencies on PO_RCO_VALIDATION_PVT

Line 743: PO_RCO_VALIDATION_PVT.Calculate_DistTax(

739: l_return_status varchar2(1);
740: x_progress varchar2(3):='000';
741: begin
742:
743: PO_RCO_VALIDATION_PVT.Calculate_DistTax(
744: p_api_version =>1.0,
745: x_return_status =>l_return_status,
746: p_dist_id =>p_req_distribution_id,
747: p_price =>null,

Line 816: PO_RCO_VALIDATION_PVT.Calculate_DistTax(

812: loop
813: fetch l_distributions_csr into l_distributions_id;
814: exit when l_distributions_csr%NOTFOUND;
815: x_progress :='001-'||to_char(l_distributions_id);
816: PO_RCO_VALIDATION_PVT.Calculate_DistTax(
817: p_api_version =>1.0,
818: x_return_status =>l_return_status,
819: p_dist_id =>l_distributions_id,
820: p_price =>p_new_unit_price,

Line 12611: po_rco_validation_pvt.calculate_disttax(1.0, l_cal_disttax_status, l_req_dist_id, l_new_price, l_new_quantity, NULL,

12607: po_debug.debug_var(l_log_head, l_progress,'l_new_price', l_new_price );
12608: po_debug.debug_var(l_log_head, l_progress, 'l_quantity', l_new_quantity);
12609: END IF;
12610:
12611: po_rco_validation_pvt.calculate_disttax(1.0, l_cal_disttax_status, l_req_dist_id, l_new_price, l_new_quantity, NULL,
12612: l_rec_tax, l_nonrec_tax);
12613:
12614: l_progress := '008';
12615: l_new_tax := l_nonrec_tax;

Line 13479: po_rco_validation_pvt.calculate_disttax(1.0, l_cal_disttax_status, l_req_dist_id, l_new_price, l_new_quantity, NULL,

13475: po_debug.debug_var(l_log_head, l_progress,'l_new_price', l_new_price );
13476: po_debug.debug_var(l_log_head, l_progress, 'l_quantity', l_new_quantity);
13477: END IF;
13478:
13479: po_rco_validation_pvt.calculate_disttax(1.0, l_cal_disttax_status, l_req_dist_id, l_new_price, l_new_quantity, NULL,
13480: l_rec_tax, l_nonrec_tax);
13481:
13482: l_progress := '008';
13483: l_new_tax := l_nonrec_tax;