DBA Data[Home] [Help]

APPS.JE_BE_CSSR_PKG dependencies on DUAL

Line 191: from dual;

187: -- getting the date in the required xml standard
188: select to_char(sysdate,'yyyy-mm-dd') ||'T'
189: || to_char(sysdate,'hh:mi:ss')
190: into l_sysdate
191: from dual;
192: --main open
193: -- g_xml := '';
194: l_var := JE_BE_CSSR_PKG.level_up;
195: fnd_file.put_line(fnd_file.output,l_var);