DBA Data[Home] [Help]

APPS.PAY_SG_AWCAP_ARCHIVE dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 124: select pay_assignment_actions_s.nextval

120: group by paa.person_id;
121: --
122: cursor next_action_id
123: is
124: select pay_assignment_actions_s.nextval
125: from dual;
126: --
127: begin
128: l_proc_name := l_package || 'assignment_action_code';