DBA Data[Home] [Help]

APPS.HR_AU_ABSENCE_HOOK dependencies on PER_ALL_ASSIGNMENTS_F

Line 27: ,per_all_assignments_f paa

23: ,max(pee.object_version_number)
24: from per_absence_attendances abs
25: ,pay_element_entries_f pee
26: ,pay_element_types_f pet
27: ,per_all_assignments_f paa
28: where abs.absence_attendance_id = c_absence_attendance_id
29: and pee.creator_id = abs.absence_attendance_id
30: and pee.creator_type = 'A'
31: and pee.element_type_id = pet.element_type_id