简体   繁体   English

在INV组织级别上为Oracle Apps中的并发进程设置冲突域的方法

[英]Way to set conflict domain on INV org level for Concurrent prog in Oracle Apps

I want to set conflict domain(incompatibility) on INV org level for Concurrent prog in Oracle Apps. 我想在INV组织级别上为Oracle Apps中的并发编设置冲突域(不兼容)。 Suppose we have three orgs A,B,C my concurrent prog name is xyz 假设我们有三个组织A,B,C,我的并发程序名称是xyz

xyz should run for all three orgs at a time but not for A and A or B and B or C and C xyz应该一次为所有三个组织运行,但不能同时为A和A或B和B或C和C运行

It is possible as per Oracle AOL document. 根据Oracle AOL文档,这是可能的。

Conflict Domains In Oracle Applications, data is stored in database tables that belong to a particular application. 冲突域在Oracle应用产品中,数据存储在属于特定应用程序的数据库表中。 Each table may also contain information used to determine what conditions need to be met to access the individual records. 每个表还可能包含用于确定访问各个记录所需满足的条件的信息。 These conditions may consist of one or more of the following data groupings: 这些条件可能包含以下一个或多个数据组:

  • SOB - based on the profile option SOB-基于配置文件选项
  • GL_SET_OF_BOOKS Multiple installations (referred to as MSOB) Multiple Operating units (determined by profile option MO_OPERATING_UNIT) (referred as MULTIORG). GL_SET_OF_BOOKS多个安装(称为MSOB)多个操作单元(由配置文件选项MO_OPERATING_UNIT确定)(称为MULTIORG)。
  • Multiple Orgs (determined by profile option INV_ORGANIZATION_ID, Used by Manufacturing Applications) 多个组织(由配置文件选项INV_ORGANIZATION_ID确定,由制造应用程序使用)
  • HR may use business group as a conflict resolution domain FA may use FA book 人力资源部可以将业务组用作解决冲突的领域,FA可以使用FA簿
  • etc... 等等...

All programs are assigned a conflict domain when they are submitted. 所有程序在提交时都分配有冲突域。 If a domain is defined as part of a parameter the concurrent manager will use it to resolve incompatibilities. 如果将域定义为参数的一部分,则并发管理器将使用它来解决不兼容问题。 If the domain is not defined by a parameter the concurrent manager uses the value defined for the profile option Concurrent:Conflicts Domain. 如果该域不是由参数定义的,则并发管理器将使用为配置文件选项Concurrent:Conflicts Domain定义的值。 Lastly, if the domain is not provided by a program parameter and the Concurrent:Conflicts Domain profile option has not been defined the 'Standard' domain is used. 最后,如果程序参数未提供域,并且尚未定义Concurrent:Conflicts域配置文件选项,则使用“标准”域。 The Standard domain is the default for all requests. 标准域是所有请求的默认域。

All programs use the Standard conflict domain unless a value is defined for the profile option Concurrent:Conflicts Domain or a conflict domain is defined through a program parameter. 除非为配置文件选项Concurrent:Conflicts Domain定义了值,或者通过程序参数定义了冲突域,否则所有程序都将使用Standard冲突域。

You can refer the following links for further details. 您可以参考以下链接以获取更多详细信息。

https://docs.oracle.com/cd/A60725_05/html/comnls/us/fnd/incomp01.htm https://docs.oracle.com/cd/A60725_05/html/comnls/us/fnd/incomp01.htm

https://docs.oracle.com/cd/A60725_05/html/comnls/us/fnd/incomp02.htm https://docs.oracle.com/cd/A60725_05/html/comnls/us/fnd/incomp02.htm

Regards, 问候,

Sivabalanarayanan L Sivabalanarayanan L

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM