RFTIPRD_SRCH_VW(SQL View) |
Index Back |
---|---|
Installed Product Search ViewSearch View for Industry Vertical version of Installed Product |
SELECT A.SETID , A.INST_PROD_ID , A.MARKET , B.CUST_ID , C.BO_NAME , C.BO_NAME_DISPLAY , C.BO_NAME_AC , G.BO_NAME , G.BO_NAME_DISPLAY , G.BO_NAME_AC , A.PRODUCT_ID , E.DESCR , A.SITE_ID , A.CAPTURE_ID , A.EXTERNAL_ID , D.INST_PROD_STATUS , F.RB_XLATLONGNAME , A.SERIAL_ID , E.PROD_CATEGORY , E.SERVICE , A.BO_ID_CUST , A.ROLE_TYPE_ID_CUST , A.BO_ID_CONTACT , A.ROLE_TYPE_ID_CNTCT , A.SYNCID , A.SYNCDTTM FROM PS_RF_INST_PROD A , PS_BC B , PS_BO_NAME C , PS_BO_NAME G , PS_RF_INST_PROD_ST D , PS_PROD_ITEM E , PS_RF_ISTATXLAT_VW F WHERE A.BO_ID_CUST = B.BO_ID(+) AND A.BO_ID_CONTACT = G.BO_ID(+) AND B.BO_ID = C.BO_ID(+) AND A.SETID = D.SETID (+) AND A.INST_PROD_ID = D.INST_PROD_ID (+) AND F.SETID = A.SETID AND F.FIELDVALUE = D.INST_PROD_STATUS AND F.INST_PROD_TYPE = '003' AND A.INST_PROD_TYPE = '003' 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 C.PRIMARY_IND(+) = 'Y' AND G.PRIMARY_IND(+) = 'Y' |
# | 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.
Default Value: OPR_DEF_TBL_RB.SETID Prompt Table: SP_SETID_NONVW |
2 | INST_PROD_ID | Character(20) | VARCHAR2(20) NOT NULL | This field is used to represent the installed product ID (key field) |
3 | MARKET | Character(3) | VARCHAR2(3) NOT NULL |
Market
Default Value: OPR_DEF_TBL_RB.MARKET |
4 | CUST_ID | Character(15) | VARCHAR2(15) NOT NULL |
Customer ID
Prompt Table: RF_CNAME_PRM_VW |
5 | BO_NAME | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |
6 | BO_NAME_DISPLAY | Character(80) | VARCHAR2(80) NOT NULL | Full name of the Business Object |
7 | BO_NAME_AC | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |
8 | BO_NAME_1 | Character(50) | VARCHAR2(50) NOT NULL | BO Name 1 |
9 | BO_NAME_DISPLAY_1 | Character(80) | VARCHAR2(80) NOT NULL | This field represents the Display Name for a business object |
10 | BO_NAME_CONTACT_AC | Character(50) | VARCHAR2(50) NOT NULL | Alt-Char Contact Name |
11 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL |
Product ID
Prompt Table: RF_IPRD_PRD_VW |
12 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
13 | 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 |
14 | CAPTURE_ID | Character(20) | VARCHAR2(20) NOT NULL |
Field use to store the capture ID in order capture.
Prompt Table: RF_IPRD_CAP_VW |
15 | EXTERNAL_ID | Character(20) | VARCHAR2(20) NOT NULL | External ID |
16 | INST_PROD_STATUS | Character(4) | VARCHAR2(4) NOT NULL |
Status of an installed product.
Prompt Table: RF_ISTATXLTS_VW |
17 | RB_XLATLONGNAME | Character(30) | VARCHAR2(30) NOT NULL |
Installed Product Status
Prompt Table: RF_ISTATXLTS_VW |
18 | 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 |
19 | PROD_CATEGORY | Character(15) | VARCHAR2(15) NOT NULL |
Product Category
Prompt Table: PROD_CATGRY_TBL |
20 | SERVICEBASED | Character(1) | VARCHAR2(1) NOT NULL |
Service (Yes/No translate table edit field)
N=No Y=Yes |
21 | BO_ID_CUST | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. |
22 | ROLE_TYPE_ID_CUST | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the customer |
23 | BO_ID_CONTACT | Number(31,0) | DECIMAL(31) NOT NULL | This field indicates the Business Object ID for the contact. |
24 | ROLE_TYPE_ID_CNTCT | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the contact |
25 | 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. |
26 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |