DBA Data[Home] [Help]

APPS.GMS_PA_COSTING_PKG dependencies on FND_PROFILE

Line 245: if (NVL(FND_PROFILE.value('GMS_ENABLE_DEBUG_MODE'), 'N') = 'Y' or

241: -------------------------------------------------------------------------------
242: procedure Set_Debug_Context is
243:
244: begin
245: if (NVL(FND_PROFILE.value('GMS_ENABLE_DEBUG_MODE'), 'N') = 'Y' or
246: NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N') = 'Y') then
247: g_debug_context := 'Y';
248: gms_error_pkg.set_debug_context;
249: end if;

Line 246: NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N') = 'Y') then

242: procedure Set_Debug_Context is
243:
244: begin
245: if (NVL(FND_PROFILE.value('GMS_ENABLE_DEBUG_MODE'), 'N') = 'Y' or
246: NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N') = 'Y') then
247: g_debug_context := 'Y';
248: gms_error_pkg.set_debug_context;
249: end if;
250: end Set_Debug_Context;