[Home] [Help]
[Dependency Information]
| Object Name: | JTF_RS_TEAMS_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | JTF |
| FND Design Data: | JTF.JTF_RS_TEAMS_TL
|
| Subobject Name: | |
| Status: | VALID |
Translation table for JTF_RS_TEAMS_B. It is used to store all columns and data that are needed for Multi-Language Support.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| JTF_RS_TEAMS_TL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
TEAM_ID
LANGUAGE
|
| JTF_RS_TEAMS_TL_FN1 | FUNCTION-BASED NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
UPPER("TEAM_NAME")
|
| JTF_RS_TEAMS_TL_FN2 | FUNCTION-BASED NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
UPPER("TEAM_DESC")
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TEAM_ID | NUMBER | Yes | Resource team unique 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). | ||
| TEAM_NAME | VARCHAR2 | (30) | Yes | Team name |
| TEAM_DESC | VARCHAR2 | (80) | Team 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 |
Cut, paste (and edit) the following text to query this object:
SELECT TEAM_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, TEAM_NAME
, TEAM_DESC
, LANGUAGE
, SOURCE_LANG
, SECURITY_GROUP_ID
FROM JTF.JTF_RS_TEAMS_TL;
JTF.JTF_RS_TEAMS_TL does not reference any database object
JTF.JTF_RS_TEAMS_TL is referenced by following:
APPS
JTF_RS_TEAMS_TL
|
|
|
|