RBE_STE_INS_VW(SQL View) |
Index Back |
---|---|
RBE_STE_INS_VWThis view returns all the installed products associated with the sites for a given account. |
SELECT DISTINCT A.SETID , A.SITE_ID , A.INST_PROD_ID , A.RBTACCTID , A.PRODUCT_ID , A.INSTALLED_DATE , A.PARENT_INST_PRODID , A.LOCN , D.BO_NAME FROM PS_RF_INST_PROD A , PS_RD_SITE C , PS_BO_NAME D WHERE C.SETID = A.SETID AND C.SITE_ID = A.SITE_ID AND C.BO_ID = D.BO_ID AND A.PARENT_INST_PRODID = ' ' AND D.PRIMARY_IND = 'Y' |
# | 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.
Default Value: OPR_DEF_TBL_RB.SETID 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.
Default Value: NEXT |
3 | INST_PROD_ID | Character(20) | VARCHAR2(20) NOT NULL | This field is used to represent the installed product ID (key field) |
4 | RBTACCTID | Character(15) | VARCHAR2(15) NOT NULL |
Unique service account indentifier
Default Value: NEXT |
5 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL |
Product ID
Prompt Table: RF_PROD_PMPT_VW |
6 | INSTALLED_DATE | Date(10) | DATE | Field used for storing Installed Date of Installed product |
7 | PARENT_INST_PRODID | Character(20) | VARCHAR2(20) NOT NULL |
This field is used to store the installed product ID of the parent installed product
Prompt Table: RF_IPRD_CUST_VW |
8 | LOCN | Character(70) | VARCHAR2(70) NOT NULL | Physical Location |
9 | BO_NAME | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |