APPS.AMS_DIALOG_REGS_PUB_W dependencies on FND_API
Line 10: if d = rosetta_g_mistake_date then return fnd_api.g_miss_date; end if;
6:
7: -- this is to workaround the JDBC bug regarding IN DATE of value GMiss
8: function rosetta_g_miss_date_in_map(d date) return date as
9: begin 10: if d = rosetta_g_mistake_date then return fnd_api.g_miss_date; end if; 11: return d;
12: end;
13:
14: procedure register(p_api_version_number NUMBER