This keep all the processes for TMP_GLSUM table.
Definition at line 93 of file account-gw.h.
void OSB_DB::TmpGlSumGw::addAmount | ( | const Session & | session, | |
long | sequenceNo, | |||
const OSB_LIB::Account::Oid & | accountCode, | |||
OSB_LIB::Account::Side | side, | |||
const OSB_LIB::Money & | amount | |||
) |
Add amounts to TMP_GLSUM.
Add to a temporary GL account in table TMP_GLSUM.
session | Database session. | |
sequenceNo | Sequence number. | |
accountCode | General ledger account. | |
side | Credit or debit side of the account. | |
amount | Amount to add. |
Fetch the next sequence number from SEQ_TMP_GLSUM.
session | Database session. |