DBA Data[Home] [Help]

APPS.QP_FORMULA_RULES_PVT dependencies on FND_PROFILE

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

12: BEGIN
13:
14: if g_conc_mode is null then
15:
16: if nvl(fnd_profile.value('CONC_REQUEST_ID'),0) <> 0 then
17: g_conc_mode := 'Y';
18: else
19: g_conc_mode := 'N';
20: end if;