DBA Data[Home] [Help]

APPS.AP_CALC_WITHHOLDING_PKG dependencies on AP_CUSTOM_WITHHOLDING_PKG

Line 483: AP_CUSTOM_WITHHOLDING_PKG.Ap_Special_Withheld_Amt (

479: IF (Ap_Extended_Withholding_Pkg.Ap_Extended_Withholding_Active)
480:
481: THEN
482:
483: AP_CUSTOM_WITHHOLDING_PKG.Ap_Special_Withheld_Amt (
484: Withheld_Amt,
485: base_WT_amount,
486: CurrCode,
487: BaseCurrCode,

Line 500: AP_CUSTOM_WITHHOLDING_PKG.Ap_Special_Withheld_Amt (

496: IF (nvl(l_awt_tax_code_level_round,'N') ='Y')
497:
498: THEN
499:
500: AP_CUSTOM_WITHHOLDING_PKG.Ap_Special_Withheld_Amt (
501: Withheld_Amt,
502: base_WT_amount,
503: CurrCode,
504: BaseCurrCode,

Line 613: AP_CUSTOM_WITHHOLDING_PKG.Ap_Special_Withheld_Amt (

609: l_awt_related_id := rec_prorate_awt_lines.related_id;
610: ELSE
611: l_awt_related_id := rec_prorate_awt_lines.invoice_distribution_id;
612: END IF;
613: AP_CUSTOM_WITHHOLDING_PKG.Ap_Special_Withheld_Amt (
614: l_prorated_withheld_amt,
615: l_prorated_base_withheld_amt,
616: CurrCode,
617: BaseCurrCode,

Line 2713: Ap_Custom_Withholding_Pkg.Ap_Special_Rate (

2709: INVALID_TAX_RATE_ID EXCEPTION;
2710: BEGIN
2711:
2712: custom_awt_tax_rate_id :=
2713: Ap_Custom_Withholding_Pkg.Ap_Special_Rate (
2714: rec_group_taxes.tax_name,
2715: P_Invoice_Id,
2716: P_Payment_Num,
2717: gl_awt_date,