WRK_TAX_DIST

(SQL Table)
Index Back

Work U.S. Payroll Tax Dist

This table contains tax distribution information created during the payroll calculation/distribution process. A separate record will be created for each state, locality and tax class per employee, account code, and accounting period.

  • Parent record: PAY_TAX
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 COMPANY Character(3) VARCHAR2(3) NOT NULL Company

    Prompt Table: COMPANY_TBL

    2 PAYGROUP Character(3) VARCHAR2(3) NOT NULL Pay Group

    Prompt Table: PAYGROUP_TBL

    3 PAY_END_DT Date(10) DATE NOT NULL Pay Period End Date

    Prompt Table: PAY_CALENDAR

    4 OFF_CYCLE Character(1) VARCHAR2(1) NOT NULL Off Cycle ?

    Y/N Table Edit

    5 PAGE_NUM Number(5,0) INTEGER NOT NULL Page Nbr
    6 LINE_NUM Number(3,0) SMALLINT NOT NULL Line Nbr
    7 SEPCHK Number(2,0) SMALLINT NOT NULL Separate check number.
    8 STATE Character(6) VARCHAR2(6) NOT NULL State
    9 LOCALITY Character(10) VARCHAR2(10) NOT NULL Locality
    10 TAX_CLASS Character(3) VARCHAR2(3) NOT NULL Tax Balance Class
    11 FISCAL_YEAR Number(4,0) SMALLINT NOT NULL Fiscal Year

    Prompt Table: ACCT_FY_VW

    12 ACCOUNTING_PERIOD Number(3,0) SMALLINT NOT NULL Accounting Period

    Prompt Table: ACCT_PERIOD_VW

    13 ACCT_CD Character(25) VARCHAR2(25) NOT NULL Combination Code

    Prompt Table: ACCT_CD_TBL

    14 BUDGET_DATA Character(50) VARCHAR2(50) NOT NULL Budget Data
    15 EARNS_END_DT Date(10) DATE Earnings End Date
    16 ACCOUNT Character(10) VARCHAR2(10) NOT NULL Account
    17 TAX_CUR Signed Number(12,2) DECIMAL(10,2) NOT NULL Current Tax
    18 DEPTID Character(10) VARCHAR2(10) NOT NULL Department
    19 POSITION_POOL_ID Character(3) VARCHAR2(3) NOT NULL Position Pool ID
    20 JOBCODE Character(6) VARCHAR2(6) NOT NULL Job Code
    21 POSITION_NBR Character(8) VARCHAR2(8) NOT NULL Position Number
    22 EMPL_RCD Number(3,0) SMALLINT NOT NULL Empl Record
    23 HP_RETDIST_SEQ_NO Number(5,0) INTEGER NOT NULL Retro Distrubution process sequence number
    24 CURRENCY_CD Character(3) VARCHAR2(3) NOT NULL Currency Code

    Default Value: INSTALLATION.EXCHNG_TO_CURRENCY

    Prompt Table: CURRENCY_CD_TBL

    25 REVERSED Character(1) VARCHAR2(1) NOT NULL Reversed

    Y/N Table Edit

    Default Value: N

    26 HP_RETDIST_STATUS Character(1) VARCHAR2(1) NOT NULL Indicates the status of retro distribution on the current distribution record
    0=Not changed
    D=Reversing Entry
    R=Redistributed
    27 HP_RDIST_REV_SEQ Number(5,0) INTEGER NOT NULL Pointer to set of data that repalces the current set of data, used by retro distribution
    28 HP_RDIST_GL_INFACE Character(1) VARCHAR2(1) NOT NULL Retroactive Distribution run for GL Interface
    29 HP_RETDIST_PAY_DT Date(10) DATE Retro Dist Pay End Date
    30 DEFAULT_FUND_OPTN Character(1) VARCHAR2(1) NOT NULL Default Funding Source Option
    A=Distrib over Actual Earnings
    E=Earnings Funding Source
    N=No Defaults
    S=Specified Defaults
    31 HP_DISTRIB_OVRRIDE Character(1) VARCHAR2(1) NOT NULL Actuals Distribution overriden at the Actuals Distribution Panel

    Y/N Table Edit