Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates all asset depreciation book reversing or revoking transactions for the associated transactions.
Syntax
protected void createAllDepBookTransactions_IN(boolean _createByVoucher, AssetGroupDepBookTrans_IN _assetGroupDepBookTransOrig)
Run On
Called
Parameters
- _createByVoucher
Type: boolean
A Boolean flag that determines whether to create transactions by voucher number or journal number.
- _assetGroupDepBookTransOrig
Type: AssetGroupDepBookTrans_IN Table
The original depreciation book transaction to reverse or revoke all associated transactions.
Remarks
This routine selects all associated AssetGroupDepBookTrans_IN records to be reversed based upon the specified asset depreciation book transaction. The method createAllDepBookTransactions_IN takes the individual transactions and reverses them.