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 935: ben_comp_object.get_object(p_oipl_id => p_oipl_id,

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

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

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

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

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