WCS_LK_HTML_VW(SQL View) |
Index Back |
---|---|
Config Matrix HTML Work ViewThis view is used to manage matrix data when rendering the matrix in HTML. |
SELECT D.LOOKUP_ID , D.EFFDT , D.KEY_SET , D.RESULT_ID , D.LKUP_DATA_VAL , D.DEFAULT_ROW_IND , O.KEY_ORDER FROM PS_WCS_LK_DATA D , PS_WCS_LK_OUTPUT O WHERE D.LOOKUP_ID=O.LOOKUP_ID AND D.EFFDT=O.EFFDT AND D.RESULT_ID=O.RESULT_ID |
# | 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 |
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 | 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). |
7 | KEY_ORDER | Number(3,0) | SMALLINT NOT NULL | This field determines the order in which items are sorted or ranked. |