DBA Data[Home] [Help]

APPS.GHR_SS_RPA_CREATION dependencies on PER_ASSIGNMENTS_F

Line 262: FROM per_assignments_f

258: IS
259: SELECT position_id,
260: assignment_id,
261: location_id
262: FROM per_assignments_f
263: WHERE person_id = p_person_id
264: AND p_effective_date between effective_start_date and effective_end_date;
265: CURSOR c_routing_history(p_pa_request_id in number)
266: IS