DBA Data[Home] [Help]

APPS.JL_ZZ_AP_WITHHOLDING_PKG dependencies on AP_CALC_WITHHOLDING_PKG

Line 1599: Ap_Calc_Withholding_Pkg.Insert_Temp_Distribution

1595: IF l_withheld_amount = 0 and l_exemption_amount > 0 THEN
1596: l_exemption_amount:= 0;
1597: END IF;
1598:
1599: Ap_Calc_Withholding_Pkg.Insert_Temp_Distribution
1600: (l_invoice_id,
1601: P_Vendor_Id,
1602: -- By zmohiudd Bug1849986 changed P_Payment_Num to l_Payment_Num
1603: nvl(l_Payment_Num,P_PAYMENT_NUM),