RC_WL_CSHPRDLVW

(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.LANGUAGE_CD , B.DESCR FROM PS_RC_WF_CASEHD_VW A , PS_PROD_ITEM_LNG 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 for RC_WL_CSHPRD_VW
  • # 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 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description