[Home] [Help]
[Dependency Information]
| Object Name: | EGO_CUSTOMIZATION_EXT |
|---|---|
| Object Type: | TABLE |
| Owner: | EGO |
| FND Design Data: | EGO.EGO_CUSTOMIZATION_EXT
|
| Subobject Name: | |
| Status: | VALID |
stores customizations for the result format for a particular application, region, and user.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| EGO_CUSTOMIZATION_EXT_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CUSTOMIZATION_APPLICATION_ID
CUSTOMIZATION_CODE
REGION_APPLICATION_ID
REGION_CODE
ZD_EDITION_NAME
|
| EGO_CUSTOMIZATION_EXT_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
RF_CUSTOMIZATION_CODE
|
| 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 |
| 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 | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes | |
| CLASSIFICATION1#1 | VARCHAR2 | (250) | ||
| CLASSIFICATION2#1 | VARCHAR2 | (250) | ||
| CLASSIFICATION3#1 | VARCHAR2 | (250) |
Cut, paste (and edit) the following text to query this object:
SELECT CUSTOMIZATION_APPLICATION_ID
, CUSTOMIZATION_CODE
, REGION_APPLICATION_ID
, REGION_CODE
, 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
, ZD_EDITION_NAME
, CLASSIFICATION1#1
, CLASSIFICATION2#1
, CLASSIFICATION3#1
FROM EGO.EGO_CUSTOMIZATION_EXT;
EGO.EGO_CUSTOMIZATION_EXT does not reference any database object
EGO.EGO_CUSTOMIZATION_EXT is referenced by following:
EGO
EGO_CUSTOMIZATION_EXT#
|
|
|
|