set lines 200 pages 50000
col profile_option_value for a30
select o.profile_option_name,
v.profile_option_id,
v.level_id,
v.level_value,
v.profile_option_value
from fnd_profile_options o, fnd_profile_option_values v
where o.profile_option_id = v.profile_option_id
and o.profile_option_name='FND_COLOR_SCHEME' and level_id=10001;
update fnd_profile_option_values v
set v.profile_option_value = 'RED'
where v.level_id = 10001
and v.profile_option_id =
(select profile_option_id
from fnd_profile_options o
where o.profile_option_name = 'FND_COLOR_SCHEME');
commit;
EBS Cloning 更改颜色Java 色彩设计
未经允许不得转载:徐万新之路 » EBS Cloning 更改颜色Java 色彩设计
相关推荐
表空间APPS_TS_ARCHIVE不足引发EBS登录闪退
[转]oracle EBS 基础100问
Oracle绑定sql执行计划
Oracle EBS 官方文档
Useful Articles for the Oracle E-Business Suite Technology Stack for Technical Consultant / DBA (Doc ID 828157.1)
Oracle EBS GL (General Ledger) 数据字典
Oracle EBS涉及的开发语言有哪些
Oracle E-Business Suite Release 12.2 with Oracle Database 23ai