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


TABLE: EGO.EGO_RULE_ASSIGNMENTS

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


This table stores the entity;action to which a Ruleset is assigned


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
EGO_RULE_ASSIGNMENTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnASSIGNMENT_ID
ColumnZD_EDITION_NAME
EGO_RULE_ASSIGNMENTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRULESET_ID
EGO_RULE_ASSIGNMENTS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBUSINESS_ENTITY
Columns
Name Datatype Length Mandatory Comments
ASSIGNMENT_ID NUMBER (15) Yes Uniquely identifies the assignment.
RULESET_ID NUMBER (15) Yes Ruleset Identifier of the ruleset
BUSINESS_ENTITY VARCHAR2 (20) Yes The business entity;data level to which the ruleset is assigned
ACTION VARCHAR2 (20)
The action to which the ruleset is assigned. One of create/Update
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 ASSIGNMENT_ID
,      RULESET_ID
,      BUSINESS_ENTITY
,      ACTION
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      ZD_EDITION_NAME
FROM EGO.EGO_RULE_ASSIGNMENTS;

Dependencies

[top of page]

EGO.EGO_RULE_ASSIGNMENTS does not reference any database object

EGO.EGO_RULE_ASSIGNMENTS is referenced by following:

SchemaEGO
ViewEGO_RULE_ASSIGNMENTS#