DBA Data[Home] [Help]

APPS.OKC_XPRT_CUSTOM_PACKAGE dependencies on OKC_API

Line 9: G_APP_NAME CONSTANT VARCHAR2(3) := OKC_API.G_APP_NAME;

5: -- Always use the package name and procedure name in error messages
6: -- for easy debug
7:
8: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKC_XPRT_CUSTOM_PACKAGE';
9: G_APP_NAME CONSTANT VARCHAR2(3) := OKC_API.G_APP_NAME;
10: G_MODULE CONSTANT VARCHAR2(250) := 'okc.plsql.'||g_pkg_name||'.';
11:
12:
13: -- The following lines define true, false and product constants