DEAL_STS_TRN_VW

(SQL View)
Index Back

Deal Status View


SELECT %Substring(A.FIELDVALUE,1,2) , A.XLATLONGNAME FROM PSXLATITEM A WHERE A.FIELDNAME = 'DEAL_STATUS' 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: DEAL_STS_TRN_LG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 DEAL_STATUS Character(2) VARCHAR2(2) NOT NULL Represents the specific state or point in the life cycle of a deal transaction.
    01=Under Negotiation
    02=Sample
    03=Open
    04=Matured
    05=Deactivated
    06=Rejected
    07=Sold / Bought back
    08=Forecasted
    09=Partially Sold/Bought Back
    2 DESCR Character(30) VARCHAR2(30) NOT NULL Description