TR_NOBSP_VW

(SQL View)
Index Back

No BSP Source Code View

View over the Translate Table to get all values for TR_SOURCE_CD excluding BSP related codes.

SELECT %Substring(A.FIELDVALUE, 1, 1) , A.XLATLONGNAME FROM PSXLATITEM A WHERE A.FIELDNAME = 'TR_SOURCE_CD' AND FIELDVALUE <> 'B' AND A.EFF_STATUS = 'A' AND A.EFFDT = ( SELECT MAX(B.EFFDT) FROM PSXLATITEM B WHERE A.FIELDNAME = B.FIELDNAME AND B.EFF_STATUS = 'A' AND B.EFFDT <= %CurrentDateIn)

  • Related Language Record: TR_SOURCE_CD_LG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 TR_SOURCE_CD Character(1) VARCHAR2(1) NOT NULL Note: Changes to Translate Values must also be made to TRA_SOURCE_CD and SOURCE_TYPE. These 3 fields must be kept in sync. Values that are inactive are for use in TR Accounting only
    B=BSP
    D=Deals
    E=Deal Fees
    F=Facility Fees
    H=Hedges
    I=Interest
    M=Deal: Estimated Maturity Accr
    N=Netted Deal
    O=Other
    P=Investment Pools
    R=EFT Fees
    S=Securities
    T=LC Fees
    W=EFT Requests
    X=Bank Transfers
    2 DESCR Character(30) VARCHAR2(30) NOT NULL Description