WCS_LK_RS_SRC(SQL Table) |
Index Back |
---|---|
Source ResultThis record is a child of WCS_LK_RS_BASE. It holds the pointer to the source that provides the value for this type of result. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | 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. |
2 | RESULT_TYPE_ID | Character(10) | VARCHAR2(10) NOT NULL |
This indicates the type of a Result item. For example: Simple Number, Simple Character, Percent of Base, Other Lookup, etc.
Prompt Table: WCS_LK_RES_TYPE |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
4 | SOURCE_ID | Character(30) | VARCHAR2(30) NOT NULL |
This is used to identify a defined input source for a Configurable Matrix. A Source is a named item with data type attributes and resolution rules. The resolution rules tell the Source how, given an orientation, the Source should dynamically determine it's own value for use in a Matrix lookup.
Prompt Table: WCS_SO_BASE_VW |