DBA Data[Home] [Help]

APPS.PAY_HK_IR56_ARCHIVE dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 216: SELECT pay_assignment_actions_s.NEXTVAL

212: asglist t_assignment_list;
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: