[Home] [Help]
[Dependency Information]
| Object Name: | GCS_LEX_MAP_STRUCTS |
|---|---|
| Object Type: | TABLE |
| Owner: | GCS |
| FND Design Data: | GCS.GCS_LEX_MAP_STRUCTS
|
| Subobject Name: | |
| Status: | VALID |
GCS_LEX_MAP_STRUCTS defines the structures of tables that can be used as staging tables by the Interface Data Transformer. Each Transformation Rule Set must have a table structure associated with it. GCS_LEX_MAP_STRUCTS also keeps the list of tables that can be used as lookup tables.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GCS_LEX_MAP_STRUCTS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
STRUCTURE_ID
|
| GCS_LEX_MAP_STRUCTS_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
STRUCTURE_NAME
TABLE_USE_TYPE_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| STRUCTURE_ID | NUMBER | (15) | Yes | Table structure defining column |
| STRUCTURE_NAME | VARCHAR2 | (50) | Yes | Table structure name |
| TABLE_USE_TYPE_CODE | VARCHAR2 | (30) | Yes | Table use lookup |
| DESCRIPTION | VARCHAR2 | (240) | Table structure description | |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT STRUCTURE_ID
, STRUCTURE_NAME
, TABLE_USE_TYPE_CODE
, DESCRIPTION
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM GCS.GCS_LEX_MAP_STRUCTS;
GCS.GCS_LEX_MAP_STRUCTS does not reference any database object
GCS.GCS_LEX_MAP_STRUCTS is referenced by following:
APPS
GCS_LEX_MAP_STRUCTS
|
|
|
|