DBA Data[Home] [Help]

APPS.JL_ZZ_AP_WITHHOLDING_PKG dependencies on AP_CALC_WITHHOLDING_PKG

Line 1514: Ap_Calc_Withholding_Pkg.Insert_Temp_Distribution

1510: IF l_withheld_amount = 0 and l_exemption_amount > 0 THEN
1511: l_exemption_amount:= 0;
1512: END IF;
1513:
1514: Ap_Calc_Withholding_Pkg.Insert_Temp_Distribution
1515: (l_invoice_id,
1516: P_Vendor_Id,
1517: -- By zmohiudd Bug1849986 changed P_Payment_Num to l_Payment_Num
1518: nvl(l_Payment_Num,P_PAYMENT_NUM),

Line 1654: Ap_Calc_Withholding_Pkg.Insert_Temp_Distribution

1650: IF l_withheld_amount = 0 and l_exemption_amount > 0 THEN
1651: l_exemption_amount:= 0;
1652: END IF;
1653:
1654: Ap_Calc_Withholding_Pkg.Insert_Temp_Distribution
1655: (l_invoice_id,
1656: P_Vendor_Id,
1657: -- By zmohiudd Bug1849986 changed P_Payment_Num to l_Payment_Num
1658: nvl(l_Payment_Num,P_PAYMENT_NUM),