Exemption Deductions List: Difference between revisions

From KeystoneIntranet
Jump to navigation Jump to search
Intra>User
m (1 revision imported)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 12:58, 14 July 2023

Exemption Deductions List:

select Def_ID2 Tax,Def_id1 Deduction from prtcompdefxref x
inner join prtcompdef cd1 on cd1.def_id=x.def_id1
where CD1.active_FLAG='Y'
order by def_id2