RI_IPML_STAT_VW(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.INST_PROD_TYPE , 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 , 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_PROD_MLPB_ITEM H WHERE A.SETID= B.SETCNTRLVALUE(+) AND A.SITE_ID = B.SITE_ID(+) AND A.PARENT_INST_PRODID = ' ' 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 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') AND H.PRODUCT_ID = A.PRODUCT_ID AND H.SETID = A.SETID AND (EXISTS( SELECT I.RB_HLEV_ID FROM PS_RB_MLPB_STRUCT G , PS_RB_HLEV_DFN_TBL I WHERE G.SETID = A.SETID AND I.STRUCTURE_ID = G.STRUCTURE_ID AND I.RB_HLEV_ID = H.RB_HLEV_ID AND I.RB_FUNCORCOM <>'FUNC') OR H.RB_HLEV_ID = ' ') |
# | 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 | 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 |
10 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL |
Product ID
Prompt Table: RF_IPRD_PRD_VW |
11 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
12 | 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 |
13 | CAPTURE_ID | Character(20) | VARCHAR2(20) NOT NULL |
Field use to store the capture ID in order capture.
Prompt Table: RF_IPRD_CAP_VW |
14 | EXTERNAL_ID | Character(20) | VARCHAR2(20) NOT NULL | External ID |
15 | RB_XLATLONGNAME | Character(30) | VARCHAR2(30) NOT NULL |
Installed Product Status
Prompt Table: RF_ISTATXLTS_VW |
16 | 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 |
17 | ASSETTAG | Character(40) | VARCHAR2(40) NOT NULL | Asset Tag |
18 | PROD_CATEGORY | Character(15) | VARCHAR2(15) NOT NULL |
Product Category
Prompt Table: PROD_CATGRY_TBL |
19 | SERVICEBASED | Character(1) | VARCHAR2(1) NOT NULL |
Service (Yes/No translate table edit field)
N=No Y=Yes |
20 | RBTACCTID | Character(15) | VARCHAR2(15) NOT NULL | Unique service account indentifier |
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 |