This table stores locks for receivable transaction detail records (aka fees) tied to invoices that are printing so that other users may not print them. |
receivable_transaction_detail_KEY | int (4) | NOT NULL | Primary key for this table and foreign key into table Receivable_Transaction_Detail for the receivable transaction detail record (fee) to be locked and printed. |
user_session_guid | uniqueidentifier (16) | NOT NULL | Foreign key into table User_Session for the user session associated with the print job for which we are locking a receivable transaction detail record (fee). |