DBA Data[Home] [Help]

APPS.PER_QH_ACTION dependencies on PER_PERIODS_OF_SERVICE

Line 28: ,p_hire_date per_periods_of_service.date_start%type

24: ,p_role varchar2 -- wf_roles.name%type Fix for bug 2741492
25: ,p_person_id per_all_people_f.person_id%type
26: ,p_assignment_id per_all_assignments_f.assignment_id%type
27: ,p_effective_date date
28: ,p_hire_date per_periods_of_service.date_start%type
29: ,p_full_name per_all_people_f.full_name%type
30: ,p_per_effective_start_date per_all_people_f.effective_start_date%type
31: ,p_title per_alL_people_f.title%type
32: ,p_first_name per_all_people_f.first_name%type

Line 64: ,p_hire_date in per_periods_of_service.date_start%type

60: ,p_role in varchar2 -- wf_roles.name%type Fix for bug 2741492
61: ,p_person_id in per_all_people_f.person_id%type
62: ,p_assignment_id in per_all_assignments_f.assignment_id%type
63: ,p_effective_date in date
64: ,p_hire_date in per_periods_of_service.date_start%type
65: ,p_full_name in per_all_people_f.full_name%type
66: ,p_per_effective_start_date in per_all_people_f.effective_start_date%type
67: ,p_title in per_alL_people_f.title%type
68: ,p_first_name in per_all_people_f.first_name%type