DBA Data[Home] [Help]

APPS.OKC_DEBUG dependencies on OKC_API

Line 4: g_session_id Varchar2(255):= OKC_API.G_MISS_CHAR;

1: PACKAGE OKC_DEBUG AS
2: /* $Header: OKCDBUGS.pls 120.0 2005/05/25 19:30:36 appldev noship $ */
3:
4: g_session_id Varchar2(255):= OKC_API.G_MISS_CHAR;
5: g_profile_log_level Number := 0;
6: g_set_trace_off boolean := FALSE;
7:
8: Procedure Set_Indentation(p_proc_name Varchar2);