DBA Data[Home] [Help]

APPS.PO_REQCHANGEREQUESTWF_PVT dependencies on PO_RCO_VALIDATION_PVT

Line 726: PO_RCO_VALIDATION_PVT.Calculate_DistTax(

722: l_return_status varchar2(1);
723: x_progress varchar2(3):='000';
724: begin
725:
726: PO_RCO_VALIDATION_PVT.Calculate_DistTax(
727: p_api_version =>1.0,
728: x_return_status =>l_return_status,
729: p_dist_id =>p_req_distribution_id,
730: p_price =>null,

Line 799: PO_RCO_VALIDATION_PVT.Calculate_DistTax(

795: loop
796: fetch l_distributions_csr into l_distributions_id;
797: exit when l_distributions_csr%NOTFOUND;
798: x_progress :='001-'||to_char(l_distributions_id);
799: PO_RCO_VALIDATION_PVT.Calculate_DistTax(
800: p_api_version =>1.0,
801: x_return_status =>l_return_status,
802: p_dist_id =>l_distributions_id,
803: p_price =>p_new_unit_price,

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

12168: po_debug.debug_var(l_log_head, l_progress,'l_new_price', l_new_price );
12169: po_debug.debug_var(l_log_head, l_progress, 'l_quantity', l_new_quantity);
12170: END IF;
12171:
12172: po_rco_validation_pvt.calculate_disttax(1.0, l_cal_disttax_status, l_req_dist_id, l_new_price, l_new_quantity, NULL,
12173: l_rec_tax, l_nonrec_tax);
12174:
12175: l_progress := '008';
12176: l_new_tax := l_nonrec_tax;