DBA Data[Home] [Help]

APPS.PAY_SG_IRAS_ARCHIVE_SETUP dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 81: select pay_assignment_actions_s.nextval

77: ----------------------------------------------------------------------------
78: -- Cursor Next Assignment Action
79: ----------------------------------------------------------------------------
80: cursor next_action_id is
81: select pay_assignment_actions_s.nextval
82: from dual;
83: ----------------------------------------------------------------------------
84: -- Filters Assignments to be processed.
85: ----------------------------------------------------------------------------