TR_FEESOURCE_VW

(SQL View)
Index Back

Fee Translate View

View over the translate table to get fees

SELECT %Substring(A.FIELDVALUE, 1, 1) , A.XLATLONGNAME FROM PSXLATITEM A WHERE A.FIELDNAME = 'TR_SOURCE_CD' AND FIELDVALUE IN ('E','F','R','T') 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_FEESOURCE_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