RSF_ALLPROD_VW(SQL View) |
Index Back |
---|---|
Sales ProductsView to show the Products from PROD_ITEM with fewer list keys to make the look and feel better |
SELECT DISTINCT setid , product_id , descr , descr254 FROM PS_PROD_ITEM |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
This field is used to store the value of SetID on various setup tables.
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
2 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | Product ID |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCR254 | Character(254) | VARCHAR2(254) NOT NULL | Description of length 254 |