[Home] [Help]
[Dependency Information]
| Object Name: | EGO_OBJECT_EXT_TABLES_B |
|---|---|
| Object Type: | TABLE |
| Owner: | EGO |
| FND Design Data: | EGO.EGO_OBJECT_EXT_TABLES_B
|
| Subobject Name: | |
| Status: | VALID |
Table contains the name of the tables for storing the attribute data for the given object
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| EGO_OBJECT_EXT_TABLES_B_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
OBJECT_ID
APPLICATION_ID
EXT_TABLE_NAME
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OBJECT_ID | NUMBER | (15) | Yes | Identifier for the Object for whose Attribute Groups the Extension Table stores data (foreign key to FND_OBJECTS) |
| APPLICATION_ID | NUMBER | (15) | Yes | Identifier for the Application to which the Extension Table belongs |
| EXT_TABLE_NAME | VARCHAR2 | (30) | Yes | Database name of the Extension Table |
| CREATED_BY | NUMBER | (15) | Yes | One of the five standard "WHO" columns |
| CREATION_DATE | DATE | Yes | One of the five standard "WHO" columns | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | One of the five standard "WHO" columns |
| LAST_UPDATE_DATE | DATE | Yes | One of the five standard "WHO" columns | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | One of the five standard "WHO" columns | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT OBJECT_ID
, APPLICATION_ID
, EXT_TABLE_NAME
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ZD_EDITION_NAME
FROM EGO.EGO_OBJECT_EXT_TABLES_B;
EGO.EGO_OBJECT_EXT_TABLES_B does not reference any database object
EGO.EGO_OBJECT_EXT_TABLES_B is referenced by following:
EGO
EGO_OBJECT_EXT_TABLES_B#
|
|
|
|