update fnd_responsibility b set end_date = sysdate where -- select * from fnd_responsibility b where b.responsibility_id in ( select responsibility_id from fnd_responsibility_tl t where 1 =1 -- and t.LANGUAGE = USERENV ('LANG') and ( t.responsibility_name like '%32%WIP%' or t.responsibility_name like '%32%OSFM%' ) --and ( t.responsibility_name <> '32A XGKA OSFM User - Read Only' and t.responsibility_name <> '32A XGKA WIP User - Read Only' ) ) and b.application_id in ( select application_id from fnd_responsibility_tl t where 1 =1 --and t.LANGUAGE = USERENV ('LANG') and ( t.responsibility_name like '%32%WIP%' or t.responsibility_name like '%32%OSFM%' ) --and ( t.responsibility_name <> '32A XGKA OSFM User - Read Only' and t.responsibility_name <> '32A XGKA WIP User - Read Only' ) );
Responsibility Disable
原创QUANWEIRU 博主文章分类:Oracle EBS ©著作权
文章标签 Responsibility Disab 文章分类 代码人生
下一篇:2012年最新会计科目表
-
职责链模式(Chain of Responsibility)
2015/5/18 职责链模式(Chai
职责链模式 #include 接受者 -
android disable app android disable application
1.allowBackup是否允许备份应用的数据,默认是true,当备份数据的时候,它的数据会被备份下来。如果设为false,那么绝对不会备份应用的数据,即使是备份整个系统。为了安全起见,开发者务必将allowBackup标志值设置为false来关闭应用程序的备份和恢复功能,以免造成信息泄露和财产损失。2) allowBackup风险原理:当allowBackup标志值为true时,即可通过adb
android disable app Android application 应用程序 android Android