DBA Data[Home] [Help]

APPS.AMS_CPYUTILITY_PVT_W dependencies on JTF_VARCHAR2_TABLE_4000

Line 45: , a1 JTF_VARCHAR2_TABLE_4000

41: end if;
42: end rosetta_table_copy_out_p0;
43:
44: procedure rosetta_table_copy_in_p2(t out nocopy ams_cpyutility_pvt.copy_columns_table_type, a0 JTF_VARCHAR2_TABLE_100
45: , a1 JTF_VARCHAR2_TABLE_4000
46: ) as
47: ddindx binary_integer; indx binary_integer;
48: begin
49: if a0 is not null and a0.count > 0 then

Line 66: , a1 out nocopy JTF_VARCHAR2_TABLE_4000

62: end if;
63: end if;
64: end rosetta_table_copy_in_p2;
65: procedure rosetta_table_copy_out_p2(t ams_cpyutility_pvt.copy_columns_table_type, a0 out nocopy JTF_VARCHAR2_TABLE_100
66: , a1 out nocopy JTF_VARCHAR2_TABLE_4000
67: ) as
68: ddindx binary_integer; indx binary_integer;
69: begin
70: if t is null or t.count = 0 then

Line 72: a1 := JTF_VARCHAR2_TABLE_4000();

68: ddindx binary_integer; indx binary_integer;
69: begin
70: if t is null or t.count = 0 then
71: a0 := JTF_VARCHAR2_TABLE_100();
72: a1 := JTF_VARCHAR2_TABLE_4000();
73: else
74: a0 := JTF_VARCHAR2_TABLE_100();
75: a1 := JTF_VARCHAR2_TABLE_4000();
76: if t.count > 0 then

Line 75: a1 := JTF_VARCHAR2_TABLE_4000();

71: a0 := JTF_VARCHAR2_TABLE_100();
72: a1 := JTF_VARCHAR2_TABLE_4000();
73: else
74: a0 := JTF_VARCHAR2_TABLE_100();
75: a1 := JTF_VARCHAR2_TABLE_4000();
76: if t.count > 0 then
77: a0.extend(t.count);
78: a1.extend(t.count);
79: ddindx := t.first;

Line 135: procedure rosetta_table_copy_in_p4(t out nocopy ams_cpyutility_pvt.log_mesg_txt_table, a0 JTF_VARCHAR2_TABLE_4000) as

131: end if;
132: end if;
133: end rosetta_table_copy_out_p3;
134:
135: procedure rosetta_table_copy_in_p4(t out nocopy ams_cpyutility_pvt.log_mesg_txt_table, a0 JTF_VARCHAR2_TABLE_4000) as
136: ddindx binary_integer; indx binary_integer;
137: begin
138: if a0 is not null and a0.count > 0 then
139: if a0.count > 0 then

Line 153: procedure rosetta_table_copy_out_p4(t ams_cpyutility_pvt.log_mesg_txt_table, a0 out nocopy JTF_VARCHAR2_TABLE_4000) as

149: end loop;
150: end if;
151: end if;
152: end rosetta_table_copy_in_p4;
153: procedure rosetta_table_copy_out_p4(t ams_cpyutility_pvt.log_mesg_txt_table, a0 out nocopy JTF_VARCHAR2_TABLE_4000) as
154: ddindx binary_integer; indx binary_integer;
155: begin
156: if t is null or t.count = 0 then
157: a0 := JTF_VARCHAR2_TABLE_4000();

Line 157: a0 := JTF_VARCHAR2_TABLE_4000();

153: procedure rosetta_table_copy_out_p4(t ams_cpyutility_pvt.log_mesg_txt_table, a0 out nocopy JTF_VARCHAR2_TABLE_4000) as
154: ddindx binary_integer; indx binary_integer;
155: begin
156: if t is null or t.count = 0 then
157: a0 := JTF_VARCHAR2_TABLE_4000();
158: else
159: a0 := JTF_VARCHAR2_TABLE_4000();
160: if t.count > 0 then
161: a0.extend(t.count);

Line 159: a0 := JTF_VARCHAR2_TABLE_4000();

155: begin
156: if t is null or t.count = 0 then
157: a0 := JTF_VARCHAR2_TABLE_4000();
158: else
159: a0 := JTF_VARCHAR2_TABLE_4000();
160: if t.count > 0 then
161: a0.extend(t.count);
162: ddindx := t.first;
163: indx := 1;

Line 260: , p1_a1 JTF_VARCHAR2_TABLE_4000

256: end rosetta_table_copy_out_p6;
257:
258: procedure get_column_value(p_column_name VARCHAR2
259: , p1_a0 JTF_VARCHAR2_TABLE_100
260: , p1_a1 JTF_VARCHAR2_TABLE_4000
261: , x_column_value out nocopy VARCHAR2
262: )
263:
264: as