CAR_ALLOC

(SQL Table)
Index Back

Car Allocation

Used in Company Car.

  • Parent record: CAR_PLAN
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID

    Prompt Table: PERSON

    2 EMPL_RCD Number(3,0) SMALLINT NOT NULL Empl Rcd Nbr
    3 PLAN_TYPE Character(2) VARCHAR2(2) NOT NULL Identifies a category of benefit plan, such as Medical, Dental, and Life (Insurance). A set of plan type codes, as well as rules for creating new codes, is provided by PeopleSoft. Plan Type codes determine how the system processes and defines eligibility for the various benefit plans.
    4 BENEFIT_NBR Number(3,0) SMALLINT NOT NULL Note! Although this field is part of the index schema for most Base Benefits enrollment-related records, it was in fact never functionally implemented. As such, it is CRITICAL that this field always be set to zero 0.
    5 EFFDT Date(10) DATE Effective Date
    6 CAR_ID Character(7) VARCHAR2(7) NOT NULL Car Identification Number used in Administer Company Cars module.

    Prompt Table: CAR_FREE_VW

    7 START_DT Date(10) DATE Start Date

    Default Value: CAR_PLAN.EFFDT

    8 END_DT Date(10) DATE end date
    9 P46_SUBMIT_SW Character(1) VARCHAR2(1) NOT NULL P46 Submitted

    Y/N Table Edit

    Default Value: N

    10 FUEL_PROVIDED_SW Character(1) VARCHAR2(1) NOT NULL Fuel Provided

    Y/N Table Edit

    Default Value: N

    11 FUEL_REIMBURSED_SW Character(1) VARCHAR2(1) NOT NULL Fuel Cost Reimbursed

    Y/N Table Edit

    Default Value: N

    12 CAPITAL_CNTRB_AMT Number(19,3) DECIMAL(18,3) NOT NULL Capital Contribution
    13 CURRENCY_CD Character(3) VARCHAR2(3) NOT NULL Currency Code

    Prompt Table: CURRENCY_CD_TBL

    14 CAR_TYPE_CD Character(1) VARCHAR2(1) NOT NULL Car Type Details
    O=Other
    P=Primary Car
    R=Replacement Car
    S=Secondary Car

    Default Value: O