1. 建立OU组织,关联SOB,LE
2. 系统管理员下运行并发: Replicate seed date
3. 建立PO的职责, 设置 MO:Default Operating Unit ,授权
4. 进入新的PO职责,设置 Financial Options
5. 进入新的PO职责,设置 Purchasing Options
Run the Replicate Seed Data request followed by steps:
Navigate to System Administration responsibility, Requests -> Run -> Single Request, OK, Select Replicate Seed Data -> Select the Organization which is new created as parameter ->Submit
*This will replicate the seed data in your database. You need to do this everytime you make a new Organization.
这个程序指向的地点是: ad_morg.replicate_seed_data(X_org_id,NULL,NULL);
并且, 请求那边, 输入参数只有一个 org_id 实质是 OU, 其他的2个放空, 代表复制这个OU下的所有的OU层次的基础数据.
The seed data replication program works in two modes:
• Single organization: This mode applies when the seed data replication program is executed within the context of a particular operating unit (or Org_ID).
• All organizations: This mode applies when the seed data replication program is executed without an operating unit context.
实际复制的表指向是: load_table_list 这个方法, 从这里头可以看到, 复制了 AR,AP,CE, .... 等等 OU 层次的基础DATA.
本质的用途就是: 比如 ap_invoices 里头的 data 复制到 ap_invoices_all ,或者复制到一些语言表里头去.
这个请求有2个用处:
(1) 在多组织转换的时候需要使用到.
(2) 平时如果跑其实也没啥关系, 不过oracle bug 太多, 不建议自己手动去跑,建议发现问题的时候, 在oracle support下跑. FRM-40735 这个经常都是需要去跑这个玩意的.
对了, 当然会增加点空间, 但是微不足道.






