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


TABLE: EGO.EGO_CUSTOMIZATION_EXT

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


stores customizations for the result format for a particular application, region, and user.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
EGO_CUSTOMIZATION_EXT_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCUSTOMIZATION_APPLICATION_ID
ColumnCUSTOMIZATION_CODE
ColumnREGION_APPLICATION_ID
ColumnREGION_CODE
EGO_CUSTOMIZATION_EXT_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRF_CUSTOMIZATION_CODE
Columns
Name Datatype Length Mandatory Comments
CUSTOMIZATION_APPLICATION_ID NUMBER (15) Yes One of the PKs for AK_CUSTOMIZATIONS
CUSTOMIZATION_CODE VARCHAR2 (30) Yes One of the PKs for AK_CUSTOMIZATIONS
REGION_APPLICATION_ID NUMBER (15) Yes One of the PKs for AK_CUSTOMIZATIONS
REGION_CODE VARCHAR2 (30) Yes One of the PKs for AK_CUSTOMIZATIONS
CLASSIFICATION1 VARCHAR2 (50)
First extension column
CLASSIFICATION2 VARCHAR2 (50)
Second extension column
CLASSIFICATION3 VARCHAR2 (50)
Third extension column
CREATED_BY NUMBER (15) Yes Standard WHO column
CREATION_DATE DATE
Yes Standard WHEN column
LAST_UPDATED_BY NUMBER (15) Yes Standard WHEN column
LAST_UPDATE_DATE DATE
Yes Standard WHEN column
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHEN column
RF_CUSTOMIZATION_APPL_ID NUMBER (15)
Customization application id of the associated results format
RF_CUSTOMIZATION_CODE VARCHAR2 (30)
Customization code of the associated results format
RF_REGION_APPLICATION_ID NUMBER (15)
Region application id of the associated results format
RF_REGION_CODE VARCHAR2 (30)
Region code of the associated results format
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CUSTOMIZATION_APPLICATION_ID
,      CUSTOMIZATION_CODE
,      REGION_APPLICATION_ID
,      REGION_CODE
,      CLASSIFICATION1
,      CLASSIFICATION2
,      CLASSIFICATION3
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      RF_CUSTOMIZATION_APPL_ID
,      RF_CUSTOMIZATION_CODE
,      RF_REGION_APPLICATION_ID
,      RF_REGION_CODE
FROM EGO.EGO_CUSTOMIZATION_EXT;

Dependencies

[top of page]

EGO.EGO_CUSTOMIZATION_EXT does not reference any database object

EGO.EGO_CUSTOMIZATION_EXT is referenced by following:

SchemaAPPS
SynonymEGO_CUSTOMIZATION_EXT