VC_VALUE_TBL

(SQL Table)
Index Back

Valuation Table

This record is used as a setup table to store the valuation id and valuation amount of a non-monetary award unit. The valuation is applied at the time of award calculation/modification and stored as the Award Value.

  • Related Language Record: VC_VALUE_LNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 VC_VALUATION_ID Character(8) VARCHAR2(8) NOT NULL Valuation ID
    2 EFFDT Date(10) DATE NOT NULL Effective Date

    Default Value: %date

    3 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
    A=Active
    I=Inactive
    4 DESCR50 Character(50) VARCHAR2(50) NOT NULL Description of length 50
    5 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description
    6 VC_VALUE_AMOUNT Number(19,6) DECIMAL(18,6) NOT NULL Amount
    7 CURRENCY_CD Character(3) VARCHAR2(3) NOT NULL Currency Code

    Prompt Table: CURRENCY_CD_TBL