| Table: dbo.Vendor_Direct_Deposit_Allocation | |||
| Columns | |||
| Name | Type | Constraints | Description |
| vendor_direct_deposit_allocation_KEY | int (4) | NOT NULL | Primary key for the Vendor_Direct_Deposit_Allocation table. |
| processing_order | int (4) | NOT NULL | Order in which allocations are processed |
| vendor_KEY | int (4) | NOT NULL | Vendor allocations are for |
| bank_KEY | int (4) | NOT NULL | Vendor bank |
| bank_account_number | nvarchar (34) | NOT NULL | Vendor bank account number |
| bank_account_type_KEY | nvarchar (22) | NOT NULL | Vendor bank account type |
| allocation_amount | decimal (9, 2) | Allocation amount | |
| allocation_percent | decimal (5, 2) | Allocation percent | |
| direct_deposit_status_KEY | nvarchar (40) | NOT NULL | Status of vendor account |
| prenote_date | smalldatetime (4) | Date vendor account was prenoted | |
| prenote_created | bit (1) | NOT NULL | Flag indicating that a prenote file have been created for this entry |
| use_international_format | bit (1) | NOT NULL | |
| us_gateway_operator__bank_KEY | int (4) | ||
| destination__country_code_KEY | int (4) | ||
| prenote_effective_date | smalldatetime (4) | The effective date used when prenoting this allocation. | |
| notes | nvarchar (480) | NOT NULL | Direct deposit processing notes when this allocation is prenoted. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Vendor_Direct_Deposit_Allocation | vendor_direct_deposit_allocation_KEY | ||