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


TABLE: JTF.JTF_LOC_AREAS_TL

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


JTF_LOC_AREAS_TL stores columns that should be translated for a location area.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JTF_LOC_AREAS_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnLOCATION_AREA_ID
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
LOCATION_AREA_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_AREA_NAME VARCHAR2 (240) Yes Name of the location area.
LOCATION_AREA_DESCRIPTION VARCHAR2 (4000)
Description of the location area.
SECURITY_GROUP_ID NUMBER

Used in hosted environments
Query Text

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


SELECT LOCATION_AREA_ID
,      LANGUAGE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      SOURCE_LANG
,      LOCATION_AREA_NAME
,      LOCATION_AREA_DESCRIPTION
,      SECURITY_GROUP_ID
FROM JTF.JTF_LOC_AREAS_TL;

Dependencies

[top of page]

JTF.JTF_LOC_AREAS_TL does not reference any database object

JTF.JTF_LOC_AREAS_TL is referenced by following:

SchemaAPPS
SynonymJTF_LOC_AREAS_TL