RD_SITE_INS_LVW(SQL View) |
Index Back |
---|---|
View for Inst. Prod/Serv RLRelated Language view containing Installed Products/Services. |
SELECT DISTINCT A.SETID , A.SITE_ID , A.INST_PROD_ID , B.LANGUAGE_CD , A.DESCR FROM PS_RD_SITE_INS_VW A , PS_PROD_ITEM_LNG B , PS_RF_INST_PROD C WHERE A.INST_PROD_ID = C.INST_PROD_ID AND B.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.
Prompt Table: SP_SETID_NONVW |
2 | SITE_ID | Character(15) | VARCHAR2(15) NOT NULL | Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations. |
3 | INST_PROD_ID | Character(20) | VARCHAR2(20) NOT NULL | This field is used to represent the installed product ID (key field) |
4 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |