SRCH_COMP_VW(SQL View) |
Index Back |
---|---|
Search Component ViewSEARCH_COMP_VW is a view of the SEARCH_COMP_TBL table. This view is used for the entering of data into the global search panel. |
SELECT DISTINCT B.FIELDNAME FROM PS_SEARCH_ORDR_TBL A , PS_SEARCH_COMP_TBL B WHERE A.SEARCH_ORDER_NBR = B.SEARCH_ORDER_NBR |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | FIELDNAME | Character(18) | VARCHAR2(18) NOT NULL |
Field Name (see PSDBFIELD).
Prompt Table: SRCH_PSFIELD_VW |