DBA Data[Home] [Help]

APPS.HXC_RETRIEVE_ABSENCES dependencies on PER_ALL_ASSIGNMENTS_F

Line 4430: FROM per_all_assignments_f

4426: l_asg_id NUMBER;
4427:
4428: CURSOR get_asg
4429: IS SELECT assignment_id
4430: FROM per_all_assignments_f
4431: WHERE person_id = p_person_id
4432: AND p_start_time BETWEEN effective_start_date
4433: AND effective_end_date;
4434: