DBA Data[Home] [Help]

APPS.OKL_STREAMS_UTIL_W dependencies on JTF_VARCHAR2_TABLE_100

Line 227: procedure rosetta_table_copy_in_p25(t out nocopy okl_streams_util.var10tabtyp, a0 JTF_VARCHAR2_TABLE_100) as

223: end if;
224: end if;
225: end rosetta_table_copy_out_p24;
226:
227: procedure rosetta_table_copy_in_p25(t out nocopy okl_streams_util.var10tabtyp, a0 JTF_VARCHAR2_TABLE_100) as
228: ddindx binary_integer; indx binary_integer;
229: begin
230: if a0 is not null and a0.count > 0 then
231: if a0.count > 0 then

Line 245: procedure rosetta_table_copy_out_p25(t okl_streams_util.var10tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_100) as

241: end loop;
242: end if;
243: end if;
244: end rosetta_table_copy_in_p25;
245: procedure rosetta_table_copy_out_p25(t okl_streams_util.var10tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
246: ddindx binary_integer; indx binary_integer;
247: begin
248: if t is null or t.count = 0 then
249: a0 := JTF_VARCHAR2_TABLE_100();

Line 249: a0 := JTF_VARCHAR2_TABLE_100();

245: procedure rosetta_table_copy_out_p25(t okl_streams_util.var10tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
246: ddindx binary_integer; indx binary_integer;
247: begin
248: if t is null or t.count = 0 then
249: a0 := JTF_VARCHAR2_TABLE_100();
250: else
251: a0 := JTF_VARCHAR2_TABLE_100();
252: if t.count > 0 then
253: a0.extend(t.count);

Line 251: a0 := JTF_VARCHAR2_TABLE_100();

247: begin
248: if t is null or t.count = 0 then
249: a0 := JTF_VARCHAR2_TABLE_100();
250: else
251: a0 := JTF_VARCHAR2_TABLE_100();
252: if t.count > 0 then
253: a0.extend(t.count);
254: ddindx := t.first;
255: indx := 1;

Line 268: procedure rosetta_table_copy_in_p26(t out nocopy okl_streams_util.var12tabtyp, a0 JTF_VARCHAR2_TABLE_100) as

264: end if;
265: end if;
266: end rosetta_table_copy_out_p25;
267:
268: procedure rosetta_table_copy_in_p26(t out nocopy okl_streams_util.var12tabtyp, a0 JTF_VARCHAR2_TABLE_100) as
269: ddindx binary_integer; indx binary_integer;
270: begin
271: if a0 is not null and a0.count > 0 then
272: if a0.count > 0 then

Line 286: procedure rosetta_table_copy_out_p26(t okl_streams_util.var12tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_100) as

282: end loop;
283: end if;
284: end if;
285: end rosetta_table_copy_in_p26;
286: procedure rosetta_table_copy_out_p26(t okl_streams_util.var12tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
287: ddindx binary_integer; indx binary_integer;
288: begin
289: if t is null or t.count = 0 then
290: a0 := JTF_VARCHAR2_TABLE_100();

Line 290: a0 := JTF_VARCHAR2_TABLE_100();

286: procedure rosetta_table_copy_out_p26(t okl_streams_util.var12tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
287: ddindx binary_integer; indx binary_integer;
288: begin
289: if t is null or t.count = 0 then
290: a0 := JTF_VARCHAR2_TABLE_100();
291: else
292: a0 := JTF_VARCHAR2_TABLE_100();
293: if t.count > 0 then
294: a0.extend(t.count);

Line 292: a0 := JTF_VARCHAR2_TABLE_100();

288: begin
289: if t is null or t.count = 0 then
290: a0 := JTF_VARCHAR2_TABLE_100();
291: else
292: a0 := JTF_VARCHAR2_TABLE_100();
293: if t.count > 0 then
294: a0.extend(t.count);
295: ddindx := t.first;
296: indx := 1;

Line 350: procedure rosetta_table_copy_in_p28(t out nocopy okl_streams_util.var15tabtyp, a0 JTF_VARCHAR2_TABLE_100) as

346: end if;
347: end if;
348: end rosetta_table_copy_out_p27;
349:
350: procedure rosetta_table_copy_in_p28(t out nocopy okl_streams_util.var15tabtyp, a0 JTF_VARCHAR2_TABLE_100) as
351: ddindx binary_integer; indx binary_integer;
352: begin
353: if a0 is not null and a0.count > 0 then
354: if a0.count > 0 then

Line 368: procedure rosetta_table_copy_out_p28(t okl_streams_util.var15tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_100) as

364: end loop;
365: end if;
366: end if;
367: end rosetta_table_copy_in_p28;
368: procedure rosetta_table_copy_out_p28(t okl_streams_util.var15tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
369: ddindx binary_integer; indx binary_integer;
370: begin
371: if t is null or t.count = 0 then
372: a0 := JTF_VARCHAR2_TABLE_100();

Line 372: a0 := JTF_VARCHAR2_TABLE_100();

368: procedure rosetta_table_copy_out_p28(t okl_streams_util.var15tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
369: ddindx binary_integer; indx binary_integer;
370: begin
371: if t is null or t.count = 0 then
372: a0 := JTF_VARCHAR2_TABLE_100();
373: else
374: a0 := JTF_VARCHAR2_TABLE_100();
375: if t.count > 0 then
376: a0.extend(t.count);

Line 374: a0 := JTF_VARCHAR2_TABLE_100();

370: begin
371: if t is null or t.count = 0 then
372: a0 := JTF_VARCHAR2_TABLE_100();
373: else
374: a0 := JTF_VARCHAR2_TABLE_100();
375: if t.count > 0 then
376: a0.extend(t.count);
377: ddindx := t.first;
378: indx := 1;

Line 473: procedure rosetta_table_copy_in_p31(t out nocopy okl_streams_util.var24tabtyp, a0 JTF_VARCHAR2_TABLE_100) as

469: end if;
470: end if;
471: end rosetta_table_copy_out_p30;
472:
473: procedure rosetta_table_copy_in_p31(t out nocopy okl_streams_util.var24tabtyp, a0 JTF_VARCHAR2_TABLE_100) as
474: ddindx binary_integer; indx binary_integer;
475: begin
476: if a0 is not null and a0.count > 0 then
477: if a0.count > 0 then

Line 491: procedure rosetta_table_copy_out_p31(t okl_streams_util.var24tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_100) as

487: end loop;
488: end if;
489: end if;
490: end rosetta_table_copy_in_p31;
491: procedure rosetta_table_copy_out_p31(t okl_streams_util.var24tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
492: ddindx binary_integer; indx binary_integer;
493: begin
494: if t is null or t.count = 0 then
495: a0 := JTF_VARCHAR2_TABLE_100();

Line 495: a0 := JTF_VARCHAR2_TABLE_100();

491: procedure rosetta_table_copy_out_p31(t okl_streams_util.var24tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
492: ddindx binary_integer; indx binary_integer;
493: begin
494: if t is null or t.count = 0 then
495: a0 := JTF_VARCHAR2_TABLE_100();
496: else
497: a0 := JTF_VARCHAR2_TABLE_100();
498: if t.count > 0 then
499: a0.extend(t.count);

Line 497: a0 := JTF_VARCHAR2_TABLE_100();

493: begin
494: if t is null or t.count = 0 then
495: a0 := JTF_VARCHAR2_TABLE_100();
496: else
497: a0 := JTF_VARCHAR2_TABLE_100();
498: if t.count > 0 then
499: a0.extend(t.count);
500: ddindx := t.first;
501: indx := 1;

Line 596: procedure rosetta_table_copy_in_p34(t out nocopy okl_streams_util.var3tabtyp, a0 JTF_VARCHAR2_TABLE_100) as

592: end if;
593: end if;
594: end rosetta_table_copy_out_p33;
595:
596: procedure rosetta_table_copy_in_p34(t out nocopy okl_streams_util.var3tabtyp, a0 JTF_VARCHAR2_TABLE_100) as
597: ddindx binary_integer; indx binary_integer;
598: begin
599: if a0 is not null and a0.count > 0 then
600: if a0.count > 0 then

Line 614: procedure rosetta_table_copy_out_p34(t okl_streams_util.var3tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_100) as

610: end loop;
611: end if;
612: end if;
613: end rosetta_table_copy_in_p34;
614: procedure rosetta_table_copy_out_p34(t okl_streams_util.var3tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
615: ddindx binary_integer; indx binary_integer;
616: begin
617: if t is null or t.count = 0 then
618: a0 := JTF_VARCHAR2_TABLE_100();

Line 618: a0 := JTF_VARCHAR2_TABLE_100();

614: procedure rosetta_table_copy_out_p34(t okl_streams_util.var3tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
615: ddindx binary_integer; indx binary_integer;
616: begin
617: if t is null or t.count = 0 then
618: a0 := JTF_VARCHAR2_TABLE_100();
619: else
620: a0 := JTF_VARCHAR2_TABLE_100();
621: if t.count > 0 then
622: a0.extend(t.count);

Line 620: a0 := JTF_VARCHAR2_TABLE_100();

616: begin
617: if t is null or t.count = 0 then
618: a0 := JTF_VARCHAR2_TABLE_100();
619: else
620: a0 := JTF_VARCHAR2_TABLE_100();
621: if t.count > 0 then
622: a0.extend(t.count);
623: ddindx := t.first;
624: indx := 1;

Line 637: procedure rosetta_table_copy_in_p35(t out nocopy okl_streams_util.var30tabtyp, a0 JTF_VARCHAR2_TABLE_100) as

633: end if;
634: end if;
635: end rosetta_table_copy_out_p34;
636:
637: procedure rosetta_table_copy_in_p35(t out nocopy okl_streams_util.var30tabtyp, a0 JTF_VARCHAR2_TABLE_100) as
638: ddindx binary_integer; indx binary_integer;
639: begin
640: if a0 is not null and a0.count > 0 then
641: if a0.count > 0 then

Line 655: procedure rosetta_table_copy_out_p35(t okl_streams_util.var30tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_100) as

651: end loop;
652: end if;
653: end if;
654: end rosetta_table_copy_in_p35;
655: procedure rosetta_table_copy_out_p35(t okl_streams_util.var30tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
656: ddindx binary_integer; indx binary_integer;
657: begin
658: if t is null or t.count = 0 then
659: a0 := JTF_VARCHAR2_TABLE_100();

Line 659: a0 := JTF_VARCHAR2_TABLE_100();

655: procedure rosetta_table_copy_out_p35(t okl_streams_util.var30tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
656: ddindx binary_integer; indx binary_integer;
657: begin
658: if t is null or t.count = 0 then
659: a0 := JTF_VARCHAR2_TABLE_100();
660: else
661: a0 := JTF_VARCHAR2_TABLE_100();
662: if t.count > 0 then
663: a0.extend(t.count);

Line 661: a0 := JTF_VARCHAR2_TABLE_100();

657: begin
658: if t is null or t.count = 0 then
659: a0 := JTF_VARCHAR2_TABLE_100();
660: else
661: a0 := JTF_VARCHAR2_TABLE_100();
662: if t.count > 0 then
663: a0.extend(t.count);
664: ddindx := t.first;
665: indx := 1;

Line 719: procedure rosetta_table_copy_in_p37(t out nocopy okl_streams_util.var40tabtyp, a0 JTF_VARCHAR2_TABLE_100) as

715: end if;
716: end if;
717: end rosetta_table_copy_out_p36;
718:
719: procedure rosetta_table_copy_in_p37(t out nocopy okl_streams_util.var40tabtyp, a0 JTF_VARCHAR2_TABLE_100) as
720: ddindx binary_integer; indx binary_integer;
721: begin
722: if a0 is not null and a0.count > 0 then
723: if a0.count > 0 then

Line 737: procedure rosetta_table_copy_out_p37(t okl_streams_util.var40tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_100) as

733: end loop;
734: end if;
735: end if;
736: end rosetta_table_copy_in_p37;
737: procedure rosetta_table_copy_out_p37(t okl_streams_util.var40tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
738: ddindx binary_integer; indx binary_integer;
739: begin
740: if t is null or t.count = 0 then
741: a0 := JTF_VARCHAR2_TABLE_100();

Line 741: a0 := JTF_VARCHAR2_TABLE_100();

737: procedure rosetta_table_copy_out_p37(t okl_streams_util.var40tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
738: ddindx binary_integer; indx binary_integer;
739: begin
740: if t is null or t.count = 0 then
741: a0 := JTF_VARCHAR2_TABLE_100();
742: else
743: a0 := JTF_VARCHAR2_TABLE_100();
744: if t.count > 0 then
745: a0.extend(t.count);

Line 743: a0 := JTF_VARCHAR2_TABLE_100();

739: begin
740: if t is null or t.count = 0 then
741: a0 := JTF_VARCHAR2_TABLE_100();
742: else
743: a0 := JTF_VARCHAR2_TABLE_100();
744: if t.count > 0 then
745: a0.extend(t.count);
746: ddindx := t.first;
747: indx := 1;

Line 801: procedure rosetta_table_copy_in_p39(t out nocopy okl_streams_util.var50tabtyp, a0 JTF_VARCHAR2_TABLE_100) as

797: end if;
798: end if;
799: end rosetta_table_copy_out_p38;
800:
801: procedure rosetta_table_copy_in_p39(t out nocopy okl_streams_util.var50tabtyp, a0 JTF_VARCHAR2_TABLE_100) as
802: ddindx binary_integer; indx binary_integer;
803: begin
804: if a0 is not null and a0.count > 0 then
805: if a0.count > 0 then

Line 819: procedure rosetta_table_copy_out_p39(t okl_streams_util.var50tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_100) as

815: end loop;
816: end if;
817: end if;
818: end rosetta_table_copy_in_p39;
819: procedure rosetta_table_copy_out_p39(t okl_streams_util.var50tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
820: ddindx binary_integer; indx binary_integer;
821: begin
822: if t is null or t.count = 0 then
823: a0 := JTF_VARCHAR2_TABLE_100();

Line 823: a0 := JTF_VARCHAR2_TABLE_100();

819: procedure rosetta_table_copy_out_p39(t okl_streams_util.var50tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
820: ddindx binary_integer; indx binary_integer;
821: begin
822: if t is null or t.count = 0 then
823: a0 := JTF_VARCHAR2_TABLE_100();
824: else
825: a0 := JTF_VARCHAR2_TABLE_100();
826: if t.count > 0 then
827: a0.extend(t.count);

Line 825: a0 := JTF_VARCHAR2_TABLE_100();

821: begin
822: if t is null or t.count = 0 then
823: a0 := JTF_VARCHAR2_TABLE_100();
824: else
825: a0 := JTF_VARCHAR2_TABLE_100();
826: if t.count > 0 then
827: a0.extend(t.count);
828: ddindx := t.first;
829: indx := 1;

Line 883: procedure rosetta_table_copy_in_p41(t out nocopy okl_streams_util.var75tabtyp, a0 JTF_VARCHAR2_TABLE_100) as

879: end if;
880: end if;
881: end rosetta_table_copy_out_p40;
882:
883: procedure rosetta_table_copy_in_p41(t out nocopy okl_streams_util.var75tabtyp, a0 JTF_VARCHAR2_TABLE_100) as
884: ddindx binary_integer; indx binary_integer;
885: begin
886: if a0 is not null and a0.count > 0 then
887: if a0.count > 0 then

Line 901: procedure rosetta_table_copy_out_p41(t okl_streams_util.var75tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_100) as

897: end loop;
898: end if;
899: end if;
900: end rosetta_table_copy_in_p41;
901: procedure rosetta_table_copy_out_p41(t okl_streams_util.var75tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
902: ddindx binary_integer; indx binary_integer;
903: begin
904: if t is null or t.count = 0 then
905: a0 := JTF_VARCHAR2_TABLE_100();

Line 905: a0 := JTF_VARCHAR2_TABLE_100();

901: procedure rosetta_table_copy_out_p41(t okl_streams_util.var75tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
902: ddindx binary_integer; indx binary_integer;
903: begin
904: if t is null or t.count = 0 then
905: a0 := JTF_VARCHAR2_TABLE_100();
906: else
907: a0 := JTF_VARCHAR2_TABLE_100();
908: if t.count > 0 then
909: a0.extend(t.count);

Line 907: a0 := JTF_VARCHAR2_TABLE_100();

903: begin
904: if t is null or t.count = 0 then
905: a0 := JTF_VARCHAR2_TABLE_100();
906: else
907: a0 := JTF_VARCHAR2_TABLE_100();
908: if t.count > 0 then
909: a0.extend(t.count);
910: ddindx := t.first;
911: indx := 1;

Line 924: procedure rosetta_table_copy_in_p42(t out nocopy okl_streams_util.var90tabtyp, a0 JTF_VARCHAR2_TABLE_100) as

920: end if;
921: end if;
922: end rosetta_table_copy_out_p41;
923:
924: procedure rosetta_table_copy_in_p42(t out nocopy okl_streams_util.var90tabtyp, a0 JTF_VARCHAR2_TABLE_100) as
925: ddindx binary_integer; indx binary_integer;
926: begin
927: if a0 is not null and a0.count > 0 then
928: if a0.count > 0 then

Line 942: procedure rosetta_table_copy_out_p42(t okl_streams_util.var90tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_100) as

938: end loop;
939: end if;
940: end if;
941: end rosetta_table_copy_in_p42;
942: procedure rosetta_table_copy_out_p42(t okl_streams_util.var90tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
943: ddindx binary_integer; indx binary_integer;
944: begin
945: if t is null or t.count = 0 then
946: a0 := JTF_VARCHAR2_TABLE_100();

Line 946: a0 := JTF_VARCHAR2_TABLE_100();

942: procedure rosetta_table_copy_out_p42(t okl_streams_util.var90tabtyp, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
943: ddindx binary_integer; indx binary_integer;
944: begin
945: if t is null or t.count = 0 then
946: a0 := JTF_VARCHAR2_TABLE_100();
947: else
948: a0 := JTF_VARCHAR2_TABLE_100();
949: if t.count > 0 then
950: a0.extend(t.count);

Line 948: a0 := JTF_VARCHAR2_TABLE_100();

944: begin
945: if t is null or t.count = 0 then
946: a0 := JTF_VARCHAR2_TABLE_100();
947: else
948: a0 := JTF_VARCHAR2_TABLE_100();
949: if t.count > 0 then
950: a0.extend(t.count);
951: ddindx := t.first;
952: indx := 1;