DBA Data[Home] [Help]

APPS.JTF_DEBUG_PUB dependencies on JTF_DEBUG_S

Line 341: || lpad(jtf_Debug_s.nextval,6,'0'),1,8) || '.dbg'

337: end if;
338: end if;
339:
340: SELECT substr('l'|| substr(to_char(sysdate,'MI'),1,1)
341: || lpad(jtf_Debug_s.nextval,6,'0'),1,8) || '.dbg'
342: into l_filename
343: from dual;
344:
345: l_filetype := UTL_FILE.fopen(location => l_dir,