RF_PRD_SVC_LVW2(SQL View) |
Index Back |
---|---|
Service Product Rel Lang ViewRetrieves products that are associated with an active item. |
SELECT a.setid , a.product_id , c.language_cd , c.descr FROM PS_PROD_ITEM a , PS_PROD_ITEM_lng c WHERE a.setid = c.setid AND a.product_id = c.product_id AND (EXISTS ( SELECT 1 FROM ps_master_item_tbl b WHERE a.setid=b.setid AND a.inv_item_id=b.inv_item_id AND b.itm_status_current='1') OR a.inv_item_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_ID | Character(18) | VARCHAR2(18) NOT NULL |
Product ID
Prompt Table: RF_PROD_ITEM_VW |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |