Version 10.2.20
This transaction table is added in Infor Expense Management 10.2.20
CREATE TABLE alco_fx_rate_source ( | ||
---|---|---|
fx_rate_source_id | int | NOT NULL |
source_name | nvarchar(50) | NOT NULL |
base_currency_id | int | NOT NULL |
active_status | smallint | NOT NULL |
change_timestamp | datetime | |
CONSTRAINT PK496 PRIMARY KEY CLUSTERED ( fx_rate_source_id ) | ||
) |