Attribute Name |
Attribute Definition |
Logical Datatype |
Is Required |
Data Mart Request History Id |
The automatically generated primary key of the data_mart_rqst_history table. |
LONG |
Yes |
Item Definition Id |
A Foreign Key to the Definition table. |
LONG |
No |
Data Mart Request State Id |
A Foreign Key to the Data Mart Request State table. |
INTEGER |
No |
Request Begin Date |
Request Begin Date |
DATE |
No |
Request Begin Date UTC String |
Begin Date as a UTC string to avoid JDBC/Hibernate errors. |
VARCHAR(23) |
No |
Request End Date |
End Date |
DATE |
No |
Request End Date UTC String |
End Date as a UTC string to avoid JDBC/Hibernate errors. |
VARCHAR(23) |
No |
Data Mart Request Type Id |
A Foreign Key to the Data Mart Request Type table. |
INTEGER |
No |