In XML Publisher FND_STANDARD_DATE doesn't convert dates in 2024
Hello!
I have an old concurrent program that generates reports from XML Publisher. This concurrent program submits a date parameter using the value set FND_STANDARD_DATE.
The program successfully creates an RTF file for a person's contract if the contract was created in 2023. However, it encounters an error (ORA-01861: literal does not match format string) when processing contracts created in 2024.
I conducted tests using the same person and created contracts in both 2023 and 2024 with identical data (such as assignments, etc.). The report worked for the 2023 contract but resulted in an error for the 2024 contract.
Could you please assist me in finding a solution?