Skip to content

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


TABLE: FA.FA_LOOKUP_TYPES_TL

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


FA_LOOKUP_TYPES_TL contains translated description columns from the FA_LOOKUP_TYPES_B
base table to conform to multilingual standards.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FA_LOOKUP_TYPES_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnLOOKUP_TYPE
ColumnLANGUAGE
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
LOOKUP_TYPE VARCHAR2 (30) Yes Unique identification name of a list of related QuickPick values
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
MEANING VARCHAR2 (80)
Meaning of the lookup type
DESCRIPTION VARCHAR2 (80)
Description of the lookup type
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
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT LOOKUP_TYPE
,      LANGUAGE
,      SOURCE_LANG
,      MEANING
,      DESCRIPTION
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      ZD_EDITION_NAME
FROM FA.FA_LOOKUP_TYPES_TL;

Dependencies

[top of page]

FA.FA_LOOKUP_TYPES_TL does not reference any database object

FA.FA_LOOKUP_TYPES_TL is referenced by following:

SchemaFA
ViewFA_LOOKUP_TYPES_TL#