DBA Data[Home] [Help]

APPS.FND_AOLJ_UTIL dependencies on FND_TRACE

Line 407: if fnd_trace.is_trace_enabled(fnd_trace.SQL_REGULAR) then

403: BEGIN
404:
405: /* Added code to disable tracing for bug 3310943. */
406:
407: if fnd_trace.is_trace_enabled(fnd_trace.SQL_REGULAR) then
408: fnd_trace.stop_trace;
409: end if;
410:
411: /* If the strings for session_id and tranx_id are already encrypted just pass

Line 408: fnd_trace.stop_trace;

404:
405: /* Added code to disable tracing for bug 3310943. */
406:
407: if fnd_trace.is_trace_enabled(fnd_trace.SQL_REGULAR) then
408: fnd_trace.stop_trace;
409: end if;
410:
411: /* If the strings for session_id and tranx_id are already encrypted just pass
412: them through else covert back to numbers and encrypt using the routine that