[Home] [Help]
[Dependency Information]
Object Name: | EGO_USER_RULES_B |
---|---|
Object Type: | TABLE |
Owner: | EGO |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table is used to store the individual rules metadata.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
EGO_USER_RULES_B_U1 | NORMAL | UNIQUE |
![]() |
![]() |
SYS_IL0000455311C00009$$ | LOB | UNIQUE |
![]() |
|
EGO_USER_RULES_B_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
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 |
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
FROM EGO.EGO_USER_RULES_B;
EGO.EGO_USER_RULES_B does not reference any database object
EGO.EGO_USER_RULES_B is referenced by following:
|
|
|