WCS_LK_RES_TYPE(SQL Table) |
Index Back |
---|---|
Result TypesThis record describes the different types of results. It identifies the classes that control the result and the page that defines the result. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | 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. |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | PNLNAME | Character(30) | VARCHAR2(30) NOT NULL | Page Name (see PSPNLDEFN). |
4 | APPCLASS_PATH | Character(254) | VARCHAR2(254) NOT NULL | Application Class Full Path |
5 | RES_LKUPDFN_CLASS | Character(254) | VARCHAR2(254) NOT NULL | This field identifies the class used to process the result during lookup definition on the component. |
6 | RES_ACCESS_CLASS | Character(254) | VARCHAR2(254) NOT NULL | This field identifies the class used to process the result during lookup access. |
7 | RES_CONTENT_CLASS | Character(254) | VARCHAR2(254) NOT NULL | This field identifies the class used to process the result during lookup content processing. |
8 | DATA_TYPE_CD | Character(1) | VARCHAR2(1) NOT NULL |
Data Type CD
N=Customer Data S=Sample Data Y=System Data Default Value: N |