CFG_CONFIG_DATA(SQL Table) |
Index Back |
---|---|
Configuration DataAdditional details on the saved configuration. Please note that you cannot write custom SQL against this table, you can only retrieve the data contained herein via the public Advanced Configurator java APIs. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | CFG_CONFIG_ID | Number(19,0) | DECIMAL(19) NOT NULL | Configuration Id |
2 | CFG_MODIFIED_DTTM | DateTime(26) | TIMESTAMP | Modification time |
3 | CFG_DATA | Long Character(100) | VARCHAR2(100) | Configuration data in xml format |