DBA Data[Home] [Help]

APPS.PAY_NZ_LEAVE_LIABILITY dependencies on DUAL

Line 125: from dual ;

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:
129: hr_utility.trace('In: ' || l_procedure_name) ;