WCS_LK_DATA_EXT(SQL Table) |
Index Back |
---|---|
Config Matrix - Data ContentThis table holds the actual data content of a Configurable Matrix. The "keyset" is an encoded pointer based on the associated search keys. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LOOKUP_ID | Character(15) | VARCHAR2(15) NOT NULL | Main unique identifier for Configurable Matrices. |
2 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
3 | KEY_SET | Character(50) | VARCHAR2(50) NOT NULL | This field contains the set of key pointers used to reference Configurable Matrix data. |
4 | RESULT_ID | Character(30) | VARCHAR2(30) NOT NULL | This is used to identify a defined result from a Configurable Matrix. A Result is a named item with data type attributes, processing and rounding rules. |
5 | RESULT_ID_EXT | Character(30) | VARCHAR2(30) NOT NULL | This field is used to define extended Result data for a Configurable Matrix. |
6 | LKUP_DATA_VAL | Character(30) | VARCHAR2(30) NOT NULL | This field holds the actual data content for a Configurable Matrix (as a generic character field). |