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


TABLE: EGO.EGO_INCLUDED_BUSINESSENTITIES

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


Table EGO_INCLUDED_BUSINESSENTITIES stores the business entities included in a given ruleset. Each row of this table stores a business entity included in a particular rule set, and the data level at which the rule set applies


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
EGO_INCLUDED_BUSENTITIES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnBUSINESSENTITY_ROW_ID
ColumnZD_EDITION_NAME
EGO_INCL_BUSINESSENTITIES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRULESET_ID
Columns
Name Datatype Length Mandatory Comments
BUSINESSENTITY_ROW_ID NUMBER (15) Yes Uniquely identifies the business entity row included.
RULESET_ID NUMBER (15) Yes Rule set Identifier of the ruleset
BUSINESS_ENTITY VARCHAR2 (20) Yes The business entity;data level which the ruleset includes
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 BUSINESSENTITY_ROW_ID
,      RULESET_ID
,      BUSINESS_ENTITY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      ZD_EDITION_NAME
FROM EGO.EGO_INCLUDED_BUSINESSENTITIES;

Dependencies

[top of page]

EGO.EGO_INCLUDED_BUSINESSENTITIES does not reference any database object

EGO.EGO_INCLUDED_BUSINESSENTITIES is referenced by following:

SchemaEGO
ViewEGO_INCLUDED_BUSINESSENTITIES#