DBA Data[Home] [Help]

APPS.FA_RECLASS_PUB dependencies on FND_PROFILE

Line 272: if (nvl(fnd_profile.value('CRL-FA ENABLED'), 'N') = 'Y') then

268: end if;
269:
270: l_err_stage:= 'Check if CRL enabled';
271: -- dbms_output.put_line(l_err_stage);
272: if (nvl(fnd_profile.value('CRL-FA ENABLED'), 'N') = 'Y') then
273: l_crl_enabled := TRUE;
274: end if;
275:
276: if l_crl_enabled then