DBA Data[Home] [Help]

APPS.FND_TRACE_UTILS dependencies on DUAL

Line 486: -- and then iterate over individual runs, elsif single, print it

482:
483: -- Check if data for the given run exists.
484: if RELATED_RUN is not null then
485: -- get how many runs we have, if multiple, print grand summary
486: -- and then iterate over individual runs, elsif single, print it
487: -- using the RUNID if provided else try to get the runid using RELATED_RUN.
488: -- If still not found, log message.
489: l_sql_str:='select count(*) from plsql_profiler_runs '||
490: 'where related_run = :RELATED_RUN ';

Line 618: select upper(user) into l_db_user from dual;

614:
615:
616: BEGIN
617:
618: select upper(user) into l_db_user from dual;
619:
620: END FND_TRACE_UTILS;