DBA Data[Home] [Help]

APPS.GCS_UTILITY_PKG dependencies on FND_GLOBAL

Line 12: g_nl CONSTANT VARCHAR2 (1) := fnd_global.newline;

8: g_module_enter CONSTANT VARCHAR2 (3) := '>> ';
9: g_module_success CONSTANT VARCHAR2 (3) := '<< ';
10: g_module_failure CONSTANT VARCHAR2 (3) := ' 11: -- A newline character. Included for convenience when writing long strings.
12: g_nl CONSTANT VARCHAR2 (1) := fnd_global.newline;
13:
14: -- return codes for sub processes
15: g_ret_sts_success CONSTANT VARCHAR2(1) := 'S';
16: g_ret_sts_unexp_error CONSTANT VARCHAR2(1) := 'U';