DBA Data[Home] [Help]

APPS.PAY_CA_T4A_XML dependencies on PER_ALL_ASSIGNMENTS_F

Line 75: per_all_assignments_f paf,

71: from hr_all_organization_units hou,
72: hr_all_organization_units hou1,
73: hr_locations_all loc,
74: per_all_people_f ppf,
75: per_all_assignments_f paf,
76: pay_assignment_actions paa1,
77: pay_payroll_actions ppa1
78: where paa1.payroll_action_id =
79: pay_magtape_generic.get_parameter_value('TRANSFER_PAYROLL_ACTION_ID')

Line 84: from per_all_assignments_f paf2

80: and paa1.payroll_action_id = ppa1.payroll_action_id
81: and paa1.assignment_id = paf.assignment_id
82: and paf.effective_start_date =
83: (select max(paf2.effective_start_date)
84: from per_all_assignments_f paf2
85: where paf2.assignment_id= paf.assignment_id
86: and paf2.effective_start_date
87: <= ppa1.effective_date)
88: and paf.effective_end_date >= ppa1.start_date