CFG_CONFIG(SQL Table) |
Index Back |
|---|---|
ConfigurationPrimary details regarding the saved configuration |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Number(19,0) | DECIMAL(19) NOT NULL | Configuration Id | |
| 2 | CFG_ACTIVE | Character(1) | VARCHAR2(1) NOT NULL | Active status of configuration |
| 3 | CFG_NAME | Character(64) | VARCHAR2(64) NOT NULL | Database field that contains the name of the model r |
| 4 | CFG_CREATED_DTTM | DateTime(26) | TIMESTAMP | Creation time |
| 5 | CFG_MODIFIED_DTTM | DateTime(26) | TIMESTAMP | Modification time |
| 6 | CFG_COMMENT_ID | Number(19,0) | DECIMAL(19) NOT NULL | Comment Id |