DBA Data[Home] [Help]

APPS.AS_UTILITY_PUB_W dependencies on AS_UTILITY_PUB

Line 1: package body as_utility_pub_w as

1: package body as_utility_pub_w as
2: /* $Header: asxwutlb.pls 120.1 2005/11/28 02:29 sumahali noship $ */
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_p6(t out nocopy as_utility_pub.profile_tbl_type, a0 JTF_VARCHAR2_TABLE_100

18: if n=b then return a; end if;
19: return n;
20: end;
21:
22: procedure rosetta_table_copy_in_p6(t out nocopy as_utility_pub.profile_tbl_type, a0 JTF_VARCHAR2_TABLE_100
23: , a1 JTF_VARCHAR2_TABLE_300
24: ) as
25: ddindx binary_integer; indx binary_integer;
26: begin

Line 43: procedure rosetta_table_copy_out_p6(t as_utility_pub.profile_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100

39: end loop;
40: end if;
41: end if;
42: end rosetta_table_copy_in_p6;
43: procedure rosetta_table_copy_out_p6(t as_utility_pub.profile_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100
44: , a1 out nocopy JTF_VARCHAR2_TABLE_300
45: ) as
46: ddindx binary_integer; indx binary_integer;
47: begin

Line 72: procedure rosetta_table_copy_in_p10(t out nocopy as_utility_pub.item_property_tbl_type, a0 JTF_VARCHAR2_TABLE_100

68: end if;
69: end if;
70: end rosetta_table_copy_out_p6;
71:
72: procedure rosetta_table_copy_in_p10(t out nocopy as_utility_pub.item_property_tbl_type, a0 JTF_VARCHAR2_TABLE_100
73: , a1 JTF_VARCHAR2_TABLE_100
74: , a2 JTF_VARCHAR2_TABLE_100
75: , a3 JTF_VARCHAR2_TABLE_400
76: , a4 JTF_NUMBER_TABLE

Line 101: procedure rosetta_table_copy_out_p10(t as_utility_pub.item_property_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100

97: end loop;
98: end if;
99: end if;
100: end rosetta_table_copy_in_p10;
101: procedure rosetta_table_copy_out_p10(t as_utility_pub.item_property_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100
102: , a1 out nocopy JTF_VARCHAR2_TABLE_100
103: , a2 out nocopy JTF_VARCHAR2_TABLE_100
104: , a3 out nocopy JTF_VARCHAR2_TABLE_400
105: , a4 out nocopy JTF_NUMBER_TABLE

Line 150: end as_utility_pub_w;

146: end if;
147: end if;
148: end rosetta_table_copy_out_p10;
149:
150: end as_utility_pub_w;