DBA Data[Home] [Help]

APPS.FND_TRACE_UTILS dependencies on DUAL

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

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

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

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