Version 10.2.9
These transaction tables are added in Infor Expense Management 10.2.9
| CREATE TABLE alco_itemize_import_line_item ( | ||
|---|---|---|
| itemize_import_id | int | NOT NULL |
| item_name | nvarchar(255) | NOT NULL |
| subtotal | numeric(28,10) | NOT NULL |
| subtotal_id | int | NOT NULL |
| item_date | datetime | NOT NULL |
| expense_category | nvarchar(255) | NOT NULL |
| expense_type_id | int | NOT NULL |
| change_timestamp | datetime | NOT NULL |
| import_line_item_id | int | NOT NULL |
|
CONSTRAINT PK605 PRIMARY KEY CLUSTERED ( itemize_import_id ) ) |
||