CJM_PROGRAMS_UTILIZED_ALL_TL
CJM_PROGRAMS_UTILIZED_ALL_TL is the translated table for the CJM_PROGRAMS_UTILIZED_ALL_B table and contains the Adjustment Description for each Accrual record created. In the case of a Manual Adjustment, there is option to input the user description and this same description is then recorded in this table.
Details
-
Schema: FUSION
-
Object owner: CJM
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
CJM_PGMS_UTIL_ALL_TL_PK |
UTILIZATION_ID, LANGUAGE |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| UTILIZATION_ID | NUMBER | 18 | Yes | Identifies the unique identifier for the CJM_PROGRAMS_UTILIZED_ALL_B table. | |
| LANGUAGE | VARCHAR2 | 4 | Yes | Indicates the code of the language into which the contents of the translatable columns are translated. | |
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| SOURCE_LANG | VARCHAR2 | 4 | Yes | Indicates the code of the language in which the contents of the translatable columns were originally created. | |
| ADJUSTMENT_DESC | VARCHAR2 | 1000 | Adjustment description for the Accruals record. This will be the translated column. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CJM_PROGRAMS_UTILIZED_ALL_TL | cjm_programs_utilized_all_b | UTILIZATION_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CJM_PROG_UTIL_ALL_TL_U1 | Unique | Default | UTILIZATION_ID, LANGUAGE |