UPG_GARN_RULE(SQL Table) |
Index Back |
---|---|
Upgrade: EE Garnishment RuleIndicates which garnishment law should govern each employee garnishment. This record is used in case when rule on garnishment order does not exist in Garnishment Rule Definition table. Data entered in this record will be used during conversion to update Employee Garnishment Rule table. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | UPG_GARN | Character(1) | VARCHAR2(1) NOT NULL |
This field is used as a flag for North American Payroll update of garnishments orders.
D=Different Invoicing/Remitting L=Multiple Locations M=Missing Rule O=Inserted by online component U=Used in Conversion X=Used in Conversion - No Update Default Value: O |
2 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PERSON |
3 | COMPANY | Character(3) | VARCHAR2(3) NOT NULL |
Company
Prompt Table: COMPANY_TBL |
4 | GARNID | Character(6) | VARCHAR2(6) NOT NULL |
Garnish ID
Prompt Table: GARN_SPEC |
5 | STATE_GARN_LAW | Character(6) | VARCHAR2(6) NOT NULL |
Garnish Law Source
Prompt Table: PY_STATE_NA_VW |
6 | GARN_RULE_ID | Character(10) | VARCHAR2(10) NOT NULL | Garnish Rule ID |
7 | GARN_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Garnish Status
A=Garnishment Request Approved C=Garnishment Deduct Completed J=Garnishment Request Rejected L=Garnishment Request Released R=Garnishment Request Received S=Garnishment Deduct Suspended T=Garnishment Request Terminated X=Garnishment Request Cancelled |
8 | PY_GARN_LAW_FROM | Character(6) | VARCHAR2(6) NOT NULL |
Defines Law Source that will be used in cloning process or in referencing the rule whose formula is used in Calculation Formula page.
Prompt Table: PY_STATE_NA_VW |
9 | PY_GARN_RULE_FROM | Character(10) | VARCHAR2(10) NOT NULL |
Defines Garnishment Rule ID that will be used in cloning process or in referencing the rule whose formula is used in Calculation Formula page.
Prompt Table: PY_GARN_RULE_VW |