DBA Data[Home] [Help]

APPS.GHR_NON_SF52_EXTRA_INFO dependencies on PER_POSITIONS

Line 34: p_position_id in per_positions.position_id%type,

30: p_first_noa_id in number,
31: p_second_noa_id in number,
32: p_person_id in per_people_f.person_id%type,
33: p_assignment_id in per_assignments_f.assignment_id%type,
34: p_position_id in per_positions.position_id%type,
35: p_effective_date in ghr_pa_requests.effective_date%type,
36: p_refresh_flag in varchar2 default 'Y'
37: );
38: --

Line 67: p_position_id in per_positions.position_id%type,

63: (p_pa_request_id in number,
64: p_noa_id in number,
65: p_person_id in per_people_f.person_id%type,
66: p_assignment_id in per_assignments_f.assignment_id%type,
67: p_position_id in per_positions.position_id%type,
68: p_effective_date in ghr_pa_requests.effective_date%type,
69: p_refresh_flag in varchar2 default 'Y'
70: );
71: