DBA Data[Home] [Help]

APPS.GHR_BENEFITS_EIT dependencies on BEN_OPT_F

Line 10: p_opt_code ben_opt_f.short_code%type,

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,
13: p_temps_total_cost varchar2,
14: p_temp_appt varchar2 default 'N');

Line 23: p_opt_name ben_opt_f.name%type,

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: );
26:
27: --Bug # 4122470 FEGLI

Line 35: p_opt_code ben_opt_f.short_code%type,

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:
38: END ghr_benefits_eit;