DBA Data[Home] [Help]

APPS.GHR_GENERAL dependencies on PER_ASSIGNMENTS_F

Line 22: p_assignment_id in per_assignments_f.assignment_id%type,

18: result out NOCOPY varchar2
19: );
20:
21: Procedure ghr_tsp_migrate(
22: p_assignment_id in per_assignments_f.assignment_id%type,
23: p_opt_name in Varchar2,
24: p_opt_val in Number,
25: p_effective_date in Date,
26: p_business_group_id in per_assignments_f.business_group_id%type,

Line 26: p_business_group_id in per_assignments_f.business_group_id%type,

22: p_assignment_id in per_assignments_f.assignment_id%type,
23: p_opt_name in Varchar2,
24: p_opt_val in Number,
25: p_effective_date in Date,
26: p_business_group_id in per_assignments_f.business_group_id%type,
27: p_person_id in per_assignments_f.person_id%type);
28:
29: Procedure ghr_tsp_catchup_migrate(
30: p_assignment_id in per_assignments_f.assignment_id%type,

Line 27: p_person_id in per_assignments_f.person_id%type);

23: p_opt_name in Varchar2,
24: p_opt_val in Number,
25: p_effective_date in Date,
26: p_business_group_id in per_assignments_f.business_group_id%type,
27: p_person_id in per_assignments_f.person_id%type);
28:
29: Procedure ghr_tsp_catchup_migrate(
30: p_assignment_id in per_assignments_f.assignment_id%type,
31: p_opt_name in Varchar2,

Line 30: p_assignment_id in per_assignments_f.assignment_id%type,

26: p_business_group_id in per_assignments_f.business_group_id%type,
27: p_person_id in per_assignments_f.person_id%type);
28:
29: Procedure ghr_tsp_catchup_migrate(
30: p_assignment_id in per_assignments_f.assignment_id%type,
31: p_opt_name in Varchar2,
32: p_opt_val in Number,
33: p_effective_date in Date,
34: p_business_group_id in per_assignments_f.business_group_id%type,

Line 34: p_business_group_id in per_assignments_f.business_group_id%type,

30: p_assignment_id in per_assignments_f.assignment_id%type,
31: p_opt_name in Varchar2,
32: p_opt_val in Number,
33: p_effective_date in Date,
34: p_business_group_id in per_assignments_f.business_group_id%type,
35: p_person_id in per_assignments_f.person_id%type);
36:
37: Procedure ghr_fehb_migrate(
38: p_assignment_id in per_assignments_f.assignment_id%type,

Line 35: p_person_id in per_assignments_f.person_id%type);

31: p_opt_name in Varchar2,
32: p_opt_val in Number,
33: p_effective_date in Date,
34: p_business_group_id in per_assignments_f.business_group_id%type,
35: p_person_id in per_assignments_f.person_id%type);
36:
37: Procedure ghr_fehb_migrate(
38: p_assignment_id in per_assignments_f.assignment_id%type,
39: p_business_group_id in per_assignments_f.business_group_id%type,

Line 38: p_assignment_id in per_assignments_f.assignment_id%type,

34: p_business_group_id in per_assignments_f.business_group_id%type,
35: p_person_id in per_assignments_f.person_id%type);
36:
37: Procedure ghr_fehb_migrate(
38: p_assignment_id in per_assignments_f.assignment_id%type,
39: p_business_group_id in per_assignments_f.business_group_id%type,
40: p_person_id in per_assignments_f.person_id%type,
41: p_effective_date in Date ,
42: p_health_plan in ben_pl_f.short_code%type,

Line 39: p_business_group_id in per_assignments_f.business_group_id%type,

35: p_person_id in per_assignments_f.person_id%type);
36:
37: Procedure ghr_fehb_migrate(
38: p_assignment_id in per_assignments_f.assignment_id%type,
39: p_business_group_id in per_assignments_f.business_group_id%type,
40: p_person_id in per_assignments_f.person_id%type,
41: p_effective_date in Date ,
42: p_health_plan in ben_pl_f.short_code%type,
43: p_option_code in ben_opt_f.short_code%type,

Line 40: p_person_id in per_assignments_f.person_id%type,

36:
37: Procedure ghr_fehb_migrate(
38: p_assignment_id in per_assignments_f.assignment_id%type,
39: p_business_group_id in per_assignments_f.business_group_id%type,
40: p_person_id in per_assignments_f.person_id%type,
41: p_effective_date in Date ,
42: p_health_plan in ben_pl_f.short_code%type,
43: p_option_code in ben_opt_f.short_code%type,
44: p_element_entry_id in pay_element_entries_f.element_entry_id%type,