DBA Data[Home] [Help]

APPS.PAY_NZ_LEAVE_LIABILITY dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 124: select pay_assignment_actions_s.nextval

120: and pa.effective_date between el.effective_start_date
121: and el.effective_end_date ;
122:
123: cursor c_assignment_action_id is
124: select pay_assignment_actions_s.nextval
125: from dual ;
126:
127: begin
128: