DBA Data[Home] [Help]

APPS.AMS_DISCOVERER_PVT_W dependencies on AMS_DISCOVERER_PVT

Line 1: package body ams_discoverer_pvt_w as

1: package body ams_discoverer_pvt_w as
2: /* $Header: amswdisb.pls 115.8 2002/11/22 08:57:03 jieli 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: procedure rosetta_table_copy_in_p1(t OUT NOCOPY ams_discoverer_pvt.t_sqltable, a0 JTF_VARCHAR2_TABLE_2000) as

18: if d = rosetta_g_mistake_date then return fnd_api.g_miss_date; end if;
19: return d;
20: end;
21:
22: procedure rosetta_table_copy_in_p1(t OUT NOCOPY ams_discoverer_pvt.t_sqltable, a0 JTF_VARCHAR2_TABLE_2000) as
23: ddindx binary_integer; indx binary_integer;
24: begin
25: if a0 is not null and a0.count > 0 then
26: if a0.count > 0 then

Line 40: procedure rosetta_table_copy_out_p1(t ams_discoverer_pvt.t_sqltable, a0 OUT NOCOPY JTF_VARCHAR2_TABLE_2000) as

36: end loop;
37: end if;
38: end if;
39: end rosetta_table_copy_in_p1;
40: procedure rosetta_table_copy_out_p1(t ams_discoverer_pvt.t_sqltable, a0 OUT NOCOPY JTF_VARCHAR2_TABLE_2000) as
41: ddindx binary_integer; indx binary_integer;
42: begin
43: if t is null or t.count = 0 then
44: a0 := JTF_VARCHAR2_TABLE_2000();

Line 63: end ams_discoverer_pvt_w;

59: end if;
60: end if;
61: end rosetta_table_copy_out_p1;
62:
63: end ams_discoverer_pvt_w;