RF_IPRD_ASST_VW(SQL View) |
Index Back |
---|---|
Installed product asset viewView of installed product information together with asset mapping keys |
SELECT A.SETID , A.INST_PROD_ID ,B.INTGN_SOURCE ,B.EXTERNAL_KEY_1 ,B.EXTERNAL_KEY_2 ,B.EXTERNAL_KEY_3 ,B.EXTERNAL_KEY_4 , A.INST_PROD_TYPE , A.PRODUCT_ID , A.DEPTID , A.PERSON_ID , A.SERIAL_ID FROM PS_RF_INST_PROD A , PS_RF_IPRD_AM_MAP B WHERE A.SETID = B.SETID AND A.INST_PROD_ID = B.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 | INST_PROD_ID | Character(20) | VARCHAR2(20) NOT NULL | This field is used to represent the installed product ID (key field) |
3 | INTGN_SOURCE | Character(3) | VARCHAR2(3) NOT NULL |
Integration Source for Various Integrations for FieldService
001=PeopleSoft Contracts 002=PeopleSoft Asset Management |
4 | EXTERNAL_KEY_1 | Character(30) | VARCHAR2(30) NOT NULL | Field to be used for External Key Reference for FieldService |
5 | EXTERNAL_KEY_2 | Character(30) | VARCHAR2(30) NOT NULL | Field to be used for External Key Reference for FieldService |
6 | EXTERNAL_KEY_3 | Number(15,0) | DECIMAL(15) NOT NULL | External Key Reference 3 for Generic Mapping for Integration purposes |
7 | EXTERNAL_KEY_4 | Number(15,0) | DECIMAL(15) NOT NULL | External Key Reference 4 used for Generic Mapping for Integrations |
8 | INST_PROD_TYPE | Character(3) | VARCHAR2(3) NOT NULL |
This field is used by the Installed Product component to determine the type of product that is being registered for the Customer, Site, Department or Employee. There are four allowable types: 1) Product, which designates a product assigned to an external customer; 2) Service 3) Asset, which designates a product assigned to an internal employee or department; and 4)Agreement, which designates an Installed Agreement Product (used in Order Capture integration with Agreements).
001=Asset 002=Product 003=Service 004=Agreement 005=Commitment |
9 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | Product ID |
10 | DEPTID | Character(15) | VARCHAR2(15) NOT NULL | Department |
11 | PERSON_ID | Character(15) | VARCHAR2(15) NOT NULL | Person ID |
12 | SERIAL_ID | Character(20) | VARCHAR2(20) NOT NULL | This field is used to represent the Serial ID of an item or installed product |