Calendar

IFS Applications only support the Gregorian calendar. The Gregorian calendar is the default calendar in all Oracle installations so no specific setting is required. It will lead to errors If you try and change the calendar to a format other than Gregorian. Thus the Oracle initialization parameter Nls_Calendar must not be changed from "GREGORIAN". The calendar used by IFS Applications can be found within the function Database_SYS.Get_Database_Calendar.

IFS Applications have two fixed dates:

These two dates are generally used if you have designed your entity with an open date interval where either of the date values can be null.

Example: sysdate BETWEEEN Nvl(start_date, Database_SYS.First_Calendar_Date) AND Nvl(stop_date, Database_SYS.Last_Calendar_Date)