RI_IPCM_STATOVW(SQL View) |
Index Back |
---|---|
Installed Product Search ViewSearch View for Industry Vertical version of Installed Product |
SELECT A.BO_ID_CUST , A.ROLE_TYPE_ID_CUST , A.BO_ID_CONTACT , A.ROLE_TYPE_ID_CNTCT , B.BO_ID , D.INST_PROD_STATUS , A.SETID , A.INST_PROD_ID , A.PRODUCT_ID , E.DESCR , A.SITE_ID , A.CAPTURE_ID , A.EXTERNAL_ID , F.RB_XLATLONGNAME , A.SERIAL_ID , A.ASSETTAG , E.PROD_CATEGORY , E.SERVICE , A.RBTACCTID , Z.OPRID , A.BO_ID_PTNR_CMP , A.ROLETYPE_PTNR_CMP , A.BO_ID_PTNR_CNT , A.ROLETYPE_PTNR_CNT , %subrec(RB_AUDIT_SBR,A) FROM PS_RF_INST_PROD A , PS_RF_SITE_360_VW B , PS_PROD_ITEM E , PS_RF_ISTATXLAT_VW F , PS_RF_INST_PROD_ST D , PS_SEC_SETID_OPR Z WHERE A.SETID= B.SETCNTRLVALUE(+) AND A.SITE_ID = B.SITE_ID(+) AND A.PARENT_INST_PRODID = ' ' AND A.SETID = Z.SETID AND E.SETID = ( SELECT X.SETID FROM PS_SET_CNTRL_REC X WHERE X.SETCNTRLVALUE = A.SETID AND X.RECNAME = 'PROD_ITEM') AND E.PRODUCT_ID = A.PRODUCT_ID AND E.SERVICE = 'Y' AND F.SETID = A.SETID AND D.SETID = A.SETID AND D.INST_PROD_ID = A.INST_PROD_ID AND F.FIELDVALUE = D.INST_PROD_STATUS AND D.INST_PROD_STATUS IN ('INS', 'SUS','PND','PSU') AND F.INST_PROD_TYPE = A.INST_PROD_TYPE AND F.INST_PROD_TYPE IN ('002', '003') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BO_ID_CUST | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. |
2 | ROLE_TYPE_ID_CUST | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the customer |
3 | BO_ID_CONTACT | Number(31,0) | DECIMAL(31) NOT NULL | This field indicates the Business Object ID for the contact. |
4 | ROLE_TYPE_ID_CNTCT | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the contact |
5 | BO_ID_SITE | Number(31,0) | DECIMAL(31) NOT NULL | Business Object ID |
6 | INST_PROD_STATUS | Character(4) | VARCHAR2(4) NOT NULL |
Status of an installed product.
Prompt Table: RF_ISTATXLTS_VW |
7 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
This field is used to store the value of SetID on various setup tables.
Default Value: OPR_DEF_TBL_RB.SETID Prompt Table: SP_SETID_NONVW |
8 | INST_PROD_ID | Character(20) | VARCHAR2(20) NOT NULL | This field is used to represent the installed product ID (key field) |
9 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL |
Product ID
Prompt Table: RF_IPRD_PRD_VW |
10 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
11 | SITE_ID | Character(15) | VARCHAR2(15) NOT NULL |
Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations.
Prompt Table: BO_SITE_GBL_VW |
12 | CAPTURE_ID | Character(20) | VARCHAR2(20) NOT NULL |
Field use to store the capture ID in order capture.
Prompt Table: RF_IPRD_CAP_VW |
13 | EXTERNAL_ID | Character(20) | VARCHAR2(20) NOT NULL | External ID |
14 | RB_XLATLONGNAME | Character(30) | VARCHAR2(30) NOT NULL |
Installed Product Status
Prompt Table: RF_ISTATXLTS_VW |
15 | SERIAL_ID | Character(20) | VARCHAR2(20) NOT NULL |
This field is used to represent the Serial ID of an item or installed product
Prompt Table: RF_IPRD_SN_VW |
16 | ASSETTAG | Character(40) | VARCHAR2(40) NOT NULL | Asset Tag |
17 | PROD_CATEGORY | Character(15) | VARCHAR2(15) NOT NULL |
Product Category
Prompt Table: PROD_CATGRY_TBL |
18 | SERVICEBASED | Character(1) | VARCHAR2(1) NOT NULL |
Service (Yes/No translate table edit field)
N=No Y=Yes |
19 | RBTACCTID | Character(15) | VARCHAR2(15) NOT NULL | Unique service account indentifier |
20 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
21 | BO_ID_PARTNER | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID of Partner Company. |
22 | ROLE_TYPE_ID_PART | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the partner |
23 | BO_ID_PART_CONT | Signed Number(32,0) | DECIMAL(31) NOT NULL | This is the business object identifier for the partner contact. |
24 | ROLE_TYPE_ID_PARTC | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the partner contact |
25 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
26 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
27 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
28 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
29 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
30 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |