DBA Data[Home] [Help]

APPS.ASO_DEBUG_PUB dependencies on FND_PROFILE

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

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

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

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