RF_PRD_SVC_LVW1(SQL View) |
Index Back |
---|---|
Service Product ViewRetrieves products associated with a specific service. |
SELECT a.setid , a.service_id , a.product_id , c.language_cd , c.descr FROM PS_RF_SERVICE_PROD a , ps_prod_item_lng c WHERE a.setid = c.setid AND a.product_id=c.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 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |