DBA Data[Home] [Help]

APPS.HR_EX_EMPLOYEE_INTERNAL dependencies on PER_ASSIGNMENTS_F

Line 357: FROM per_assignments_f asg

353: , effective_start_date
354: , effective_end_date
355: , payroll_id
356: , object_version_number
357: FROM per_assignments_f asg
358: WHERE asg.person_id = cp_person_id
359: AND asg.period_of_service_id = cp_period_of_service_id
360: AND cp_old_fpd BETWEEN asg.effective_start_date
361: AND asg.effective_end_date;