RF_IPRD_ITM2_VW(SQL View) |
Index Back |
---|---|
Installed Assets Item ViewThis view returns the distinct items that have been assigned to all installed assets. |
SELECT DISTINCT A.SETID , A.INV_ITEM_ID , B.DESCR FROM PS_RF_INST_PROD A , PS_MASTER_ITEM_TBL B WHERE A.INST_PROD_TYPE = '001' AND B.SETID = ( SELECT C.SETID FROM PS_SET_CNTRL_REC C WHERE C.SETCNTRLVALUE = A.SETID AND C.RECNAME = 'MASTER_ITEM_TBL') AND B.INV_ITEM_ID = A.INV_ITEM_ID AND A.INV_ITEM_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 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL | Item ID |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |