DBA Data[Home] [Help]

APPS.PAY_ZA_IRP5_ARCHIVE_PKG dependencies on PER_ALL_ASSIGNMENTS_F

Line 97: per_all_assignments_f asg

93: choose the N7 (payroll_id) index due to it being a bind */
94: asg.person_id person_id
95: , asg.assignment_id assignment_id
96: FROM
97: per_all_assignments_f asg
98: , pay_all_payrolls_f ppf
99: , pay_payroll_actions ppa_arch
100: WHERE
101: asg.business_group_id + 0 = ppa_arch.business_group_id

Line 113: FROM per_all_assignments_f asg2

109: OR
110: ( asg.effective_end_date <= ppa_arch.effective_date
111: AND asg.effective_end_date =
112: ( SELECT MAX(asg2.effective_end_date)
113: FROM per_all_assignments_f asg2
114: WHERE asg2.assignment_id = asg.assignment_id
115: )
116: )
117: )