[Home] [Help]
[Dependency Information]
| Object Name: | BOM_STRUCTURE_TYPES_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | BOM |
| FND Design Data: | BOM.BOM_STRUCTURE_TYPES_TL
|
| Subobject Name: | |
| Status: | VALID |
Table to store translated information for structure types.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BOM_STRUCTURE_TYPES_TL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
LANGUAGE
STRUCTURE_TYPE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| STRUCTURE_TYPE_ID | NUMBER | Yes | Strucutre Type unique identifier | |
| LANGUAGE | VARCHAR2 | (4) | Yes | The language code of the language which the translatable fields are translated to |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | Language code of the language which the values of the translatable columns were originally entered |
| DISPLAY_NAME | VARCHAR2 | (80) | Yes | Display Name for structure type |
| DESCRIPTION | VARCHAR2 | (240) | Structure type Description | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who Column | |
| CREATION_DATE | DATE | Yes | Standard Who Column | |
| CREATED_BY | NUMBER | Yes | Standard Who Column | |
| LAST_UPDATE_LOGIN | NUMBER | Yes | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT STRUCTURE_TYPE_ID
, LANGUAGE
, SOURCE_LANG
, DISPLAY_NAME
, DESCRIPTION
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM BOM.BOM_STRUCTURE_TYPES_TL;
BOM.BOM_STRUCTURE_TYPES_TL does not reference any database object
BOM.BOM_STRUCTURE_TYPES_TL is referenced by following:
APPS
BOM_STRUCTURE_TYPES_TL
|
|
|
|