DBA Data[Home] [Help]

APPS.OE_PC_CONC_REQUESTS dependencies on FND_PROFILE

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

19: BEGIN
20:
21: if g_conc_mode is null then
22:
23: if nvl(fnd_profile.value('CONC_REQUEST_ID'),0) <> 0 then
24: g_conc_mode := 'Y';
25: else
26: g_conc_mode := 'N';
27: end if;