Code Master Data Element
The Code Master Data Element provides a centralized system for managing reference codes and their associated attributes across the application.
CODE_MASTER
| Field | Type | Comment |
|---|---|---|
| CODE_MASTER_CD | String | The code value |
| CODE_MASTER_DESC | String | Description of the code |
| CODE_MASTER_TYPE | String | The type/category of the code |
| CREATED_BY | String | User who created the record |
| CREATED_DT | Timestamp | Timestamp when the record was created |
| UPDATED_BY | String | User who last updated the record |
| UPDATED_DT | Timestamp | Timestamp when the record was last updated |
CODE_ATTRIBUTE
| Field | Type | Comment |
|---|---|---|
| CODE_MASTER_TYPE | String | The type/category of the code |
| CODE | String | The code value |
| ATTRIBUTE | String | The attribute name |
| VALUE | String | The attribute value |
| DESCRIPTION | String | Description of the attribute |
| CREATED_BY | String | User who created the record |
| CREATED_DT | Timestamp | Timestamp when the record was created |
| UPDATED_BY | String | User who last updated the record |
| UPDATED_DT | Timestamp | Timestamp when the record was last updated |