DBA Data[Home] [Help]

APPS.ENG_DOCUMENT_UTIL dependencies on FND_PROFILE

Line 213: g_profile_debug_option := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'), TO_CHAR(0));

209: ----------------------------------------------------------------
210: -- Open the Debug Log Session, p_debug_flag is TRUE or
211: -- if Profile is set to TRUE: INV_DEBUG_TRACE Yes, INV_DEBUG_LEVEL 20
212: ----------------------------------------------------------------
213: g_profile_debug_option := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'), TO_CHAR(0));
214: g_profile_debug_level := NVL(FND_PROFILE.VALUE('INV_DEBUG_LEVEL'), TO_CHAR(0));
215:
216: IF (g_profile_debug_option = '1' AND TO_NUMBER(g_profile_debug_level) >= 20)
217: OR FND_API.to_Boolean(p_debug_flag)

Line 214: g_profile_debug_level := NVL(FND_PROFILE.VALUE('INV_DEBUG_LEVEL'), TO_CHAR(0));

210: -- Open the Debug Log Session, p_debug_flag is TRUE or
211: -- if Profile is set to TRUE: INV_DEBUG_TRACE Yes, INV_DEBUG_LEVEL 20
212: ----------------------------------------------------------------
213: g_profile_debug_option := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'), TO_CHAR(0));
214: g_profile_debug_level := NVL(FND_PROFILE.VALUE('INV_DEBUG_LEVEL'), TO_CHAR(0));
215:
216: IF (g_profile_debug_option = '1' AND TO_NUMBER(g_profile_debug_level) >= 20)
217: OR FND_API.to_Boolean(p_debug_flag)
218: THEN