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


TABLE: PA.PA_PROJECT_ROLE_TYPES_TL

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


This table provides multi-lingual support (MLS) for project role types that you define in Oracle Projects. MLS enables you to store and print data that you define in multiple languages. The primary key for this table is PROJECT_ROLE_ID and LANGUAGE.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_PROJECT_ROLE_TYPES_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROJECT_ROLE_ID
ColumnLANGUAGE
ColumnZD_EDITION_NAME
PA_PROJECT_ROLE_TYPES_TL_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnMEANING
ColumnLANGUAGE
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
PROJECT_ROLE_ID NUMBER
Yes The system generated number that uniquely identifies the project role type
LANGUAGE VARCHAR2 (4) Yes The defined language code for the row's translated columns
SOURCE_LANG VARCHAR2 (4) Yes Indicates the actual language of the row's translated columns.
MEANING VARCHAR2 (80) Yes User-defined name that uniquely identifies the project role type
DESCRIPTION VARCHAR2 (250)
Free text description of the project role type
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT PROJECT_ROLE_ID
,      LANGUAGE
,      SOURCE_LANG
,      MEANING
,      DESCRIPTION
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      ZD_EDITION_NAME
FROM PA.PA_PROJECT_ROLE_TYPES_TL;

Dependencies

[top of page]

PA.PA_PROJECT_ROLE_TYPES_TL does not reference any database object

PA.PA_PROJECT_ROLE_TYPES_TL is referenced by following:

SchemaPA
ViewPA_PROJECT_ROLE_TYPES_TL#