DBA Data[Home] [Help]

APPS.JTM_MASTER_CONC_PROG_PUB dependencies on JTM_HOOK_UTIL_PKG

Line 84: v_level_id => JTM_HOOK_UTIL_PKG.g_debug_level_sql,

80: JTM_MESSAGE_LOG_PKG.log_msg(
81: v_object_id => L_API_NAME,
82: v_object_name => G_PKG_NAME,
83: v_message => 'Category = ' || Category_Type,
84: v_level_id => JTM_HOOK_UTIL_PKG.g_debug_level_sql,
85: v_module => G_PKG_NAME);
86: /* check to see if there are already any active session of the
87: same program with same parameter are running. If so, exit out
88: to avoid the multiple session

Line 178: v_level_id => JTM_HOOK_UTIL_PKG.g_debug_level_error,

174: JTM_MESSAGE_LOG_PKG.log_msg(
175: v_object_id => x_request.PROCEDURE_NAME,
176: v_object_name => x_request.PACKAGE_NAME,
177: v_message => 'Error ocurrs on execution',
178: v_level_id => JTM_HOOK_UTIL_PKG.g_debug_level_error,
179: v_module => G_PKG_NAME);
180: if (errbuf = 'OK') then
181: errbuf := 'Error in ' || l_full_procedure_name;
182: else

Line 196: v_level_id => JTM_HOOK_UTIL_PKG.g_debug_level_error,

192: JTM_MESSAGE_LOG_PKG.log_msg(
193: v_object_id => x_request.PROCEDURE_NAME,
194: v_object_name => x_request.PACKAGE_NAME,
195: v_message => 'Error ocurrs on exection',
196: v_level_id => JTM_HOOK_UTIL_PKG.g_debug_level_error,
197: v_module => G_PKG_NAME);
198: if (errbuf = 'OK') then
199: errbuf := 'Error in ' || G_PKG_NAME ||
200: ' while running ' || l_full_procedure_name;

Line 255: v_level_id => JTM_HOOK_UTIL_PKG.g_debug_level_error,

251: JTM_MESSAGE_LOG_PKG.log_msg(
252: v_object_id => L_API_NAME,
253: v_object_name => G_PKG_NAME,
254: v_message => 'Exception occurs.',
255: v_level_id => JTM_HOOK_UTIL_PKG.g_debug_level_error,
256: v_module => G_PKG_NAME);
257:
258: errbuf := 'Exception in '||G_PKG_NAME ||'.'|| L_API_NAME ||': '||sqlerrm;
259: retcode := -1;