Why Would The Same Period Number Refer to Different Months of the Year for Different Ledgers?
(Doc ID 2990478.1)
Last updated on DECEMBER 04, 2023
Applies to:
Oracle General Ledger - Version 12.2.5 and laterInformation in this document applies to any platform.
Goal
When querying against the gl_period_statuses table, the same period_number can return different actual time periods depending on the ledger.
As an example:
User queries this table for period 4:
select * from apps.gl_period_statuses a
where 1=1
and effective_period_num='20190004';
This returns a series of rows, some of which show April 2019 and others show July 2019. This can be confusing if only one of the two periods was expected.
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 |