DBA Data[Home] [Help]

APPS.OKL_STREAMS_UTIL_W dependencies on JTF_VARCHAR2_TABLE_600

Line 842: procedure rosetta_table_copy_in_p40(t out nocopy okl_streams_util.var600tabtyp, a0 JTF_VARCHAR2_TABLE_600) as

838: end if;
839: end if;
840: end rosetta_table_copy_out_p39;
841:
842: procedure rosetta_table_copy_in_p40(t out nocopy okl_streams_util.var600tabtyp, a0 JTF_VARCHAR2_TABLE_600) as
843: ddindx binary_integer; indx binary_integer;
844: begin
845: if a0 is not null and a0.count > 0 then
846: if a0.count > 0 then

Line 860: procedure rosetta_table_copy_out_p40(t okl_streams_util.var600tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_600) as

856: end loop;
857: end if;
858: end if;
859: end rosetta_table_copy_in_p40;
860: procedure rosetta_table_copy_out_p40(t okl_streams_util.var600tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_600) as
861: ddindx binary_integer; indx binary_integer;
862: begin
863: if t is null or t.count = 0 then
864: a0 := JTF_VARCHAR2_TABLE_600();

Line 864: a0 := JTF_VARCHAR2_TABLE_600();

860: procedure rosetta_table_copy_out_p40(t okl_streams_util.var600tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_600) as
861: ddindx binary_integer; indx binary_integer;
862: begin
863: if t is null or t.count = 0 then
864: a0 := JTF_VARCHAR2_TABLE_600();
865: else
866: a0 := JTF_VARCHAR2_TABLE_600();
867: if t.count > 0 then
868: a0.extend(t.count);

Line 866: a0 := JTF_VARCHAR2_TABLE_600();

862: begin
863: if t is null or t.count = 0 then
864: a0 := JTF_VARCHAR2_TABLE_600();
865: else
866: a0 := JTF_VARCHAR2_TABLE_600();
867: if t.count > 0 then
868: a0.extend(t.count);
869: ddindx := t.first;
870: indx := 1;