DBA Data[Home] [Help]

APPS.BEN_CLOSE_ENROLLMENT dependencies on BEN_COBRA_REQUIREMENTS

Line 1144: ben_cobra_requirements.chk_cobra_eligibility

1140: --
1141: -- Check COBRA eligibility.
1142: --
1143: if l_rec.pgm_id is not null then
1144: ben_cobra_requirements.chk_cobra_eligibility
1145: (p_per_in_ler_id => p_per_in_ler_id
1146: ,p_person_id => l_person_id
1147: ,p_pgm_id => l_rec.pgm_id
1148: ,p_lf_evt_ocrd_dt => l_lf_evt_ocrd_dt

Line 2629: if (ben_cobra_requirements.chk_pgm_typ

2625: -- For COBRA participants, restore eligibility if it has been terminated.
2626: --
2627: if l_pel_rec.pgm_id is not null then
2628: --
2629: if (ben_cobra_requirements.chk_pgm_typ
2630: (p_pgm_id => l_pel_rec.pgm_id
2631: ,p_effective_date => p_effective_date
2632: ,p_business_group_id => p_business_group_id)
2633: ) then