DBA Data[Home] [Help]

APPS.OKL_FE_EO_TERM_OPTIONS_PVT dependencies on FND_API

Line 17: if (d = rosetta_g_mistake_date or d=rosetta_g_mistake_date2) then return fnd_api.g_miss_date; end if;

13:
14: -- this is to workaround the JDBC bug regarding IN DATE of value GMiss
15: function rosetta_g_miss_date_in_map(d date) return date as
16: begin
17: if (d = rosetta_g_mistake_date or d=rosetta_g_mistake_date2) then return fnd_api.g_miss_date; end if;
18: return d;
19: end;
20:
21: