APP-OFA-48392 Error When Adding a New Asset in the Asset Workbench [ID 275200.1] | |||||
修改时间 04-DEC-2008 类型 PROBLEM 状态 PUBLISHED |
Applies To
Oracle Assets - Version: 11.5.9This problem can occur on any platform.
FAXASSET - Asset Workbench
Symptoms
When adding a new asset in Asset Workbench, in the Assignments window, whenclicking Done, an error message appears:
APP-OFA-48392: Unable to get the concurrent request status using procedure.
Cause
Invalid depreciation run status showing as 'Submitted'.Fix
Change the Status to 'Error', resubmit Run Depreciation and let it complete
normally, rollback depreciation, then enter new assets.
1) Refresh a TEST instance with the Production data when experiencing this issue.
2) Run this update:
update fa_book_controls
set deprn_status = 'E'
where book_type_code = '&book'
and deprn_status = 'S';
commit;
3) Resubmit Run Depreciation WITHOUT Close Period option.
4) Rollback Depreciation.
Always TEST results prior to implementing in a Production database.