DBA Data[Home] [Help] [Dependency Information]


TABLE: CS.CS_MULTI_ORG_RULES

Object Details
Object Name: CS_MULTI_ORG_RULES
Object Type: TABLE
Owner: CS
FND Design Data: TableCS.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.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Columns
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
Query Text

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
FROM CS.CS_MULTI_ORG_RULES;

Dependencies

[top of page]

CS.CS_MULTI_ORG_RULES does not reference any database object

CS.CS_MULTI_ORG_RULES is referenced by following:

SchemaAPPS
SynonymCS_MULTI_ORG_RULES