RC_WL_CSHPRD_VW

(SQL View)
Index Back

Case Product View

This view returns products associated with help desk cases that are sent to the worklist.

SELECT A.SYNCID , B.DESCR FROM PS_RC_WF_CASEHD_VW A , PS_PROD_ITEM B WHERE B.SETID = ( SELECT C.SETID FROM PS_SET_CNTRL_REC C WHERE C.SETCNTRLVALUE = A.BUSINESS_UNIT AND C.RECNAME = 'PROD_ITEM') AND B.PRODUCT_ID = A.PRODUCT_ID

  • Related Language Record: RC_WL_CSHPRDLVW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 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.
    2 DESCR Character(30) VARCHAR2(30) NOT NULL Description