TRW_PY_TMP_DEDS

(SQL Table)
Index Back

TRW NAP Deduct. Temp Table

This is the North American Payroll Deduction Extract Temp table. This table acts as a temporary extract table that is used to extract reward data for a specific configured Reward Item.

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 TRW_STMT_ID Character(15) VARCHAR2(15) NOT NULL Reward Statement ID
2 TRW_DATASRC_ID Character(15) VARCHAR2(15) NOT NULL Total rewards statement - Reward Data Source ID
3 COMPANY Character(3) VARCHAR2(3) NOT NULL Company
4 PAYGROUP Character(3) VARCHAR2(3) NOT NULL Pay Group
5 PAY_END_DT Date(10) DATE Pay Period End Date
6 OFF_CYCLE Character(1) VARCHAR2(1) NOT NULL Off Cycle ?
7 PAGE_NUM Number(5,0) INTEGER NOT NULL Page Nbr
8 LINE_NUM Number(3,0) SMALLINT NOT NULL Line Nbr
9 SEPCHK Number(2,0) SMALLINT NOT NULL Separate check number.
10 BENEFIT_RCD_NBR Number(3,0) SMALLINT NOT NULL Specifies a sequence number associated with each of multiple concurrent jobs for a one employee. It is used to determine the applicable benefit program for each job. The first job entered for an employee is automatically assigned a Benefit Record Number of zero (0). This field is linked with EMPL_RCD#, the Employment Record Number.
11 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.
12 BENEFIT_PLAN Character(6) VARCHAR2(6) NOT NULL Benefit Plan
13 DEDCD Character(6) VARCHAR2(6) NOT NULL Deduction Code
14 DED_CLASS Character(1) VARCHAR2(1) NOT NULL Deduction Classification
A=After-Tax
B=Before-Tax
L=QC Taxable Benefit
N=Nontaxable Benefit
P=Nontaxable Btax Benefit
T=Taxable Benefit
15 DED_SLSTX_CLASS Character(1) VARCHAR2(1) NOT NULL Sales Tax Type
B=None
G=Goods and Services Tax
H=Harmonized Sales Tax
I=Provincial Sales Tax Insurance
P=Provincial Sales Tax
Q=QC Prov Sales Tax Insurance
S=QC Provincial Sales Tax
T=Provincial Premium Tax
U=QC Provincial Premium Tax
16 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
17 EMPL_RCD Number(3,0) SMALLINT NOT NULL Empl Record
18 TRW_CUR_EE_AMT Signed Number(12,2) DECIMAL(10,2) NOT NULL Employee Current Deduction
19 TRW_CUR_ER_AMT Signed Number(12,2) DECIMAL(10,2) NOT NULL Employer Current Amount
20 CURRENCY_CD Character(3) VARCHAR2(3) NOT NULL Currency Code
21 PAYCHECK_NBR Number(15,0) DECIMAL(15) NOT NULL Paycheck number.
22 CHECK_DT Date(10) DATE Check date.