DBA Data[Home] [Help] [Dependency Information]


TABLE: BOM.BOM_STRUCTURE_TYPES_TL

Object Details
Object Name: BOM_STRUCTURE_TYPES_TL
Object Type: TABLE
Owner: BOM
FND Design Data: TableBOM.BOM_STRUCTURE_TYPES_TL
Subobject Name:
Status: VALID


Table to store translated information for structure types.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BOM_STRUCTURE_TYPES_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLANGUAGE
ColumnSTRUCTURE_TYPE_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

BOM.BOM_STRUCTURE_TYPES_TL does not reference any database object

BOM.BOM_STRUCTURE_TYPES_TL is referenced by following:

SchemaAPPS
SynonymBOM_STRUCTURE_TYPES_TL