[Home] [Help]
[Dependency Information]
Object Name: | EGO_INCLUDED_RULESETS |
---|---|
Object Type: | TABLE |
Owner: | EGO |
FND Design Data: | ![]() |
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).
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
EGO_INCLUDED_RULESETS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
EGO_INCLUDED_RULESETS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
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 |
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;
EGO.EGO_INCLUDED_RULESETS does not reference any database object
EGO.EGO_INCLUDED_RULESETS is referenced by following:
|
|
|