This table holds the distributions of a bank reconciliation recurring adjustment template. |
bank_reconciliation_recurring_adjustment_template_distribution_KEY | int (4) | NOT NULL | The primary key of this table, not null. |
bank_reconciliation_recurring_adjustment_template_KEY | int (4) | NOT NULL | Foreign key to the parent recurring adjustment template record. |
amount | decimal (9, 2) | NOT NULL | The amount of this recurring adjustment template distribution. |
gl_account_KEY | int (4) | NOT NULL | The gl account key of this recurring adjustment template distribution. |
description | nvarchar (240) | NOT NULL | The description of this recurring adjustment template distribution. |
sequence_number | int (4) | NOT NULL | The sequence number of this recurring adjustment template distribution. If there are several distributions from the same recurring adjustment template in a list, this shows the preferred location of a distribution in the list. |