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


TABLE: JTF.JTF_LOC_TYPES_TL

Object Details
Object Name: JTF_LOC_TYPES_TL
Object Type: TABLE
Owner: JTF
FND Design Data: TableJTF.JTF_LOC_TYPES_TL
Subobject Name:
Status: VALID


JTF_LOC_TYPES_TL stores columns that should be translated for a location type.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JTF_LOC_TYPES_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnLOCATION_TYPE_ID
ColumnLANGUAGE
JTF_LOC_TYPES_TL_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnLOCATION_TYPE_NAME
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
LOCATION_TYPE_ID NUMBER
Yes Unique identifier.
LANGUAGE VARCHAR2 (4) Yes Language of the current record.
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
SOURCE_LANG VARCHAR2 (4) Yes The language the text will mirror. If the text is not translated into LANGUAGE then any change to the text in the source language row will be reflected here as well.
LOCATION_TYPE_NAME VARCHAR2 (240) Yes Name of the location type.
LOCATION_TYPE_DESCRIPTION VARCHAR2 (4000)
Description of the location type.
SECURITY_GROUP_ID NUMBER

Used in hosted environments.
Query Text

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


SELECT LOCATION_TYPE_ID
,      LANGUAGE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      SOURCE_LANG
,      LOCATION_TYPE_NAME
,      LOCATION_TYPE_DESCRIPTION
,      SECURITY_GROUP_ID
FROM JTF.JTF_LOC_TYPES_TL;

Dependencies

[top of page]

JTF.JTF_LOC_TYPES_TL does not reference any database object

JTF.JTF_LOC_TYPES_TL is referenced by following:

SchemaAPPS
SynonymJTF_LOC_TYPES_TL