DBA Data[Home] [Help]

APPS.OKL_UTIL dependencies on STANDARD

Line 21: -- standard trace constants

17: l_module VARCHAR2(80);
18: l_complete_trace_file_name VARCHAR2(255);
19: l_complete_trace_file_name2 VARCHAR2(255);
20: -------------------------
21: -- standard trace constants
22: -------------------------
23: g_trc_trace_file_prefix CONSTANT VARCHAR2(30) := 'okl_';
24: g_trc_trace_file_suffix CONSTANT VARCHAR2(30) := '.trc';
25: ---------------------------------------------------------------------------