DBA Data[Home] [Help]

APPS.HZ_GEO_STRUCTURE_PUB_UIW_JW dependencies on JTF_VARCHAR2_TABLE_100

Line 22: procedure rosetta_table_copy_in_p0(t out nocopy hz_geo_structure_pub_uiw.incl_geo_type_tbl_type, a0 JTF_VARCHAR2_TABLE_100) 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_p0(t out nocopy hz_geo_structure_pub_uiw.incl_geo_type_tbl_type, a0 JTF_VARCHAR2_TABLE_100) 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_p0(t hz_geo_structure_pub_uiw.incl_geo_type_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100) as

36: end loop;
37: end if;
38: end if;
39: end rosetta_table_copy_in_p0;
40: procedure rosetta_table_copy_out_p0(t hz_geo_structure_pub_uiw.incl_geo_type_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100) 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_100();

Line 44: a0 := JTF_VARCHAR2_TABLE_100();

40: procedure rosetta_table_copy_out_p0(t hz_geo_structure_pub_uiw.incl_geo_type_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100) 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_100();
45: else
46: a0 := JTF_VARCHAR2_TABLE_100();
47: if t.count > 0 then
48: a0.extend(t.count);

Line 46: a0 := JTF_VARCHAR2_TABLE_100();

42: begin
43: if t is null or t.count = 0 then
44: a0 := JTF_VARCHAR2_TABLE_100();
45: else
46: a0 := JTF_VARCHAR2_TABLE_100();
47: if t.count > 0 then
48: a0.extend(t.count);
49: ddindx := t.first;
50: indx := 1;

Line 186: , p_included_geography_type JTF_VARCHAR2_TABLE_100

182:
183: end;
184:
185: procedure create_zone_type(p_init_msg_list VARCHAR2
186: , p_included_geography_type JTF_VARCHAR2_TABLE_100
187: , x_return_status out nocopy VARCHAR2
188: , x_msg_count out nocopy NUMBER
189: , x_msg_data out nocopy VARCHAR2
190: , p1_a0 VARCHAR2 := null

Line 236: , p_included_geography_type JTF_VARCHAR2_TABLE_100

232:
233: end;
234:
235: procedure update_zone_type(p_init_msg_list VARCHAR2
236: , p_included_geography_type JTF_VARCHAR2_TABLE_100
237: , p_object_version_number in out nocopy NUMBER
238: , x_return_status out nocopy VARCHAR2
239: , x_msg_count out nocopy NUMBER
240: , x_msg_data out nocopy VARCHAR2