Contains garnishment detail information for each payroll check distribution record. |
payroll_check_payroll_item_distribution_garnishment_detail_KEY | int (4) | NOT NULL | Primary key for this table. |
garnishment_order_KEY | int (4) | NOT NULL | |
payroll_check_payroll_item_distribution_KEY | int (4) | NOT NULL | The payroll check distribution that this garnishment is associated with. |
case_identifier | nvarchar (60) | NOT NULL | Optional court case identifier that is determined by the jurisidiction that issued the garnishment order. |
ste_state_code_KEY | nvarchar (4) | | Optional Symmetry code for the state from which the garnishment order originated. |
vendor_KEY | int (4) | | Optional tax agent (vendor) to whom payment is due. |
amount | decimal (9, 2) | NOT NULL | Represents the portion of payment for this particular order and distribution. All orders for the same distribution will total the payroll check payroll item distribution. |