DBA Data[Home] [Help]

APPS.PER_PEOPLE12_PKG dependencies on PER_ALL_ASSIGNMENTS_F

Line 20: from per_all_assignments_f

16: FROM pay_payroll_actions pac,
17: pay_assignment_actions act
18: WHERE act.assignment_id =
19: (select assignment_id
20: from per_all_assignments_f
21: where person_id = p_person_id
22: and p_effective_date between
23: effective_start_date and effective_end_date
24: and primary_flag = 'Y'