DBA Data[Home] [Help]

APPS.PAY_INPUT_VALUES_PKG dependencies on PAY_ASSIGNMENT_ACTIONS

Line 250: pay_assignment_actions ASSIGN,

246: where exists
247: (select /*+ INDEX(RESULT PAY_RUN_RESULTS_PK) */ 1
248: from pay_run_result_values VALUE,
249: pay_run_results RESULT,
250: pay_assignment_actions ASSIGN,
251: pay_payroll_actions PAYROLL
252: where value.run_result_id = result.run_result_id
253: and assign.assignment_action_id = result.assignment_action_id
254: and assign.payroll_action_id = payroll.payroll_action_id