DBA Data[Home] [Help]

APPS.FND_CONCURRENT_BUSINESS_EVENT dependencies on FND_PROFILE

Line 160: v_profile_bi_enable := fnd_profile.value('conc_bi_enable');

156: -- if business event is not enabled, get out quickly --
157: -- Retrieve CONCURRENT: Business event enable profile --
158: -- if anything other than uppercase 'Y' then get out! --
159: ---------------------------------------------------------
160: v_profile_bi_enable := fnd_profile.value('conc_bi_enable');
161: if (v_profile_bi_enable <> 'Y') then
162: return NFALSE;
163: end if;
164: