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


TABLE: PA.PA_CI_TYPES_TL

Object Details
Object Name: PA_CI_TYPES_TL
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_CI_TYPES_TL
Subobject Name:
Status: VALID


This table stores the translatable attributes for the control item type definition.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_CI_TYPES_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCI_TYPE_ID
ColumnLANGUAGE
ColumnNAME
PA_CI_TYPES_TL_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCI_TYPE_ID
ColumnLANGUAGE
ColumnSHORT_NAME
Columns
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
Query Text

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;

Dependencies

[top of page]

PA.PA_CI_TYPES_TL does not reference any database object

PA.PA_CI_TYPES_TL is referenced by following:

SchemaAPPS
SynonymPA_CI_TYPES_TL