RC_CSEINPRD_VW1

(SQL View)
Index Back

SELECT DISTINCT A.SETID , A.SETID , A.BO_ID_CUST , C.PRODUCT_ID , A.INST_PROD_ID , C.DESCR FROM PS_RF_INST_PROD A , PS_RF_INST_PROD_ST B , PS_PROD_ITEM C WHERE A.SETID = B.SETID AND A.INST_PROD_ID = B.INST_PROD_ID AND B.INST_PROD_STATUS <> 'UNI' AND C.SETID = ( SELECT SC.SETID FROM PS_SET_CNTRL_REC SC WHERE SC.SETCNTRLVALUE = A.SETID AND SC.RECNAME = 'PROD_ITEM') AND A.PRODUCT_ID = C.PRODUCT_ID

  • Related Language Record: RC_CSEINPRDLVW1
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID_PRODUCT Character(5) VARCHAR2(5) NOT NULL Product SetID
    2 SETID_CUSTOMER Character(5) VARCHAR2(5) NOT NULL Customer SetID
    3 BO_ID_CUST Number(31,0) DECIMAL(31) NOT NULL This field stores the Business Object ID for the customer.
    4 RC_PRODUCT_ID Character(25) VARCHAR2(25) NOT NULL Self Service applications uses the PRODUCT_ID field and this is a drop-down list box. The main support and helpdesk pages uses the product id and this has to be a dynamic prompt box based on all products for the customer or narrow down based on the serial number/asset tag. It is not technically possible to achieve both by sharing the same field and so this field is used as an alternative.
    5 INST_PROD_ID Character(20) VARCHAR2(20) NOT NULL This field is used to represent the installed product ID (key field)
    6 DESCR Character(30) VARCHAR2(30) NOT NULL Description