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


TABLE: EGO.EGO_USER_RULES_B

Object Details
Object Name: EGO_USER_RULES_B
Object Type: TABLE
Owner: EGO
FND Design Data: TableEGO.EGO_USER_RULES_B
Subobject Name:
Status: VALID


This table is used to store the individual rules metadata.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
EGO_USER_RULES_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRULE_ID
ColumnZD_EDITION_NAME
SYS_IL0000455311C00009$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
EGO_USER_RULES_B_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRULESET_ID
Columns
Name Datatype Length Mandatory Comments
RULE_ID NUMBER (15) Yes Rule Identifier, Uniquely identifies the Rule
RULESET_ID NUMBER (15) Yes Reference to the Rulrset to which this rule belongs to
SEQUENCE NUMBER (15) Yes Sequence in which this rule runs in the Ruleset
RULE_NAME VARCHAR2 (256) Yes Internal name of the Ruleset
ATTR_GROUP_TYPE VARCHAR2 (50)
The attribute group type of the attribute group to which the Rule assigns value
ATTR_GROUP_NAME VARCHAR2 (50)
The Attribute Group name to which the Rule assigns value
ATTR_NAME VARCHAR2 (50)
The Attribute to which the Rule assigns value
SEVERITY VARCHAR2 (50)
Severity of the validation failue. One of Reject/Warning/Needs Approval
RULE_XML CLOB (4000) Yes Generated Rule xml for the If;Then conditions
LAST_UPDATE_DATE DATE
Yes One of the five standard "WHO" columns
LAST_UPDATED_BY NUMBER
Yes One of the five standard "WHO" columns
CREATION_DATE DATE
Yes One of the five standard "WHO" columns
CREATED_BY NUMBER
Yes One of the five standard "WHO" columns
LAST_UPDATE_LOGIN NUMBER

One of the five standard "WHO" columns
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT RULE_ID
,      RULESET_ID
,      SEQUENCE
,      RULE_NAME
,      ATTR_GROUP_TYPE
,      ATTR_GROUP_NAME
,      ATTR_NAME
,      SEVERITY
,      RULE_XML
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      ZD_EDITION_NAME
FROM EGO.EGO_USER_RULES_B;

Dependencies

[top of page]

EGO.EGO_USER_RULES_B does not reference any database object

EGO.EGO_USER_RULES_B is referenced by following:

SchemaEGO
ViewEGO_USER_RULES_B#