DBA Data[Home] [Help]

APPS.PAY_HK_IR56_ARCHIVE dependencies on DUAL

Line 215: FROM dual;

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