DBA Data[Home] [Help]

APPS.JL_ZZ_AP_WITHHOLDING_PKG dependencies on AP_EXTENDED_WITHHOLDING_PKG

Line 2747: (Ap_Extended_Withholding_Pkg.Ap_Extended_Withholding_Active) THEN

2743: INTO l_liability_post_lookup_code
2744: FROM ap_system_parameters;
2745:
2746: IF (l_Liability_Post_Lookup_Code = 'BALANCING_SEGMENT') AND
2747: (Ap_Extended_Withholding_Pkg.Ap_Extended_Withholding_Active) THEN
2748:
2749: For my_reg IN Bal_Seg LOOP
2750:
2751: Curr_BaL := Dynamic_Call_Get_BalSeg(my_reg.dist_code_combination_id);

Line 2840: (Ap_Extended_Withholding_Pkg.Ap_Extended_Withholding_Active) THEN

2836: FROM ap_system_parameters;
2837:
2838:
2839: IF (l_Liability_Post_Lookup_Code = 'BALANCING_SEGMENT') AND
2840: (Ap_Extended_Withholding_Pkg.Ap_Extended_Withholding_Active) THEN
2841:
2842: For my_reg IN Bal_Seg LOOP
2843: Curr_BaL := Dynamic_Call_Get_BalSeg(my_reg.dist_code_combination_id);
2844: IF counter > 1 THEN