DBA Data[Home] [Help]

APPS.AP_CALC_WITHHOLDING_PKG dependencies on AP_CUSTOM_WITHHOLDING_PKG

Line 409: AP_CUSTOM_WITHHOLDING_PKG.Ap_Special_Withheld_Amt (

405: Withheld_Amt := WithheldAmount;
406:
407: IF Ap_Extended_Withholding_Pkg.Ap_Extended_Withholding_Active THEN
408:
409: AP_CUSTOM_WITHHOLDING_PKG.Ap_Special_Withheld_Amt (
410: Withheld_Amt,
411: base_WT_amount,
412: CurrCode,
413: BaseCurrCode,

Line 463: AP_CUSTOM_WITHHOLDING_PKG.Ap_Special_Withheld_Amt (

459: l_prorated_base_withheld_amt;
460:
461: l_awt_related_id := rec_prorate_awt_lines.invoice_distribution_id;
462:
463: AP_CUSTOM_WITHHOLDING_PKG.Ap_Special_Withheld_Amt (
464: l_prorated_withheld_amt,
465: l_prorated_base_withheld_amt,
466: CurrCode,
467: BaseCurrCode,

Line 2333: Ap_Custom_Withholding_Pkg.Ap_Special_Rate (

2329: INVALID_TAX_RATE_ID EXCEPTION;
2330: BEGIN
2331:
2332: custom_awt_tax_rate_id :=
2333: Ap_Custom_Withholding_Pkg.Ap_Special_Rate (
2334: rec_group_taxes.tax_name,
2335: P_Invoice_Id,
2336: P_Payment_Num,
2337: gl_awt_date,