DBA Data[Home] [Help]

APPS.GHR_BENEFITS_EIT dependencies on PER_ALL_PEOPLE_F

Line 6: p_person_id per_all_people_f.person_id%type,

2: /* $Header: ghbenenr.pkb 120.0.12010000.4 2008/10/17 11:02:33 vmididho ship $ */
3: PROCEDURE ghr_benefits_fehb
4: (errbuf OUT NOCOPY VARCHAR2,
5: retcode OUT NOCOPY NUMBER,
6: p_person_id per_all_people_f.person_id%type,
7: p_effective_date VARCHAR2,
8: p_business_group_id per_all_people_f.business_group_id%type,
9: p_pl_code ben_pl_f.short_code%type,
10: p_opt_code ben_opt_f.short_code%type,

Line 8: p_business_group_id per_all_people_f.business_group_id%type,

4: (errbuf OUT NOCOPY VARCHAR2,
5: retcode OUT NOCOPY NUMBER,
6: p_person_id per_all_people_f.person_id%type,
7: p_effective_date VARCHAR2,
8: p_business_group_id per_all_people_f.business_group_id%type,
9: p_pl_code ben_pl_f.short_code%type,
10: p_opt_code ben_opt_f.short_code%type,
11: p_pre_tax varchar2,
12: p_assignment_id per_all_assignments_f.assignment_id%type,

Line 101: c_ler_id ben_ler_f.ler_id%type, c_person_id per_all_people_f.person_id%type) IS

97:
98: CURSOR get_elig_chc_id_opt(c_pgm_id ben_pgm_f.pgm_id%type, c_pl_typ_id ben_pl_typ_f.pl_typ_id%type,
99: c_pl_id ben_pl_f.pl_id%type, c_plip_id ben_plip_f.plip_id%type,
100: c_ptip_id ben_ptip_f.ptip_id%type, c_oipl_id ben_oipl_f.oipl_id%type,
101: c_ler_id ben_ler_f.ler_id%type, c_person_id per_all_people_f.person_id%type) IS
102: SELECT elig_per_elctbl_chc_id,
103: pil.per_in_ler_id,
104: prtt_enrt_rslt_id
105: FROM ben_elig_per_ELCTBL_chc chc ,

Line 121: c_ler_id ben_ler_f.ler_id%type, c_person_id per_all_people_f.person_id%type) is

117:
118: Cursor get_elig_chc_id(c_pgm_id ben_pgm_f.pgm_id%type, c_pl_typ_id ben_pl_typ_f.pl_typ_id%type,
119: c_pl_id ben_pl_f.pl_id%type, c_plip_id ben_plip_f.plip_id%type,
120: c_ptip_id ben_ptip_f.ptip_id%type,
121: c_ler_id ben_ler_f.ler_id%type, c_person_id per_all_people_f.person_id%type) is
122: select elig_per_elctbl_chc_id,
123: pil.per_in_ler_id,
124: prtt_enrt_rslt_id
125: from ben_elig_per_ELCTBL_chc chc ,

Line 141: l_person_id per_all_people_f.person_id%type ;

137: Nothing_to_do EXCEPTION;
138: ben_enrt_exists EXCEPTION;
139:
140: l_exists BOOLEAN;
141: l_person_id per_all_people_f.person_id%type ;
142: l_effective_date date;
143: l_warning boolean;
144: l_business_group_id per_all_people_f.business_group_id%type;
145: l_pl_code ben_pl_f.short_code%type ;

Line 144: l_business_group_id per_all_people_f.business_group_id%type;

140: l_exists BOOLEAN;
141: l_person_id per_all_people_f.person_id%type ;
142: l_effective_date date;
143: l_warning boolean;
144: l_business_group_id per_all_people_f.business_group_id%type;
145: l_pl_code ben_pl_f.short_code%type ;
146: l_opt_code ben_opt_f.short_code%type;
147: l_pgm_id ben_pgm_f.pgm_id%type;
148: l_err_msg varchar2(2000);

Line 606: p_person_id per_all_people_f.person_id%type,

602:
603: PROCEDURE ghr_benefits_tsp
604: (errbuf OUT NOCOPY VARCHAR2,
605: retcode OUT NOCOPY NUMBER,
606: p_person_id per_all_people_f.person_id%type,
607: p_effective_date VARCHAR2,
608: p_business_group_id per_all_people_f.business_group_id%type,
609: p_tsp_status varchar2,
610: p_opt_name ben_opt_f.name%type,

Line 608: p_business_group_id per_all_people_f.business_group_id%type,

604: (errbuf OUT NOCOPY VARCHAR2,
605: retcode OUT NOCOPY NUMBER,
606: p_person_id per_all_people_f.person_id%type,
607: p_effective_date VARCHAR2,
608: p_business_group_id per_all_people_f.business_group_id%type,
609: p_tsp_status varchar2,
610: p_opt_name ben_opt_f.name%type,
611: p_opt_val number
612: )

Line 690: c_person_id per_all_people_f.person_id%type) IS

686:
687: CURSOR get_elig_chc_id_opt(c_pgm_id ben_pgm_f.pgm_id%type, c_pl_typ_id ben_pl_typ_f.pl_typ_id%type,
688: c_pl_id ben_pl_f.pl_id%type, c_plip_id ben_plip_f.plip_id%type,
689: c_ptip_id ben_ptip_f.ptip_id%type, c_oipl_id ben_oipl_f.oipl_id%type,
690: c_person_id per_all_people_f.person_id%type) IS
691: SELECT elig_per_elctbl_chc_id,
692: pil.per_in_ler_id
693: FROM ben_elig_per_ELCTBL_chc chc ,
694: ben_per_in_ler pil

Line 714: l_person_id per_all_people_f.person_id%type ;

710: Nothing_to_do EXCEPTION;
711: ben_enrt_exists EXCEPTION;
712:
713: l_exists BOOLEAN;
714: l_person_id per_all_people_f.person_id%type ;
715: l_effective_date date;
716: l_business_group_id per_all_people_f.business_group_id%type;
717: l_pl_code ben_pl_f.short_code%type ;
718: l_opt_name ben_opt_f.name%type;

Line 716: l_business_group_id per_all_people_f.business_group_id%type;

712:
713: l_exists BOOLEAN;
714: l_person_id per_all_people_f.person_id%type ;
715: l_effective_date date;
716: l_business_group_id per_all_people_f.business_group_id%type;
717: l_pl_code ben_pl_f.short_code%type ;
718: l_opt_name ben_opt_f.name%type;
719: l_pgm_id ben_pgm_f.pgm_id%type;
720: l_err_msg varchar2(2000);

Line 891: c_person_id per_all_people_f.person_id%type) */

887:
888: /*(c_pgm_id ben_pgm_f.pgm_id%type, c_pl_typ_id ben_pl_typ_f.pl_typ_id%type,
889: c_pl_id ben_pl_f.pl_id%type, c_plip_id ben_plip_f.plip_id%type,
890: c_ptip_id ben_ptip_f.ptip_id%type, c_oipl_id ben_oipl_f.oipl_id%type,
891: c_person_id per_all_people_f.person_id%type) */
892: hr_utility.set_location('p_manage_life_events done' ,1234);
893: for get_elig_chc_id in get_elig_chc_id_opt(l_pgm_id , l_pl_typ_id , l_pl_id , l_plip_id ,
894: l_ptip_id , l_oipl_id , l_person_id) loop
895: l_elig_per_elctbl_chc_id := get_elig_chc_id.elig_per_elctbl_chc_id;