DBA Data[Home] [Help]

APPS.HR_INPUT_VALUES dependencies on PAY_PAYROLL_ACTIONS

Line 704: pay_payroll_actions pa

700: (select /*+ INDEX(rr PAY_RUN_RESULTS_PK) */ 1
701: from pay_run_result_values rrv,
702: pay_run_results rr,
703: pay_assignment_actions aa,
704: pay_payroll_actions pa
705: where p_input_value_id = rrv.input_value_id
706: and rrv.run_result_id = rr.run_result_id
707: and aa.assignment_action_id = rr.assignment_action_id
708: and aa.payroll_action_id = pa.payroll_action_id