DBA Data[Home] [Help]

APPS.OKL_STREAMS_UTIL_W dependencies on JTF_VARCHAR2_TABLE_500

Line 760: procedure rosetta_table_copy_in_p38(t out nocopy okl_streams_util.var450tabtyp, a0 JTF_VARCHAR2_TABLE_500) as

756: end if;
757: end if;
758: end rosetta_table_copy_out_p37;
759:
760: procedure rosetta_table_copy_in_p38(t out nocopy okl_streams_util.var450tabtyp, a0 JTF_VARCHAR2_TABLE_500) as
761: ddindx binary_integer; indx binary_integer;
762: begin
763: if a0 is not null and a0.count > 0 then
764: if a0.count > 0 then

Line 778: procedure rosetta_table_copy_out_p38(t okl_streams_util.var450tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_500) as

774: end loop;
775: end if;
776: end if;
777: end rosetta_table_copy_in_p38;
778: procedure rosetta_table_copy_out_p38(t okl_streams_util.var450tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_500) as
779: ddindx binary_integer; indx binary_integer;
780: begin
781: if t is null or t.count = 0 then
782: a0 := JTF_VARCHAR2_TABLE_500();

Line 782: a0 := JTF_VARCHAR2_TABLE_500();

778: procedure rosetta_table_copy_out_p38(t okl_streams_util.var450tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_500) as
779: ddindx binary_integer; indx binary_integer;
780: begin
781: if t is null or t.count = 0 then
782: a0 := JTF_VARCHAR2_TABLE_500();
783: else
784: a0 := JTF_VARCHAR2_TABLE_500();
785: if t.count > 0 then
786: a0.extend(t.count);

Line 784: a0 := JTF_VARCHAR2_TABLE_500();

780: begin
781: if t is null or t.count = 0 then
782: a0 := JTF_VARCHAR2_TABLE_500();
783: else
784: a0 := JTF_VARCHAR2_TABLE_500();
785: if t.count > 0 then
786: a0.extend(t.count);
787: ddindx := t.first;
788: indx := 1;