DBA Data[Home] [Help]

APPS.AMS_IMPORTCLIENT_PVT_W dependencies on JTF_VARCHAR2_TABLE_200

Line 145: procedure rosetta_table_copy_in_p3(t OUT NOCOPY ams_importclient_pvt.varchar2_150_set_type, a0 JTF_VARCHAR2_TABLE_200) as

141: end if;
142: end if;
143: end rosetta_table_copy_out_p2;
144:
145: procedure rosetta_table_copy_in_p3(t OUT NOCOPY ams_importclient_pvt.varchar2_150_set_type, a0 JTF_VARCHAR2_TABLE_200) as
146: ddindx binary_integer; indx binary_integer;
147: begin
148: if a0 is not null and a0.count > 0 then
149: if a0.count > 0 then

Line 163: procedure rosetta_table_copy_out_p3(t ams_importclient_pvt.varchar2_150_set_type, a0 OUT NOCOPY JTF_VARCHAR2_TABLE_200) as

159: end loop;
160: end if;
161: end if;
162: end rosetta_table_copy_in_p3;
163: procedure rosetta_table_copy_out_p3(t ams_importclient_pvt.varchar2_150_set_type, a0 OUT NOCOPY JTF_VARCHAR2_TABLE_200) as
164: ddindx binary_integer; indx binary_integer;
165: begin
166: if t is null or t.count = 0 then
167: a0 := JTF_VARCHAR2_TABLE_200();

Line 167: a0 := JTF_VARCHAR2_TABLE_200();

163: procedure rosetta_table_copy_out_p3(t ams_importclient_pvt.varchar2_150_set_type, a0 OUT NOCOPY JTF_VARCHAR2_TABLE_200) as
164: ddindx binary_integer; indx binary_integer;
165: begin
166: if t is null or t.count = 0 then
167: a0 := JTF_VARCHAR2_TABLE_200();
168: else
169: a0 := JTF_VARCHAR2_TABLE_200();
170: if t.count > 0 then
171: a0.extend(t.count);

Line 169: a0 := JTF_VARCHAR2_TABLE_200();

165: begin
166: if t is null or t.count = 0 then
167: a0 := JTF_VARCHAR2_TABLE_200();
168: else
169: a0 := JTF_VARCHAR2_TABLE_200();
170: if t.count > 0 then
171: a0.extend(t.count);
172: ddindx := t.first;
173: indx := 1;