| This table is used drive AR Statement printing. It determines which user is printing, which customers are being printed and the dates required by the report variables. |
| print_customer_statement_selection_KEY | int (4) | NOT NULL | Primary key. |
| user_session_guid | uniqueidentifier (16) | NOT NULL | The user session for the staff printing the forms. |
| customer_KEY | int (4) | NOT NULL | The customer the statement is being printed for. |
| beginning_date | smalldatetime (4) | NOT NULL | The beginning date for AR Transactions to be filtered on. |
| ending_date | smalldatetime (4) | NOT NULL | The ending date for AR Transactions to be filtered on. |
| statement_date | smalldatetime (4) | NOT NULL | The statement date specified by the user to be displayed. |