DBA Data[Home] [Help]

APPS.XLA_CMP_CREATE_PKG dependencies on XLA_ENVIRONMENT_PKG

Line 50: g_chr_newline CONSTANT VARCHAR2(10):= xla_environment_pkg.g_chr_newline;

46: C_CREATED CONSTANT BOOLEAN := TRUE;
47: --
48: g_Max_line CONSTANT NUMBER := 225;
49: g_chr_quote CONSTANT VARCHAR2(10):='''';
50: g_chr_newline CONSTANT VARCHAR2(10):= xla_environment_pkg.g_chr_newline;
51:
52: --
53: --+==========================================================================+
54: --| |