DBA Data[Home] [Help]

APPS.PAY_HK_IR56_ARCHIVE dependencies on DUAL

Line 217: FROM dual;

213:
214:
215: CURSOR next_action_id is
216: SELECT pay_assignment_actions_s.NEXTVAL
217: FROM dual;
218:
219: /* Introduced the following cursor get_params for Bug No : 2740270 */
220:
221: CURSOR get_params(c_payroll_action_id in pay_payroll_actions.payroll_action_id%type)