| Table: dbo.Transmit_Online_Bill_Pay_Selection | |||
| This is a locking table assuring that no more than one bank transaction is ever being locked tying the transaction to the user who locked it. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| bank_transaction_KEY | int (4) | NOT NULL | The primary key for this table and foreign key to the Online Bill Pay Bank Transaction table. |
| user_session_guid | uniqueidentifier (16) | NOT NULL | Foreign key to the User Session table. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Transmit_Online_Bill_Pay_Selection$bank_transaction_KEY | bank_transaction_KEY | ||