RFT_CUS_INST_VW(SQL View) |
Index Back |
---|---|
RFT_CUS_INST_VWRFT_CUS_INST_VW |
SELECT a.SETID ,a.BO_ID_CUST ,a.ROLE_TYPE_ID_CUST ,a.BO_ID_CONTACT ,a.ROLE_TYPE_ID_CNTCT ,a.INST_PROD_ID ,h.INST_PROD_STATUS ,a.PRODUCT_ID ,a.RECUR_PRICE ,a.PRICE FROM PS_RF_INST_PROD a , PS_RF_INST_PROD_ST h WHERE h.SETID = a.SETID AND h.INST_PROD_ID = a.INST_PROD_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 | BO_ID_CUST | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. |
3 | ROLE_TYPE_ID_CUST | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the customer |
4 | BO_ID_CONTACT | Number(31,0) | DECIMAL(31) NOT NULL | This field indicates the Business Object ID for the contact. |
5 | ROLE_TYPE_ID_CNTCT | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the contact |
6 | INST_PROD_ID | Character(20) | VARCHAR2(20) NOT NULL | This field is used to represent the installed product ID (key field) |
7 | INST_PROD_STATUS | Character(4) | VARCHAR2(4) NOT NULL |
Status of an installed product.
Prompt Table: RF_ISTATXLAT_VW |
8 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | Product ID |
9 | RECUR_PRICE | Signed Number(16,4) | DECIMAL(14,4) NOT NULL | Recurring Price |
10 | PRICE | Signed Number(16,4) | DECIMAL(14,4) NOT NULL | This is price per unit for calculating the service charge. |