[Home] [Help]
[Dependency Information]
| Object Name: | QP_SEGMENTS_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | QP |
| FND Design Data: | QP.QP_SEGMENTS_TL
|
| Subobject Name: | |
| Status: | VALID |
Stores Attribute Names
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| QP_SEGMENTS_TL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SEGMENT_ID
LANGUAGE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SEGMENT_ID | NUMBER | Yes | Foeign key reference to QP_SEGMENTS_B.SEGMENT_ID | |
| LANGUAGE | VARCHAR2 | (4) | Yes | The language code of the language which the translatable fields are translated to. |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | The language code of the language which the translatable fields were originally translated to. |
| SEEDED_SEGMENT_NAME | VARCHAR2 | (80) | Description of the seeded segment for the language code stored in LANGUAGE column. | |
| USER_SEGMENT_NAME | VARCHAR2 | (80) | Yes | Description of the user created segment or modified seeded segment for the language code stored in LANGUAGE column. |
| CREATED_BY | NUMBER | Yes | Standard WHO Column | |
| CREATION_DATE | DATE | Yes | Standard WHO Column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard WHO Column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard WHO Column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard WHO Column | ||
| USER_DESCRIPTION | VARCHAR2 | (2000) | Description for segments | |
| SEEDED_DESCRIPTION | VARCHAR2 | (2000) | Description for seeded attributes |
Cut, paste (and edit) the following text to query this object:
SELECT SEGMENT_ID
, LANGUAGE
, SOURCE_LANG
, SEEDED_SEGMENT_NAME
, USER_SEGMENT_NAME
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, USER_DESCRIPTION
, SEEDED_DESCRIPTION
FROM QP.QP_SEGMENTS_TL;
QP.QP_SEGMENTS_TL does not reference any database object
QP.QP_SEGMENTS_TL is referenced by following:
APPS
QP_SEGMENTS_TL
|
|
|
|