[Home] [Help]
[Dependency Information]
| Object Name: | CS_MULTI_ORG_RULES |
|---|---|
| Object Type: | TABLE |
| Owner: | CS |
| FND Design Data: | CS.CS_MULTI_ORG_RULES
|
| Subobject Name: | |
| Status: | VALID |
This table defines the Multi Org Rules in CS and the Order in which the rules are to be used. These rules are setup as Lookup Codes in FND_LOOKUPS under the Lookup Type as CS_MULTI_ORG_RULES.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CS_MULTI_ORG_RULES_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
MULTI_ORG_RULE_CODE
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| MULTI_ORG_RULE_CODE | VARCHAR2 | (30) | Yes | This is the Code that represents the Rule Order. This value is from fnd_lookups and is one of the Lookup Code under the Lookup Type CS_MULTI_ORG_RULES. |
| MULTI_ORG_RULE_ORDER | NUMBER | This column specifies the Order in which the Multi Org Rules will be scanned while searching for a Org Id (Operating Unit). | ||
| LAST_UPDATE_DATE | DATE | Standard Who column | ||
| LAST_UPDATED_BY | NUMBER | (15) | Standard Who column | |
| CREATION_DATE | DATE | Standard Who column | ||
| CREATED_BY | NUMBER | (15) | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments | ||
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT MULTI_ORG_RULE_CODE
, MULTI_ORG_RULE_ORDER
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
, ZD_EDITION_NAME
FROM CS.CS_MULTI_ORG_RULES;
CS.CS_MULTI_ORG_RULES does not reference any database object
CS.CS_MULTI_ORG_RULES is referenced by following:
CS
CS_MULTI_ORG_RULES#
|
|
|
|