[Home] [Help]
8: g_module_enter CONSTANT VARCHAR2 (3) := '>> ';
9: g_module_success CONSTANT VARCHAR2 (3) := '<< ';
10: g_module_failure CONSTANT VARCHAR2 (3) := '
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';