RF_INST_ASST_VW(SQL View) |
Index Back |
---|---|
Installed product asset viewView of installed product information together with asset mapping keys. Retrieves only asset information from installed product table where assets map to entries from Financial database. |
SELECT A.SETID , A.INST_PROD_ID , %Substring(B.EXTERNAL_KEY_1, 1, 5) , %Substring(B.EXTERNAL_KEY_2, 1, 12) , A.SERIAL_ID , A.ASSETTAG , A.INST_PROD_TYPE , A.PRODUCT_ID , A.DEPTID , A.PERSON_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 AND B.INTGN_SOURCE = '002' |
# | 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 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
4 | ASSET_ID | Character(12) | VARCHAR2(12) NOT NULL | Asset Identifier used in Contracts Integration |
5 | SERIAL_ID | Character(20) | VARCHAR2(20) NOT NULL | This field is used to represent the Serial ID of an item or installed product |
6 | ASSETTAG | Character(40) | VARCHAR2(40) NOT NULL | Asset Tag |
7 | 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 |
8 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | Product ID |
9 | DEPTID | Character(15) | VARCHAR2(15) NOT NULL | Department |
10 | PERSON_ID | Character(15) | VARCHAR2(15) NOT NULL | Person ID |