WCS_LK_DATA(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 |
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 | 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). |
6 | DEFAULT_ROW_IND | Character(1) | VARCHAR2(1) NOT NULL |
This is used to indicate which row in a Configurable Matrix is the default row (to be returned when no match is made).
Y/N Table Edit Default Value: N |