Get Dropped Dependents from benefits Coverage
Summary
Get Dropped Dependents from benefits CoverageContent
Hi Friends
Please find the sql that we have finally have for getting the dropped dependents. We did struggle to get this information as I could not find this anywhere.
Hope this would help you. Please note that this query would give you the dropped dependents for the last one month. If you want you can change the number of months in the query.
Thanks!
select pdp.dpnt_person_id
FROM
per_all_assignments_f ASSIGN,
ben_prtt_enrt_rslt PEN,
ben_ler_f ler,
ben_per_in_ler pil,
ben_pl_f PL,
Tagged:
3