DBA Data[Home] [Help]

APPS.HR_ELEMENTS dependencies on PAY_PAYROLL_ACTIONS

Line 476: pay_payroll_actions pa

472: where exists
473: (select 1
474: from pay_run_results rr,
475: pay_assignment_actions aa,
476: pay_payroll_actions pa
477: where p_element_type_id = rr.element_type_id
478: and aa.assignment_action_id = rr.assignment_action_id
479: and aa.payroll_action_id = pa.payroll_action_id
480: and pa.effective_date between

Line 689: pay_payroll_actions pa

685: where exists
686: (select 1
687: from pay_run_results rr,
688: pay_assignment_actions aa,
689: pay_payroll_actions pa
690: where p_element_type_id = rr.element_type_id
691: and aa.assignment_action_id = rr.assignment_action_id
692: and pa.payroll_action_id = aa.payroll_action_id
693: and pa.effective_date between