RF_PROD_SVC_VW1(SQL View) |
Index Back |
---|---|
Service Product ViewRetrieves products associated with a specific service. |
SELECT a.setid , a.service_id , a.product_id , b.descr FROM ps_rf_service_prod a , PS_PROD_ITEM b WHERE a.setid = b.setid AND a.product_id=b.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 | SERVICE_ID | Character(20) | VARCHAR2(20) NOT NULL | Service ID |
3 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL |
Product ID
Prompt Table: RF_PROD_ITEM_VW |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |