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


TABLE: FA.FA_ADDITIONS_TL

Object Details
Object Name: FA_ADDITIONS_TL
Object Type: TABLE
Owner: FA
FND Design Data: TableOFA.FA_ADDITIONS_TL
Subobject Name:
Status: VALID


FA_ADDITIONS_TL contains translated description columns from the FA_ADDITIONS_B base
table to conform to multilingual standards.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FA_ADDITIONS_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnASSET_ID
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
ASSET_ID NUMBER (15) Yes System generated asset identification number
LANGUAGE VARCHAR2 (4) Yes Indicates the defined language of the row's translated columns
SOURCE_LANG VARCHAR2 (4) Yes Indicates the actual language of the row's translated columns
DESCRIPTION VARCHAR2 (80)
Description of the asset
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATED_BY NUMBER (15)
Standard Who column
CREATION_DATE DATE

Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ASSET_ID
,      LANGUAGE
,      SOURCE_LANG
,      DESCRIPTION
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
FROM FA.FA_ADDITIONS_TL;

Dependencies

[top of page]

FA.FA_ADDITIONS_TL does not reference any database object

FA.FA_ADDITIONS_TL is referenced by following:

SchemaFA
ViewFA_ADDITIONS_TL#