DBA Data[Home] [Help]

APPS.EAM_EXECUTION_JSP dependencies on DUAL

Line 63: from dual;

59: ret VARCHAR2(250);
60: BEGIN
61: select to_char(date1, 'YYYY-MM-DD HH24:MI:SS')
62: into ret
63: from dual;
64:
65: return ret;
66: END to_time_string;
67: