How to Resync Arabic Hijrah Calendar in Oracle Fusion
We are experiencing discrepancies in the dates within Oracle Fusion, specifically with the 'Arabic Hijrah calendar'. leading to issues with reports using Hijri Date.
The code I am using is :
to_char(PAPF.START_DATE,'YYYY/MM/DD','NLS_CALENDAR=''Arabic Hijrah''')
but dates like '07-Jun-2024' should be '1445/12/1 ' in Hijri date but it's '1445/11/30'
also '13-Nov-2022 ' should be '1444/4/19' in Hijri date but it's '1444/4/18'
Kindly we need to ensure synchronization with the latest updates for Arabic Hijrah Calender
0