CHECK_YTD_VW(SQL View) |
Index Back |
---|---|
EE U.S. YTD Check - ViewThis record is used to store employee Gross, Deduction, Tax and Net Pay Year-to-Date balances. |
select distinct emplid ,company ,balance_id ,balance_year from PS_CHECK_YTD |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PERSON |
2 | COMPANY | Character(3) | VARCHAR2(3) NOT NULL |
Company
Prompt Table: COMPANY_TBL |
3 | BALANCE_ID | Character(2) | VARCHAR2(2) NOT NULL |
Balance ID
Prompt Table: BALANCE_ID_TBL |
4 | BALANCE_YEAR | Number(4,0) | SMALLINT NOT NULL |
Balances for Year
Prompt Table: BALANCE_YR_VW |