DBA Data[Home] [Help]

APPS.HR_JP_GENERAL_PKG dependencies on DUAL

Line 257: from dual;

253: -- which will raise ORA-06502(Bug.2668811).
254: --
255: select to_char(p_date, p_format, 'NLS_CALENDAR=''Japanese Imperial''')
256: into l_char
257: from dual;
258: --
259: return l_char;
260: end date_to_jp_char;
261: --