DBA Data[Home] [Help]

APPS.AP_CALC_WITHHOLDING_PKG dependencies on AP_EXTENDED_WITHHOLDING_PKG

Line 479: IF (Ap_Extended_Withholding_Pkg.Ap_Extended_Withholding_Active)

475: fnd_profile.get('AP_AWT_TAXCODE_LEVEL_ROUND',l_awt_tax_code_level_round);
476:
477:
478:
479: IF (Ap_Extended_Withholding_Pkg.Ap_Extended_Withholding_Active)
480:
481: THEN
482:
483: AP_CUSTOM_WITHHOLDING_PKG.Ap_Special_Withheld_Amt (

Line 514: IF (NOT Ap_ExtENDed_Withholding_Pkg.Ap_ExtENDed_Withholding_Active) THEN

510: );
511: END IF;
512:
513:
514: IF (NOT Ap_ExtENDed_Withholding_Pkg.Ap_ExtENDed_Withholding_Active) THEN
515:
516: SELECT SUM(NVL(AID.amount,0)),
517: SUM(NVL(NVL(AID.base_amount,aid.amount),0))
518: INTO l_proration_divisor,