DBA Data[Home] [Help]

APPS.FA_RECLASS_PUB dependencies on FND_PROFILE

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

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