DBA Data[Home] [Help]

APPS.IGC_CC_APPROVAL_PROCESS dependencies on IGC_MSGS_PKG

Line 60: IGC_MSGS_PKG.message_token (p_tokname => tokname,

56: ) IS
57:
58: BEGIN
59:
60: IGC_MSGS_PKG.message_token (p_tokname => tokname,
61: p_tokval => tokval);
62:
63: END message_token;
64:

Line 81: IGC_MSGS_PKG.add_message (p_appname => appname,

77: BEGIN
78:
79: l_full_path:= g_path || 'add_message';
80:
81: IGC_MSGS_PKG.add_message (p_appname => appname,
82: p_msgname => msgname);
83: IF (g_debug_mode = 'Y') THEN
84: Put_Debug_Msg(l_full_path, 'Raising an execution exception: '||fnd_msg_pub.get(1,FND_API.G_FALSE));
85: END IF;

Line 371: -- IGC_MSGS_PKG.g_debug_mode := TRUE;

367: p_return_status := FND_API.G_RET_STS_SUCCESS;
368:
369:
370: -- IF (upper(fnd_profile.value('IGC_DEBUG_ENABLED')) ='Y') THEN
371: -- IGC_MSGS_PKG.g_debug_mode := TRUE;
372: -- ELSE
373: -- IGC_MSGS_PKG.g_debug_mode := FALSE;
374: -- END IF;
375:

Line 373: -- IGC_MSGS_PKG.g_debug_mode := FALSE;

369:
370: -- IF (upper(fnd_profile.value('IGC_DEBUG_ENABLED')) ='Y') THEN
371: -- IGC_MSGS_PKG.g_debug_mode := TRUE;
372: -- ELSE
373: -- IGC_MSGS_PKG.g_debug_mode := FALSE;
374: -- END IF;
375:
376: IF (g_debug_mode = 'Y') THEN
377: Put_Debug_Msg(l_full_path, '**************************************************************************');

Line 743: -- IF (IGC_MSGS_PKG.g_debug_mode) THEN

739: l_api_name CONSTANT VARCHAR2(30) := 'Put_Debug_Msg';
740:
741: BEGIN
742:
743: -- IF (IGC_MSGS_PKG.g_debug_mode) THEN
744: /*IGC_MSGS_PKG.Put_Debug_Msg (l_full_path, p_debug_message => p_debug_msg,
745: p_profile_log_name => g_profile_name,
746: p_prod => 'IGC',
747: p_sub_comp => 'CC_APPR',

Line 744: /*IGC_MSGS_PKG.Put_Debug_Msg (l_full_path, p_debug_message => p_debug_msg,

740:
741: BEGIN
742:
743: -- IF (IGC_MSGS_PKG.g_debug_mode) THEN
744: /*IGC_MSGS_PKG.Put_Debug_Msg (l_full_path, p_debug_message => p_debug_msg,
745: p_profile_log_name => g_profile_name,
746: p_prod => 'IGC',
747: p_sub_comp => 'CC_APPR',
748: p_filename_val => NULL,