WC_RECNAME_VW(SQL View) |
Index Back |
---|---|
Dyn Role available records vwThis is the view that shows all records containing some form of CUST_ID, SOLD_TO_CUST_ID, SHIP_TO_CUST_ID, BILL_TO_CUST_ID. This is the prompt for Favorite Records. |
SELECT DISTINCT B.RECNAME , B.RECDESCR FROM PSRECFIELD A , PSRECDEFN B WHERE A.RECNAME = B.RECNAME AND A.FIELDNAME IN ('CUST_ID', 'SOLD_TO_CUST_ID', 'SHIP_TO_CUST_ID', 'BILL_TO_CUST_ID') AND B.RECTYPE IN (0, 1) AND OBJECTOWNERID IN ('DOM') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RECNAME | Character(15) | VARCHAR2(15) NOT NULL | Record (Table) Name (see PSRECDEFN). |
2 | RECDESCR | Character(30) | VARCHAR2(30) NOT NULL | Record Description |