DBA Data[Home] [Help]

APPS.IGC_CC_ACCGNWF_PKG dependencies on IGC_MSGS_PKG

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

163:
164: x_return_status := FND_API.G_RET_STS_SUCCESS;
165:
166: -- IF (upper(fnd_profile.value('IGC_DEBUG_ENABLED')) ='Y') THEN
167: -- IGC_MSGS_PKG.g_debug_mode := TRUE;
168: -- ELSE
169: -- IGC_MSGS_PKG.g_debug_mode := FALSE;
170: -- END IF;
171:

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

165:
166: -- IF (upper(fnd_profile.value('IGC_DEBUG_ENABLED')) ='Y') THEN
167: -- IGC_MSGS_PKG.g_debug_mode := TRUE;
168: -- ELSE
169: -- IGC_MSGS_PKG.g_debug_mode := FALSE;
170: -- END IF;
171:
172: IF (g_debug_mode = 'Y') THEN
173: Put_Debug_Msg(l_full_path, '**************************************************************************');

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

611: ) IS
612:
613: BEGIN
614:
615: IGC_MSGS_PKG.message_token (p_tokname => tokname,
616: p_tokval => tokval);
617:
618: END message_token;
619:

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

633:
634: BEGIN
635:
636:
637: -- IF (IGC_MSGS_PKG.g_debug_mode) THEN
638: /*IGC_MSGS_PKG.Put_Debug_Msg (l_full_path, p_debug_message => p_debug_msg,
639: p_profile_log_name => g_profile_name,
640: p_prod => 'IGC',
641: p_sub_comp => 'CC_ACCGEN',

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

634: BEGIN
635:
636:
637: -- IF (IGC_MSGS_PKG.g_debug_mode) THEN
638: /*IGC_MSGS_PKG.Put_Debug_Msg (l_full_path, p_debug_message => p_debug_msg,
639: p_profile_log_name => g_profile_name,
640: p_prod => 'IGC',
641: p_sub_comp => 'CC_ACCGEN',
642: p_filename_val => NULL,

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

679: BEGIN
680:
681: l_full_path := g_path || 'add_message';
682:
683: IGC_MSGS_PKG.add_message (p_appname => appname,
684: p_msgname => msgname);
685:
686: IF (g_debug_mode = 'Y') THEN
687: Put_Debug_Msg(l_full_path, 'Raising an execution exception: '||fnd_msg_pub.get(1,FND_API.G_FALSE));