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


TABLE: EGO.EGO_ACTIONS_DL

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


Table EGO_ACTIONS_DL stores the data level information for the actions that can be defined for attribute groups. This table also stores the Visibility flag(enabled/disabled) for actions seperately for each data level.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
EGO_ACTIONS_DL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnACTION_ID
ColumnDATA_LEVEL_ID
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
ACTION_ID NUMBER
Yes The Action Id for which the Visibilty flag is enabled/disabled.
DATA_LEVEL_ID NUMBER
Yes The datalevel Id for which the Visibilty flag is enabled/disabled for a given action Id
VISIBILITY_FLAG VARCHAR2 (1)
The flag Y/N that will tell whether the action is enabled or disabled for a given data level Id
CREATED_BY NUMBER
Yes One of the five standard "WHO" columns
CREATION_DATE DATE
Yes One of the five standard "WHO" columns
LAST_UPDATED_BY NUMBER
Yes One of the five standard "WHO" columns
LAST_UPDATE_DATE DATE
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 ACTION_ID
,      DATA_LEVEL_ID
,      VISIBILITY_FLAG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      ZD_EDITION_NAME
FROM EGO.EGO_ACTIONS_DL;

Dependencies

[top of page]

EGO.EGO_ACTIONS_DL does not reference any database object

EGO.EGO_ACTIONS_DL is referenced by following:

SchemaEGO
ViewEGO_ACTIONS_DL#