DBA Data[Home] [Help]

APPS.IGC_CC_ACCGNWF_PKG dependencies on IGC_MSGS_PKG

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

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

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

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

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

600: ) IS
601:
602: BEGIN
603:
604: IGC_MSGS_PKG.message_token (p_tokname => tokname,
605: p_tokval => tokval);
606:
607: END message_token;
608:

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

622:
623: BEGIN
624:
625:
626: -- IF (IGC_MSGS_PKG.g_debug_mode) THEN
627: /*IGC_MSGS_PKG.Put_Debug_Msg (l_full_path, p_debug_message => p_debug_msg,
628: p_profile_log_name => g_profile_name,
629: p_prod => 'IGC',
630: p_sub_comp => 'CC_ACCGEN',

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

623: BEGIN
624:
625:
626: -- IF (IGC_MSGS_PKG.g_debug_mode) THEN
627: /*IGC_MSGS_PKG.Put_Debug_Msg (l_full_path, p_debug_message => p_debug_msg,
628: p_profile_log_name => g_profile_name,
629: p_prod => 'IGC',
630: p_sub_comp => 'CC_ACCGEN',
631: p_filename_val => NULL,

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

668: BEGIN
669:
670: l_full_path := g_path || 'add_message';
671:
672: IGC_MSGS_PKG.add_message (p_appname => appname,
673: p_msgname => msgname);
674:
675: IF (g_debug_mode = 'Y') THEN
676: Put_Debug_Msg(l_full_path, 'Raising an execution exception: '||fnd_msg_pub.get(1,FND_API.G_FALSE));