1) 安全性—>责任-à定义
在这个路径下,输入责任名称,可以查询这个责任的请求组的名称
2) organization_id 和 org_id的功能
3) 查找网页上的字段
- Navigate: System Administrator > Profiles > System
- 2. Query Profile Name = FND: Diagnostics and set it to ‘Yes‘ at the site level.
- Log out of the application and log back in.、
- Verify the ‘About this Page‘ link is now available on R12 OAF pages.、
- Verify the ‘errors detail‘ link is now available on R12 OAF page exception messages.
2,如何查看OAF页面字段取值逻辑:
如下图:比如我们要查询“税分类”字段的取值逻辑:
点About this page:
点Expand All,如下图:
通过图一,我们可以得到“vatcode”这个字段名称
图一
然后点击‘业务组参考详细资料
查看视图对象中的内容,找出和字段名称对象的视图对象
例如:VATCODE字段对应的视图对象是MaintainSupAcctSitesVO
对应的视图对象的全称是:oracle.apps.zx.taxcontent.registration.server.MaintainSupAcctSitesVO
点击oracle.apps.zx.taxcontent.registration.server.MaintainSupAcctSitesVO
l + F查找我们要查的字段:Employee Name:
就能看到sql语句了