DW_PROJECT_ELEMENT_D_TL
Task translatable fields table
Details
Module: Project Costing
Key Columns
PROJECT_ID, LANGUAGE, PROJ_ELEMENT_ID
Columns
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| PROJ_ELEMENT_ID | NUMBER | 38 | 0 | True | Project Task Identifier | ||
| PROJECT_ID | NUMBER | 38 | 0 | True | Project Identifier | DW_PJF_PROJECTS_ALL_D_TL | PROJECT_ID |
| LANGUAGE | VARCHAR2 | 16 | True | Language in which the contents of the translatable columns are translated. | |||
| SOURCE_RECORD_ID | VARCHAR2 | 128 | This column is for Oracle Internal use only. Source record identifier | ||||
| NAME | VARCHAR2 | 256 | Task name | ||||
| SOURCE_LANG | VARCHAR2 | 16 | Language in which the contents of the translatable columns were originally created. | ||||
| DESCRIPTION | VARCHAR2 | 999 | task description |