RC_IPRD_ALL_V1(SQL View) |
Index Back |
---|---|
Product promptPrompt on all products for the selected product group installed for all customers. (Support) |
SELECT DISTINCT Z.SETID ,Z.PRODUCT_GROUP , Z.PRODUCT_ID , Y.DESCR FROM PS_RC_IPRD_ALL_VW Y ,PS_PROD_PGRP_LNK Z WHERE Y.SETID=Z.SETID AND Y.PRODUCT_ID=Z.PRODUCT_ID |
# | 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. |
2 | PRODUCT_GROUP | Character(10) | VARCHAR2(10) NOT NULL | PRoduct Group |
3 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | Product ID |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |