RC_INSTPRODLV8(SQL View) |
Index Back |
|---|---|
Products for SW Self-ServiceDistinct products for the selected product group from the installed product table. Used in Customer based Self-Service Application. [Support Self Service]..... |
| SELECT DISTINCT L.SETID ,L.BO_ID_CUST ,B.PRODUCT_GROUP ,L.PRODUCT_ID ,L.LANGUAGE_CD ,L.DESCR FROM PS_RC_INSTPRODLVW8 L ,PS_PROD_GROUP_TBL C ,PS_PROD_PGRP_LNK B WHERE L.SETID=B.SETID AND B.SETID=C.SETID AND L.PRODUCT_ID=B.PRODUCT_ID AND B.PRODUCT_GROUP=C.PRODUCT_GROUP AND C.PROD_GRP_TYPE='GEN' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. | |
| 2 | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. | |
| 3 | Character(10) | VARCHAR2(10) NOT NULL | PRoduct Group | |
| 4 | Character(18) | VARCHAR2(18) NOT NULL | Product ID | |
| 5 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |