SP_AMB2RE_CLSVW

(SQL View)
Index Back

Rcvr Business Unit

Selects the Receiver Business Unit from those entries in intfc phy a with load status NEW.

SELECT DISTINCT C.OPRCLASS , A.BUSINESS_UNIT_RECV , B.DESCR FROM PS_INTFC_PHY_A A , PS_BUS_UNIT_TBL_FS B , PS_SEC_BU_CLS C WHERE A.BUSINESS_UNIT_RECV = B.BUSINESS_UNIT AND A.LOAD_STATUS = 'NEW' AND A.RECEIVER_ID <> ' ' AND C.BUSINESS_UNIT = A.BUSINESS_UNIT_RECV

  • Related Language Record: SP_AMB2RE_CLSLG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 OPRCLASS Character(30) VARCHAR2(30) NOT NULL Operator Class
    2 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description