[Home] [Help]
[Dependency Information]
| Object Name: | PA_CI_TYPES_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_CI_TYPES_TL
|
| Subobject Name: | |
| Status: | VALID |
This table stores the translatable attributes for the control item type definition.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_CI_TYPES_TL_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
CI_TYPE_ID
LANGUAGE
NAME
|
| PA_CI_TYPES_TL_U2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
CI_TYPE_ID
LANGUAGE
SHORT_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CI_TYPE_ID | NUMBER | (15) | Yes | System-generated number that uniquely identifies the control item type |
| NAME | VARCHAR2 | (150) | Yes | User-defined name of the control item type |
| SHORT_NAME | VARCHAR2 | (30) | Yes | User-defined abbreviated name of the control item type |
| LANGUAGE | VARCHAR2 | (30) | Yes | The defined language code for the row's translated columns |
| SOURCE_LANG | VARCHAR2 | (30) | Yes | Indicates the actual language of the row's translated columns |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
| DESCRIPTION | VARCHAR2 | (2000) | User-defined description of the control item type |
Cut, paste (and edit) the following text to query this object:
SELECT CI_TYPE_ID
, NAME
, SHORT_NAME
, LANGUAGE
, SOURCE_LANG
, LAST_UPDATED_BY
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, DESCRIPTION
FROM PA.PA_CI_TYPES_TL;
PA.PA_CI_TYPES_TL does not reference any database object
PA.PA_CI_TYPES_TL is referenced by following:
APPS
PA_CI_TYPES_TL
|
|
|
|