DBA Data[Home] [Help]

APPS.ASO_DEBUG_PUB dependencies on FND_PROFILE

Line 137: if nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N') = 'Y' then

133: return;
134: end if;
135:
136: if ASO_DEBUG_PUB.G_FILE is null then
137: if nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N') = 'Y' then
138: aso_debug_pub.SetDebugLevel(10);
139: l_fname := set_debug_mode('FILE');
140: -- I could not test this, But this is the problem. This should be set after
141: -- set_debug_mode call, other G_FILE will be null

Line 155: if nvl(fnd_profile.value('CONC_REQUEST_ID'),0) <> 0 then

151:
152: if G_Debug_Level > 0 then
153: /*
154: if NOT ISDebugOn then
155: if nvl(fnd_profile.value('CONC_REQUEST_ID'),0) <> 0 then
156: l_fname := set_debug_mode('CONC');
157: else
158: l_fname := set_debug_mode('FILE');
159: end if;