DBA Data[Home] [Help]

APPS.PAY_AU_LEAVE_LIABILITY dependencies on DUAL

Line 132: from dual ;

128: and el.effective_end_date ;
129:
130: cursor c_assignment_action_id is
131: select pay_assignment_actions_s.nextval
132: from dual ;
133:
134: begin
135:
136: l_procedure_name := 'pay_au_leave_liability.assignment_action_code' ;