CFG_COMPNT_DATA(SQL Table) |
Index Back |
---|---|
Configuration Component DataAdditional data on components involved in the 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_COMPNT_ID | Number(19,0) | DECIMAL(19) NOT NULL | Component Id |
2 | CFG_CD_ID | Number(19,0) | DECIMAL(19) NOT NULL | Compound id |
3 | CFG_MODIFIED_DTTM | DateTime(26) | TIMESTAMP | Modification time |
4 | CFG_DATA | Long Character(100) | VARCHAR2(100) | Configuration data in xml format |