DBA Data[Home] [Help]

APPS.JL_ZZ_AP_WITHHOLDING_PKG dependencies on AP_EXTENDED_WITHHOLDING_PKG

Line 2789: (Ap_Extended_Withholding_Pkg.Ap_Extended_Withholding_Active) THEN

2785: INTO l_liability_post_lookup_code
2786: FROM ap_system_parameters;
2787:
2788: IF (l_Liability_Post_Lookup_Code = 'BALANCING_SEGMENT') AND
2789: (Ap_Extended_Withholding_Pkg.Ap_Extended_Withholding_Active) THEN
2790:
2791: For my_reg IN Bal_Seg LOOP
2792:
2793: Curr_BaL := Dynamic_Call_Get_BalSeg(my_reg.dist_code_combination_id);

Line 2882: (Ap_Extended_Withholding_Pkg.Ap_Extended_Withholding_Active) THEN

2878: FROM ap_system_parameters;
2879:
2880:
2881: IF (l_Liability_Post_Lookup_Code = 'BALANCING_SEGMENT') AND
2882: (Ap_Extended_Withholding_Pkg.Ap_Extended_Withholding_Active) THEN
2883:
2884: For my_reg IN Bal_Seg LOOP
2885: Curr_BaL := Dynamic_Call_Get_BalSeg(my_reg.dist_code_combination_id);
2886: IF counter > 1 THEN