My Oracle Support Banner

The Journal Entry Was Saved, But Has Invalid Related Entries. (XLA-870483) (Doc ID 3008332.1)

Last updated on AUGUST 09, 2024

Applies to:

Oracle Fusion Subledger Accounting Cloud Service - Version 11.13.23.10.0 and later
Information in this document applies to any platform.

Symptoms

 While creating a manual subledger journal entry the completion status Final cannot be chosen.

The error below appears:


The journal entry was saved, but has invalid related entries. (XLA-870483)

Changes

Query to get the error:

SELECT *  FROM fusion.XLA_AE_HEADERS
where JE_CATEGORY_NAME = 'Other' and description like '%your error%' and ACCOUNTING_ENTRY_STATUS_CODE='I'
order by description


--LEDGER_ID
--EVENT_ID
--AE_HEADER_ID

SELECT * FROM fusion.XLA_ACCOUNTING_ERRORS WHERE
EVENT_ID ='your event_id'

Cause

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
Symptoms
Changes
Cause
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.