DBA Data[Home] [Help]

APPS.JTF_RS_GROUP_USAGES_PUB_W dependencies on JTF_RS_GROUP_USAGES_PUB_W

Line 1: package body jtf_rs_group_usages_pub_w as

1: package body jtf_rs_group_usages_pub_w as
2: /* $Header: jtfrsrub.pls 120.0 2005/05/11 08:21:51 appldev ship $ */
3: rosetta_g_mistake_date date := to_date('01/01/+4713', 'MM/DD/SYYYY');
4: rosetta_g_miss_date date := to_date('01/01/-4712', 'MM/DD/SYYYY');
5:

Line 22: end jtf_rs_group_usages_pub_w;

18: if d = rosetta_g_mistake_date then return fnd_api.g_miss_date; end if;
19: return d;
20: end;
21:
22: end jtf_rs_group_usages_pub_w;