DBA Data[Home] [Help]

APPS.GHR_WGI_PKG dependencies on PER_PEOPLE_F

Line 67: ( person_id per_people_f.person_id%type

63: --
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: );