DBA Data[Home] [Help]

APPS.FND_AOLJ_UTIL dependencies on FND_TRACE

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

391: BEGIN
392:
393: /* Added code to disable tracing for bug 3310943. */
394:
395: if fnd_trace.is_trace_enabled(fnd_trace.SQL_REGULAR) then
396: fnd_trace.stop_trace;
397: end if;
398:
399: /* If the strings for session_id and tranx_id are already encrypted just pass

Line 396: fnd_trace.stop_trace;

392:
393: /* Added code to disable tracing for bug 3310943. */
394:
395: if fnd_trace.is_trace_enabled(fnd_trace.SQL_REGULAR) then
396: fnd_trace.stop_trace;
397: end if;
398:
399: /* If the strings for session_id and tranx_id are already encrypted just pass
400: them through else covert back to numbers and encrypt using the routine that