DBA Data[Home] [Help]

APPS.AHL_RM_MATERIAL_AS_PVT_W dependencies on FND_API

Line 10: if d > rosetta_g_mistake_date_high then return fnd_api.g_miss_date; end if;

6: rosetta_g_mistake_date_low date := to_date('01/01/-4710', 'MM/DD/SYYYY');
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_high then return fnd_api.g_miss_date; end if;
11: if d < rosetta_g_mistake_date_low then return fnd_api.g_miss_date; end if;
12: return d;
13: end;
14: procedure rosetta_table_copy_in_p1(t out nocopy ahl_rm_material_as_pvt.material_req_tbl_type, a0 JTF_NUMBER_TABLE

Line 11: if d < rosetta_g_mistake_date_low then return fnd_api.g_miss_date; end if;

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_high then return fnd_api.g_miss_date; end if;
11: if d < rosetta_g_mistake_date_low then return fnd_api.g_miss_date; end if;
12: return d;
13: end;
14: procedure rosetta_table_copy_in_p1(t out nocopy ahl_rm_material_as_pvt.material_req_tbl_type, a0 JTF_NUMBER_TABLE
15: , a1 JTF_NUMBER_TABLE