DBA Data[Home] [Help]

APPS.PAY_PAYROLL_ACTIONS_PKG dependencies on PER_ALL_ASSIGNMENTS_F

Line 344: per_all_assignments_f asg

340: ,pac.legislative_parameters --bug no. 3665606
341: from pay_assignment_actions aac,
342: pay_payroll_actions pac,
343: per_all_people_f peo,
344: per_all_assignments_f asg
345: where pac.payroll_action_id = p_payroll_action_id
346: and aac.payroll_action_id = pac.payroll_action_id
347: and asg.assignment_id = aac.assignment_id
348: and p_effective_date between asg.effective_start_date