Amortized Adjustment not working using the API do_adjustment
Amortized Adjustment not working using the API do_adjustment
Background:
We are mass updating Asset Lives using the FA_ADJUSTMENT_PUB.DO_ADJUSTMENT () API.
Reproduction of the issue:
Please note I'm recycling the sample code that is provided in Metalink but I've changed the arguments being passed:
When we call the API I'm passing the
ASSET_FIN_REC_TYPE Asset Structure arguments
DEPRN_METHOD_CODE & LIFE_IN_MONTHS
and in the
TRANS_REC_TYPE Transaction Structure arguments
TRANSACTION_SUBTYPE & AMORTIZATION_START_DATE
ISSUE:
The change in the life of the asset is successful (creates an Adjustment Transaction) but the adjustment does not show up as Amortized. We need this transaction to be amortized.
Background:
We are mass updating Asset Lives using the FA_ADJUSTMENT_PUB.DO_ADJUSTMENT () API.
Reproduction of the issue:
Please note I'm recycling the sample code that is provided in Metalink but I've changed the arguments being passed:
When we call the API I'm passing the
ASSET_FIN_REC_TYPE Asset Structure arguments
DEPRN_METHOD_CODE & LIFE_IN_MONTHS
and in the
TRANS_REC_TYPE Transaction Structure arguments
TRANSACTION_SUBTYPE & AMORTIZATION_START_DATE
ISSUE:
The change in the life of the asset is successful (creates an Adjustment Transaction) but the adjustment does not show up as Amortized. We need this transaction to be amortized.
0