--1.To get the value of profile option:
select FND_PROFILE.value('ERPSCHOOLS DEBUG') from dual;
--Remember to pass on the name of the profile option and not the user profile name here.
--2. To set value to profile option from PL/SQL procedure:
BEGIN
FND_PROFILE.put ('ERPSCHOOLS DEBUG','No');
END;
EBS开发_配置文件查询及赋值
最新推荐文章于 2023-09-26 14:27:02 发布