RX_RECFIELD_VW(SQL View) |
Index Back |
---|---|
Alternate Record NameFor configurable search, when a search field uses a record that is different from the primary search record (deep searching) |
SELECT A.RECNAME , A.FIELDNAME FROM PSRECFIELDDB A , PSDBFIELD B WHERE A.FIELDNAME = B.FIELDNAME AND B.LENGTH <= ( SELECT C.LENGTH FROM PSDBFIELD C WHERE C.FIELDNAME = 'RX_CUST_SRCH') AND B.LENGTH > 0 |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RECNAME | Character(15) | VARCHAR2(15) NOT NULL | Record (Table) Name (see PSRECDEFN). |
2 | FIELDNAME | Character(18) | VARCHAR2(18) NOT NULL | Field Name (see PSDBFIELD). |