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


TABLE: JTF.JTF_SEEDED_QUAL_ALL_TL

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


This is the MLS support table for the JTF_SEEDED_QUAL_B table. This table will contain all the translations in different languages for the territory qualifiers that are going to be used to define territories.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JTF_SEEDED_QUAL_ALL_TL_N2 FUNCTION-BASED NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnUPPER("NAME")
JTF_SEEDED_QUAL_TL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnSEEDED_QUAL_ID
ColumnORG_ID
Columns
Name Datatype Length Mandatory Comments
SEEDED_QUAL_ID NUMBER
Yes Seeded Qualifier Identifier (Oracle Sequence).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER
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
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
LANGUAGE VARCHAR2 (4) Yes Defined Language
SOURCE_LANG VARCHAR2 (4) Yes The Language the text will mirror. If text is not yet translated into LANGUAGE then any changes to the text in the source language row will be reflected here as well.
NAME VARCHAR2 (60) Yes The territory qualifier name.
DESCRIPTION VARCHAR2 (240)
A description of the territory qualifier.
ORG_ID NUMBER

Organization identifier
SECURITY_GROUP_ID NUMBER

Requirement for Hosting Development Standards
Query Text

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


SELECT SEEDED_QUAL_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      LANGUAGE
,      SOURCE_LANG
,      NAME
,      DESCRIPTION
,      ORG_ID
,      SECURITY_GROUP_ID
FROM JTF.JTF_SEEDED_QUAL_ALL_TL;

Dependencies

[top of page]

JTF.JTF_SEEDED_QUAL_ALL_TL does not reference any database object

JTF.JTF_SEEDED_QUAL_ALL_TL is referenced by following:

SchemaAPPS
SynonymJTF_SEEDED_QUAL_ALL_TL