DBA Data[Home] [Help]

APPS.BEN_ENROLLMENT_PROCESS dependencies on BEN_ENROLLMENT_PROCESS

Line 1: package body ben_enrollment_process as

1: package body ben_enrollment_process as
2: /* $Header: benenrol.pkb 120.18 2006/12/29 08:29:06 nkkrishn noship $ */
3: --------------------------------------------------------------------------------
4: /*
5: +==============================================================================+

Line 163: l_proc varchar2(60) := 'ben_enrollment_process.get_pil';

159: p_ler_id in number,
160: p_life_event_date in date,
161: p_pil out nocopy c_pil%ROWTYPE ) is
162: --
163: l_proc varchar2(60) := 'ben_enrollment_process.get_pil';
164: --
165: l_pil c_pil%ROWTYPE;
166: --
167: begin

Line 201: l_proc varchar2(60) := 'ben_enrollment_process.get_epe';

197: p_pl_id in number,
198: p_pgm_id in number,
199: p_epe out nocopy c_epe_pl%ROWTYPE ) is
200: --
201: l_proc varchar2(60) := 'ben_enrollment_process.get_epe';
202: l_epe c_epe_pl%ROWTYPE;
203: --
204: begin
205: --Get EPE

Line 271: l_proc varchar2(60) := 'ben_enrollment_process.get_egd';

267: p_dpnt_person_id in number,
268: p_elig_per_elctbl_chc_id in number,
269: p_egd out nocopy c_egd%ROWTYPE ) is
270: --
271: l_proc varchar2(60) := 'ben_enrollment_process.get_egd';
272: --
273: l_pil c_pil%ROWTYPE;
274: l_epe c_epe_oipl%ROWTYPE;
275: l_egd c_egd%ROWTYPE;

Line 306: l_proc varchar2(60) := 'ben_enrollment_process.check_pen';

302: procedure check_pen
303: (p_per_in_ler_id in number,
304: p_prtt_enrt_rslt_id in number ) is
305: --
306: l_proc varchar2(60) := 'ben_enrollment_process.check_pen';
307: --
308: cursor c_pen is
309: select 'x'
310: from ben_prtt_enrt_rslt_f pen

Line 355: l_proc varchar2(60) := 'ben_enrollment_process.get_pbn';

351: p_organization_id in number,
352: p_prtt_enrt_rslt_id in number,
353: p_bnf out nocopy c_bnf%ROWTYPE ) is
354: --
355: l_proc varchar2(60) := 'ben_enrollment_process.get_pbn';
356: --
357: l_bnf c_bnf%ROWTYPE;
358: --
359: begin

Line 659: l_proc varchar2(60) := 'ben_enrollment_process.enrollment_information_detail';

655: ,p_enrt_cvg_thru_dt in date default null
656: ,p_orgnl_enrt_dt in date default null ) is
657: --
658: --
659: l_proc varchar2(60) := 'ben_enrollment_process.enrollment_information_detail';
660: l_suspend_flag varchar2(30);
661: l_dpnt_actn_warning boolean;
662: l_bnf_actn_warning boolean;
663: l_ctfn_actn_warning boolean;

Line 793: buff => 'Entering - BEN_ENROLLMENT_PROCESS.ENROLLMENT_INFORMATION_DETAIL' );

789: hr_utility.set_location('Entering:'||l_proc, 20);
790: --
791: fnd_file.put_line
792: (which => fnd_file.log,
793: buff => 'Entering - BEN_ENROLLMENT_PROCESS.ENROLLMENT_INFORMATION_DETAIL' );
794: fnd_file.put_line
795: (which => fnd_file.log,
796: buff => 'l_person_id '||p_person_id||' l_pgm_id '||p_pgm_id||' l_pl_id '||p_pl_id);
797: --

Line 1978: l_proc varchar2(60) := 'ben_enrollment_process.create_enrollment' ;

1974: ,p_orgnl_enrt_dt in date default null
1975: ,p_proc_cd in varchar2 default null
1976: ,p_record_typ_cd in varchar2 ) IS
1977: --
1978: l_proc varchar2(60) := 'ben_enrollment_process.create_enrollment' ;
1979: --
1980: begin
1981: --
1982: hr_utility.set_location('Entering:'||l_proc||':'||p_record_typ_cd, 20);

Line 2123: l_proc varchar2(60) := 'ben_enrollment_process.process_dependent';

2119: ,p_cvg_thru_dt in date default null
2120: ,p_multi_row_actn in boolean default false
2121: ,p_record_typ_cd in varchar2 ) is
2122: --
2123: l_proc varchar2(60) := 'ben_enrollment_process.process_dependent';
2124: --
2125: l_pil c_pil%ROWTYPE;
2126: --
2127: l_epe c_epe_oipl%ROWTYPE;

Line 2206: buff => 'Entering - BEN_ENROLLMENT_PROCESS.PROCESS_DEPENDENT' );

2202: END IF;
2203: --
2204: fnd_file.put_line
2205: (which => fnd_file.log,
2206: buff => 'Entering - BEN_ENROLLMENT_PROCESS.PROCESS_DEPENDENT' );
2207: fnd_file.put_line
2208: (which => fnd_file.log,
2209: buff => 'l_person_id '||l_person_id||' l_pgm_id '||l_pgm_id||' l_pl_id '||l_pl_id);
2210: --

Line 2579: buff => 'Entering - ben_enrollment_process.process_beneficiary' );

2575: END IF;
2576: --
2577: fnd_file.put_line
2578: (which => fnd_file.log,
2579: buff => 'Entering - ben_enrollment_process.process_beneficiary' );
2580: --
2581: fnd_file.put_line
2582: (which => fnd_file.log,
2583: buff => 'l_person_id '||l_person_id||' l_pgm_id '||l_pgm_id||' l_pl_id '||l_pl_id);

Line 2813: end ben_enrollment_process;

2809: END IF;
2810: --
2811: end process_beneficiary ;
2812: --
2813: end ben_enrollment_process;