DBA Data[Home] [Help]

APPS.JTF_TTY_GEN_TERR_PVT dependencies on DBMS_SESSION

Line 12045: dbms_session.set_sql_trace(TRUE);

12041: END IF;
12042:
12043: -- If the SQL trace flag is turned on, then turn on the trace
12044: IF UPPER(p_sql_trace) = 'Y' THEN
12045: dbms_session.set_sql_trace(TRUE);
12046: END IF;
12047:
12048: -- If the debug flag is set, Then turn on the debug message logging
12049: IF UPPER( RTRIM(p_debug_flag) ) = 'Y' THEN