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


TABLE: JTF.JTF_STORES_TL

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


JTF_STORES_TL stores translated information about the stores in JTF_STORES_B. Each row includes the language the row is translated to, the translated attributes of the store, and the identifier which uniquely identifies the store. You need one row for each store in each of the installed languages. Each row includes a language and SOURCE_LANG column which can be used to determine if a value has been translated or defaulted.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JTF_STORES_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnSTORE_ID
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
STORE_ID NUMBER
Yes Store Identifier.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Object Version Number for Locking.
LANGUAGE VARCHAR2 (4) Yes Language being translated to
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER

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 Source language
STORE_NAME VARCHAR2 (120)
Name of the store
STORE_DESCRIPTION VARCHAR2 (4000)
Description of the store
SECURITY_GROUP_ID NUMBER

Security Group Identifier.
Query Text

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


SELECT STORE_ID
,      OBJECT_VERSION_NUMBER
,      LANGUAGE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SOURCE_LANG
,      STORE_NAME
,      STORE_DESCRIPTION
,      SECURITY_GROUP_ID
FROM JTF.JTF_STORES_TL;

Dependencies

[top of page]

JTF.JTF_STORES_TL does not reference any database object

JTF.JTF_STORES_TL is referenced by following:

SchemaAPPS
SynonymJTF_STORES_TL