SP_RC_AAF_OPRVW

(SQL View)
Index Back

AAF Call Center BU's - OPR

Given a SETID in AAF - this view returns all the valid Call Center Business Units. It is used as a prompt in the Case Update action config for Quick Code Business Unit.

SELECT A.SETID , OPR.OPRID , B.BUSINESS_UNIT , C.DESCR FROM PS_SET_CNTRL_REC A , PS_BUS_UNIT_TBL_RC B , PS_BUS_UNIT_TBL_FS C , PS_SEC_BU_OPR OPR WHERE A.RECNAME = 'EOCF_EVENT_SEQ' AND B.BUSINESS_UNIT = A.SETCNTRLVALUE AND C.BUSINESS_UNIT = B.BUSINESS_UNIT AND OPR.BUSINESS_UNIT = B.BUSINESS_UNIT

  • Related Language Record: SP_RC_AAFLOPRVW
  • # 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.
    2 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).
    3 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description