select * from ENT_ENTITLEMENT
where ENT_ID in (
select ENT_ID from ENT_POLICY_ENTITLEMENT
where ENTPOL_ID in (
select ENTPOL_ID from ENT_EMP_POLICY
where EMP_ID = ?
and ENTEMPPOL_ENABLED = 'Y'
and ? between ENTEMPPOL_START_DATE and ENTEMPPOL_END_DATE
)
and ? between ENTPOLENT_START_DATE and ENTPOLENT_END_DATE
)
and ? between ENT_START_DATE and ENT_END_DATE
and ENT_APPLY_ON_UNIT = 'CUSTOM'
Subscribe to:
Post Comments (Atom)
1 comment:
Hi guys
Sorry I dont know where to post this on your blog.
If you have any knowledge of the timer control/ timeout tickexpired method. e.g. an example as no one seems to be able to help me.
Thanx
Post a Comment