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.pkh 120.2 2012/01/19 06:29:19 rpahune 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 19: p_person_id per_all_people_f.person_id%type,

15:
16: PROCEDURE ghr_benefits_tsp
17: (errbuf OUT NOCOPY VARCHAR2,
18: retcode OUT NOCOPY NUMBER,
19: p_person_id per_all_people_f.person_id%type,
20: p_effective_date VARCHAR2,
21: p_business_group_id per_all_people_f.business_group_id%type,
22: p_tsp_status varchar2,
23: p_opt_name ben_opt_f.name%type,

Line 21: p_business_group_id per_all_people_f.business_group_id%type,

17: (errbuf OUT NOCOPY VARCHAR2,
18: retcode OUT NOCOPY NUMBER,
19: p_person_id per_all_people_f.person_id%type,
20: p_effective_date VARCHAR2,
21: p_business_group_id per_all_people_f.business_group_id%type,
22: p_tsp_status varchar2,
23: p_opt_name ben_opt_f.name%type,
24: p_opt_val number
25: );

Line 31: p_person_id per_all_people_f.person_id%type,

27: --Bug # 4122470 FEGLI
28: PROCEDURE ghr_benefits_fegli
29: (errbuf OUT NOCOPY VARCHAR2,
30: retcode OUT NOCOPY NUMBER,
31: p_person_id per_all_people_f.person_id%type,
32: p_effective_date VARCHAR2,
33: p_business_group_id per_all_people_f.business_group_id%type,
34: p_pl_code ben_pl_f.short_code%type,
35: p_opt_code ben_opt_f.short_code%type,

Line 33: p_business_group_id per_all_people_f.business_group_id%type,

29: (errbuf OUT NOCOPY VARCHAR2,
30: retcode OUT NOCOPY NUMBER,
31: p_person_id per_all_people_f.person_id%type,
32: p_effective_date VARCHAR2,
33: p_business_group_id per_all_people_f.business_group_id%type,
34: p_pl_code ben_pl_f.short_code%type,
35: p_opt_code ben_opt_f.short_code%type,
36: p_assignment_id per_all_assignments_f.assignment_id%type);
37: