Create Accounting - Cost Management Shows Process_Status_Code = DRAFT
(Doc ID 1981560.1)
Last updated on AUGUST 05, 2024
Applies to:
Oracle Cost Management - Version 12.1.3 and laterInformation in this document applies to any platform.
Goal
Create Accounting shows draft events.
This can be checked with query below :
select count(*) from xla_events
where event_status_code = 'U'
and process_status_code = 'D'
and application_id = 707
and event_id in
(select event_id
from xla_ae_headers
where gl_transfer_status_code = 'N'
and accounting_entry_status_code = 'D'
and application_id = 707)
How to resolve it ?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |