[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
|
| 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 |
| 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 |
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;
EGO.EGO_CUSTOMIZATION_EXT does not reference any database object
EGO.EGO_CUSTOMIZATION_EXT is referenced by following:
APPS
EGO_CUSTOMIZATION_EXT
|
|
|
|