Current data access is simple. You can retrieve the account history data directly from the account history table.
SELECT {columns}
FROM ACCT_HIST
WHERE ACCT_ID = :ACCT-ID
AND HIST_EFF_DTE = :HIST_EFF-DTE;
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|