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


TABLE: JTF.JTF_RS_SKILL_LEVELS_TL

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


This table stores the Skill Levels (Master Data)


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JTF_RS_SKILL_LEVELS_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSKILL_LEVEL_ID
ColumnLANGUAGE
JTF_RS_SKILL_LEVELS_TL_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLEVEL_NAME
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
SKILL_LEVEL_ID NUMBER
Yes Skill Level Identifier
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).
LEVEL_NAME VARCHAR2 (60) Yes Level Name
LEVEL_DESC VARCHAR2 (240)
Level Description.
LANGUAGE VARCHAR2 (4) Yes Language of text . The language to which things are translated.
SOURCE_LANG VARCHAR2 (4) Yes The language from which things are translated .
SECURITY_GROUP_ID NUMBER

Column used for Applications Hosting purposes
Query Text

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


SELECT SKILL_LEVEL_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      LEVEL_NAME
,      LEVEL_DESC
,      LANGUAGE
,      SOURCE_LANG
,      SECURITY_GROUP_ID
FROM JTF.JTF_RS_SKILL_LEVELS_TL;

Dependencies

[top of page]

JTF.JTF_RS_SKILL_LEVELS_TL does not reference any database object

JTF.JTF_RS_SKILL_LEVELS_TL is referenced by following:

SchemaAPPS
SynonymJTF_RS_SKILL_LEVELS_TL