WTHD_VCHR_TMP(SQL Table) |
Index Back |
---|---|
Withhold Voucher Temp TableThis table contains all withholding vouchers that are to be processed by Withhold Calculation module. Voucher Posting module will populate this table prior to calling withhold calculation |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
2 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
3 | VOUCHER_ID | Character(8) | VARCHAR2(8) NOT NULL | Voucher ID |
4 | ERROR_FLAG | Character(1) | VARCHAR2(1) NOT NULL | Error Flag |
5 | WTHD_ENTITY | Character(5) | VARCHAR2(5) NOT NULL | Withholding Entity |
6 | WTHD_TYPE | Character(5) | VARCHAR2(5) NOT NULL | Withholding Type |
7 | WTHD_JUR_CD | Character(5) | VARCHAR2(5) NOT NULL | Withholding Jurisdiction |
8 | WTHD_CLASS | Character(5) | VARCHAR2(5) NOT NULL | Withholding Class |
9 | WTHD_RULE | Character(5) | VARCHAR2(5) NOT NULL | Withholding Rule |
10 | DESCR254_MIXED | Character(254) | VARCHAR2(254) NOT NULL | Description |