DBA Data[Home] [Help]

APPS.PAY_PAYUSTOT_XMLP_PKG dependencies on PAY_US_TAX_INFO_PKG

Line 228: IF pay_us_tax_info_pkg.get_sit_exist(p_state_abbrev => state, p_date => p_end_date) = FALSE THEN

224:
225: CLOSE state_balance_value;
226: ELSE
227:
228: IF pay_us_tax_info_pkg.get_sit_exist(p_state_abbrev => state, p_date => p_end_date) = FALSE THEN
229: l_value2 := 0;
230: cp_sit_ee_withheld := 0;
231: cp_state_wages_tips_other := 0;
232: ELSE