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


TABLE: EGO.EGO_INCLUDED_RULESETS

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


Table EGO_INCLUDED_RULESETS stores the inclusions rules belonging to a particular rule set that have been included in another rule set. Each row in this table stores the information of what rule (INCLUSION_ROW_ID) belonging to a particular rule set (INCLUDED_RULESET) has been included in another rule set (RULESET_ID ). Each row also stores information about the sequence in which the rule sets have been included (execution order).


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
EGO_INCLUDED_RULESETS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnINCLUSION_ROW_ID
EGO_INCLUDED_RULESETS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRULESET_ID
Columns
Name Datatype Length Mandatory Comments
INCLUSION_ROW_ID NUMBER (15) Yes Inclusion id. Uniquely identifies the inclusion.
RULESET_ID NUMBER (15) Yes Rule set Identifier of the top level ruleset
INCLUDED_RULESET NUMBER (15) Yes Ruleset identifier of the ruleset being included
SEQUENCE NUMBER (15) Yes Sequence in which rulesets are included. Specifies the order of execution
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
Query Text

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


SELECT INCLUSION_ROW_ID
,      RULESET_ID
,      INCLUDED_RULESET
,      SEQUENCE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM EGO.EGO_INCLUDED_RULESETS;

Dependencies

[top of page]

EGO.EGO_INCLUDED_RULESETS does not reference any database object

EGO.EGO_INCLUDED_RULESETS is referenced by following:

SchemaAPPS
SynonymEGO_INCLUDED_RULESETS