Skip to Main Content

Developer Community

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

General Ledger- Not getting reversed_je_header_id for reversed batches via journalHeaders API

Deependra LodhiJul 14 2025 — edited Jul 14 2025

Hi Community,

I am using the Oracle Fusion REST API endpoint: /fscmRestApi/resources/11.13.18.05/journalBatches/{batchId}/child/journalHeaders to retrieve batch header details.

For most journal batches, I receive the expected header details. However, for reversed batches, the field that should provide the reversed_je_header_id.

basically, my requirement is i should get the reversed_je_header_id when i pass the reverse batch id "AccrualReversalEffectiveDate": null,

"AccrualReversalPeriodName": null,

"AccrualReversalStatus": null,

for this batch api i am getting below fields- /fscmRestApi/resources/11.13.18.05/journalBatches/batchId

"ReversalDate": null,

"ReversalPeriod": null,

"ReversalFlag": null,

"ReversalMethodMeaning": null

Details- API Version: 11.13.18.05 Example Batch ID: 967010 Field missing: reversed_je_header_id (or similar) The field is expected to provide the reference to the reversed journal entry header.

What I’ve Tried: Checked the API response for other batches (works as expected for non-reversed) Reviewed API documentation for field names and structure .

Questions:

Is there a different field or structure for retrieving the reversed journal header ID for reversed batches?

Is this a known limitation or a data issue? Are there any workarounds or recommended approaches to retrieve this information via API?

Any advice or guidance would be greatly appreciated!

Thanks in advance.

Comments
Post Details
Added on Jul 14 2025
0 comments
173 views