These transaction tables are added in Infor Expense Management 10.2.16
CREATE TABLE alwf_wi_history_reviewers ( |
reviewer_list_id |
int |
NOT NULL |
wi_history_id |
int |
NOT NULL |
user_id |
int |
|
group_id |
int |
|
reviewed |
smallint |
NOT NULL |
review_date |
datetime |
|
CONSTRAINT PK553 PRIMARY KEY CLUSTERED ( reviewer_list_id ) |
|
|
) |
|
|
CREATE TABLE alco_datalake_deleted_bobs ( |
deleted_bob_id |
int |
NOT NULL |
bus_obj_id |
int |
NOT NULL |
bus_obj_type_id |
int |
NOT NULL |
bus_obj_date_created |
datetime |
NOT NULL |
bus_obj_date_deleted |
datetime |
NOT NULL |
change_timestamp |
datetime DEFAULT current_timestamp |
NOT NULL |
CONSTRAINT PK554 PRIMARY KEY CLUSTERED ( deleted_bob_id ) |
|
|
) |
|
|