DBA Data[Home] [Help]

APPS.GHR_BENEFITS_EIT dependencies on PER_ALL_ASSIGNMENTS_F

Line 12: p_assignment_id per_all_assignments_f.assignment_id%type,

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');
15:
16: PROCEDURE ghr_benefits_tsp

Line 36: p_assignment_id per_all_assignments_f.assignment_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;