DBA Data[Home] [Help]

APPS.ASO_DEPENDENCY_UTIL dependencies on FND_PROFILE

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

27:
28:
29: if g_conc_mode is null then
30:
31: if nvl(fnd_profile.value('CONC_REQUEST_ID'),0) <> 0 then
32: g_conc_mode := 'Y';
33: else
34: g_conc_mode := 'N';
35: end if;