RF_PROD_RST_VW(SQL View) |
Index Back |
---|---|
Prod Reg Installed ProductsUsed by Product Registration to determine which Installed Products the customer may see. This view selects the installed products that are in one of the statuses defined for the setid (RF_PROD_RST_DFL). |
SELECT A.SETID , A.INST_PROD_ID , C.INST_PROD_STATUS , B.BO_ID_CUST FROM PS_RF_INST_PROD_ST A , PS_RF_INST_PROD B , PS_RF_PROD_RST_DFL C WHERE A.SETID = B.SETID AND B.SETID = C.SETID AND A.INST_PROD_ID = B.INST_PROD_ID AND A.INST_PROD_STATUS = C.INST_PROD_STATUS AND B.INST_PROD_TYPE = C.INST_PROD_TYPE |
# | 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 | INST_PROD_ID | Character(20) | VARCHAR2(20) NOT NULL | This field is used to represent the installed product ID (key field) |
3 | INST_PROD_STATUS | Character(4) | VARCHAR2(4) NOT NULL | Status of an installed product. |
4 | BO_ID_CUST | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. |