DBA Data[Home] [Help]

APPS.GHR_WGI_PKG dependencies on PER_ASSIGNMENTS

Line 68: ,assignment_id per_assignments.assignment_id%type

64: -- This record structure will keep all the in parameters that are passed to the
65: -- WGI Custom Hook
66: TYPE wgi_in_rec_type IS RECORD
67: ( person_id per_people_f.person_id%type
68: ,assignment_id per_assignments.assignment_id%type
69: ,position_id per_assignments.position_id%type
70: ,effective_date ghr_pa_requests.effective_date%type
71: );
72: --

Line 69: ,position_id per_assignments.position_id%type

65: -- WGI Custom Hook
66: TYPE wgi_in_rec_type IS RECORD
67: ( person_id per_people_f.person_id%type
68: ,assignment_id per_assignments.assignment_id%type
69: ,position_id per_assignments.position_id%type
70: ,effective_date ghr_pa_requests.effective_date%type
71: );
72: --
73: -- This record structure will keep all the out parameters that are passed from the

Line 125: ,p_position_id in per_assignments.position_id%TYPE

121: --
122: --
123: function CheckPOIParm (
124: p_in_personnel_office_id in out NOCOPY ghr_pa_requests.personnel_office_id%TYPE
125: ,p_position_id in per_assignments.position_id%TYPE
126: ,p_effective_date in ghr_pa_requests.effective_date%TYPE
127: )
128: return boolean ;
129: --