62: BEGIN
63:
64: -- If the SQL trace flag is turned on, then turm on the trace
65: If upper(p_SQL_Trace) = 'Y' Then
66: dbms_session.set_sql_trace(TRUE);
67: --Else
68: -- dbms_session.set_sql_trace(FALSE);
69: End If;
70:
64: -- If the SQL trace flag is turned on, then turm on the trace
65: If upper(p_SQL_Trace) = 'Y' Then
66: dbms_session.set_sql_trace(TRUE);
67: --Else
68: -- dbms_session.set_sql_trace(FALSE);
69: End If;
70:
71: END create_tg_na;
72: