DBA Data[Home] [Help]

APPS.PAY_PAYROLL_ACTIONS_PKG dependencies on PAY_RUN_RESULTS

Line 357: INDEX(rrs PAY_RUN_RESULTS_N50)

353: --
354: --
355: cursor get_balance_adjustment is
356: select /*+ ORDERED
357: INDEX(rrs PAY_RUN_RESULTS_N50)
358: USE_NL(rrs)*/
359: tl.element_name
360: from pay_payroll_actions pac,
361: pay_assignment_actions aac,

Line 362: pay_run_results rrs,

358: USE_NL(rrs)*/
359: tl.element_name
360: from pay_payroll_actions pac,
361: pay_assignment_actions aac,
362: pay_run_results rrs,
363: pay_element_types_f ety,
364: pay_element_types_f_tl tl
365: where pac.payroll_action_id = p_payroll_action_id
366: and aac.payroll_action_id = pac.payroll_action_id