DBA Data[Home] [Help]

APPS.PV_ENTY_ATTR_VALUE_PUB_W dependencies on JTF_VARCHAR2_TABLE_2000

Line 22: procedure rosetta_table_copy_in_p2(t out nocopy pv_enty_attr_value_pub.attr_value_tbl_type, a0 JTF_VARCHAR2_TABLE_2000

18: if n=b then return a; end if;
19: return n;
20: end;
21:
22: procedure rosetta_table_copy_in_p2(t out nocopy pv_enty_attr_value_pub.attr_value_tbl_type, a0 JTF_VARCHAR2_TABLE_2000
23: , a1 JTF_VARCHAR2_TABLE_4000
24: ) as
25: ddindx binary_integer; indx binary_integer;
26: begin

Line 43: procedure rosetta_table_copy_out_p2(t pv_enty_attr_value_pub.attr_value_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_2000

39: end loop;
40: end if;
41: end if;
42: end rosetta_table_copy_in_p2;
43: procedure rosetta_table_copy_out_p2(t pv_enty_attr_value_pub.attr_value_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_2000
44: , a1 out nocopy JTF_VARCHAR2_TABLE_4000
45: ) as
46: ddindx binary_integer; indx binary_integer;
47: begin

Line 49: a0 := JTF_VARCHAR2_TABLE_2000();

45: ) as
46: ddindx binary_integer; indx binary_integer;
47: begin
48: if t is null or t.count = 0 then
49: a0 := JTF_VARCHAR2_TABLE_2000();
50: a1 := JTF_VARCHAR2_TABLE_4000();
51: else
52: a0 := JTF_VARCHAR2_TABLE_2000();
53: a1 := JTF_VARCHAR2_TABLE_4000();

Line 52: a0 := JTF_VARCHAR2_TABLE_2000();

48: if t is null or t.count = 0 then
49: a0 := JTF_VARCHAR2_TABLE_2000();
50: a1 := JTF_VARCHAR2_TABLE_4000();
51: else
52: a0 := JTF_VARCHAR2_TABLE_2000();
53: a1 := JTF_VARCHAR2_TABLE_4000();
54: if t.count > 0 then
55: a0.extend(t.count);
56: a1.extend(t.count);

Line 132: , p11_a0 JTF_VARCHAR2_TABLE_2000

128: , p_attribute_id NUMBER
129: , p_entity VARCHAR2
130: , p_entity_id NUMBER
131: , p_version NUMBER
132: , p11_a0 JTF_VARCHAR2_TABLE_2000
133: , p11_a1 JTF_VARCHAR2_TABLE_4000
134: )
135:
136: as

Line 251: , p9_a0 JTF_VARCHAR2_TABLE_2000

247: , x_msg_count out nocopy NUMBER
248: , x_msg_data out nocopy VARCHAR2
249: , p_entity_id NUMBER
250: , p_version NUMBER
251: , p9_a0 JTF_VARCHAR2_TABLE_2000
252: , p9_a1 JTF_VARCHAR2_TABLE_4000
253: )
254:
255: as