DBA Data[Home] [Help]

APPS.FUN_SEQ_W dependencies on JTF_VARCHAR2_TABLE_100

Line 3: procedure rosetta_table_copy_in_p1(t out nocopy fun_seq.control_date_tbl_type, a0 JTF_VARCHAR2_TABLE_100

1: package body fun_seq_w as
2: /* $Header: fun_seq_wb.pls 120.0 2003/09/11 21:30:17 masada noship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy fun_seq.control_date_tbl_type, a0 JTF_VARCHAR2_TABLE_100
4: , a1 JTF_DATE_TABLE
5: ) as
6: ddindx binary_integer; indx binary_integer;
7: begin

Line 28: procedure rosetta_table_copy_out_p1(t fun_seq.control_date_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100

24: end loop;
25: end if;
26: end if;
27: end rosetta_table_copy_in_p1;
28: procedure rosetta_table_copy_out_p1(t fun_seq.control_date_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100
29: , a1 out nocopy JTF_DATE_TABLE
30: ) as
31: ddindx binary_integer; indx binary_integer;
32: begin

Line 37: a0 := JTF_VARCHAR2_TABLE_100();

33: if t is null then
34: a0 := null;
35: a1 := null;
36: elsif t.count = 0 then
37: a0 := JTF_VARCHAR2_TABLE_100();
38: a1 := JTF_DATE_TABLE();
39: else
40: a0 := JTF_VARCHAR2_TABLE_100();
41: a1 := JTF_DATE_TABLE();

Line 40: a0 := JTF_VARCHAR2_TABLE_100();

36: elsif t.count = 0 then
37: a0 := JTF_VARCHAR2_TABLE_100();
38: a1 := JTF_DATE_TABLE();
39: else
40: a0 := JTF_VARCHAR2_TABLE_100();
41: a1 := JTF_DATE_TABLE();
42: if t.count > 0 then
43: a0.extend(t.count);
44: a1.extend(t.count);

Line 71: , p6_a0 JTF_VARCHAR2_TABLE_100

67: , p5_a2 VARCHAR2
68: , p5_a3 VARCHAR2
69: , p5_a4 VARCHAR2
70: , p5_a5 VARCHAR2
71: , p6_a0 JTF_VARCHAR2_TABLE_100
72: , p6_a1 JTF_DATE_TABLE
73: , p_suppress_error VARCHAR2
74: , x_seq_version_id out nocopy NUMBER
75: , x_sequence_number out nocopy NUMBER