DBA Data[Home] [Help]

APPS.BEN_NEWLY_INELIGIBLE dependencies on BEN_COMP_OBJECT

Line 129: 19-Aug-02 mmudigon 115.44 call ben_comp_object only if pgm_id is not null

125: calcualtion
126: 14-Aug-02 stee 115.43 COBRA: Set a global variable if
127: enrollment in COBRA is terminated.
128: Bug 1794808.
129: 19-Aug-02 mmudigon 115.44 call ben_comp_object only if pgm_id is not null
130: 12-Sep-02 kmahendr 115.45 Bug#2508822 - Effective date is not changed
131: if coverage start date is same as effective
132: date
133: 19-Nov-02 kmahendr 115.46 Bug#2641545 - effective date is changed based

Line 933: ben_comp_object.get_object(p_oipl_id => p_oipl_id,

929: if l_param_lf_evt_ocrd_dt is null then
930: --
931: -- TM added for backport of 115.6
932: --
933: ben_comp_object.get_object(p_oipl_id => p_oipl_id,
934: p_rec => l_oipl_rec);
935: --
936: end if;
937:

Line 1445: ben_comp_object.get_object(p_pgm_id => l_pen.pgm_id,

1441: hr_utility.set_location('l_pen.ptip_id: '||l_pen.ptip_id,10);
1442: --
1443: if l_pen.pgm_id is not null
1444: then
1445: ben_comp_object.get_object(p_pgm_id => l_pen.pgm_id,
1446: p_rec => l_pgm_rec);
1447: hr_utility.set_location('pgm_typ: '||l_pgm_rec.pgm_typ_cd,10);
1448: if l_pgm_rec.pgm_typ_cd like 'COBRA%' then
1449: hr_utility.set_location('pgm_typ: '||l_pgm_rec.pgm_typ_cd,10);

Line 1738: ben_comp_object.get_object(p_pgm_id => p_pgm_id,

1734: --
1735: hr_utility.set_location('p_pgm_id: '||p_pgm_id,10);
1736: hr_utility.set_location('l_pen.ptip_id: '||l_pen.ptip_id,10);
1737: --
1738: ben_comp_object.get_object(p_pgm_id => p_pgm_id,
1739: p_rec => l_pgm_rec);
1740: hr_utility.set_location('pgm_typ: '||l_pgm_rec.pgm_typ_cd,10);
1741: if l_pgm_rec.pgm_typ_cd like 'COBRA%' then
1742: hr_utility.set_location('pgm_typ: '||l_pgm_rec.pgm_typ_cd,20);