DBA Data[Home] [Help]

APPS.OKL_ACCOUNTING_UTIL_W dependencies on JTF_VARCHAR2_TABLE_200

Line 148: procedure rosetta_table_copy_in_p3(t out nocopy okl_accounting_util.error_message_type, a0 JTF_VARCHAR2_TABLE_2000) as

144: end if;
145: end if;
146: end rosetta_table_copy_out_p2;
147:
148: procedure rosetta_table_copy_in_p3(t out nocopy okl_accounting_util.error_message_type, a0 JTF_VARCHAR2_TABLE_2000) as
149: ddindx binary_integer; indx binary_integer;
150: begin
151: if a0 is not null and a0.count > 0 then
152: if a0.count > 0 then

Line 166: procedure rosetta_table_copy_out_p3(t okl_accounting_util.error_message_type, a0 out nocopy JTF_VARCHAR2_TABLE_2000) as

162: end loop;
163: end if;
164: end if;
165: end rosetta_table_copy_in_p3;
166: procedure rosetta_table_copy_out_p3(t okl_accounting_util.error_message_type, a0 out nocopy JTF_VARCHAR2_TABLE_2000) as
167: ddindx binary_integer; indx binary_integer;
168: begin
169: if t is null or t.count = 0 then
170: a0 := JTF_VARCHAR2_TABLE_2000();

Line 170: a0 := JTF_VARCHAR2_TABLE_2000();

166: procedure rosetta_table_copy_out_p3(t okl_accounting_util.error_message_type, a0 out nocopy JTF_VARCHAR2_TABLE_2000) as
167: ddindx binary_integer; indx binary_integer;
168: begin
169: if t is null or t.count = 0 then
170: a0 := JTF_VARCHAR2_TABLE_2000();
171: else
172: a0 := JTF_VARCHAR2_TABLE_2000();
173: if t.count > 0 then
174: a0.extend(t.count);

Line 172: a0 := JTF_VARCHAR2_TABLE_2000();

168: begin
169: if t is null or t.count = 0 then
170: a0 := JTF_VARCHAR2_TABLE_2000();
171: else
172: a0 := JTF_VARCHAR2_TABLE_2000();
173: if t.count > 0 then
174: a0.extend(t.count);
175: ddindx := t.first;
176: indx := 1;

Line 191: , a2 JTF_VARCHAR2_TABLE_200

187: end rosetta_table_copy_out_p3;
188:
189: procedure rosetta_table_copy_in_p26(t out nocopy okl_accounting_util.overlap_attrib_tbl_type, a0 JTF_VARCHAR2_TABLE_100
190: , a1 JTF_VARCHAR2_TABLE_100
191: , a2 JTF_VARCHAR2_TABLE_200
192: ) as
193: ddindx binary_integer; indx binary_integer;
194: begin
195: if a0 is not null and a0.count > 0 then

Line 214: , a2 out nocopy JTF_VARCHAR2_TABLE_200

210: end if;
211: end rosetta_table_copy_in_p26;
212: procedure rosetta_table_copy_out_p26(t okl_accounting_util.overlap_attrib_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100
213: , a1 out nocopy JTF_VARCHAR2_TABLE_100
214: , a2 out nocopy JTF_VARCHAR2_TABLE_200
215: ) as
216: ddindx binary_integer; indx binary_integer;
217: begin
218: if t is null or t.count = 0 then

Line 221: a2 := JTF_VARCHAR2_TABLE_200();

217: begin
218: if t is null or t.count = 0 then
219: a0 := JTF_VARCHAR2_TABLE_100();
220: a1 := JTF_VARCHAR2_TABLE_100();
221: a2 := JTF_VARCHAR2_TABLE_200();
222: else
223: a0 := JTF_VARCHAR2_TABLE_100();
224: a1 := JTF_VARCHAR2_TABLE_100();
225: a2 := JTF_VARCHAR2_TABLE_200();

Line 225: a2 := JTF_VARCHAR2_TABLE_200();

221: a2 := JTF_VARCHAR2_TABLE_200();
222: else
223: a0 := JTF_VARCHAR2_TABLE_100();
224: a1 := JTF_VARCHAR2_TABLE_100();
225: a2 := JTF_VARCHAR2_TABLE_200();
226: if t.count > 0 then
227: a0.extend(t.count);
228: a1.extend(t.count);
229: a2.extend(t.count);

Line 271: procedure get_error_message(p_all_message out nocopy JTF_VARCHAR2_TABLE_2000

267:
268: okl_accounting_util_w.rosetta_table_copy_out_p1(ddp_seg_array_type, p_seg_array_type);
269: end;
270:
271: procedure get_error_message(p_all_message out nocopy JTF_VARCHAR2_TABLE_2000
272: )
273:
274: as
275: ddp_all_message okl_accounting_util.error_message_type;

Line 288: procedure get_error_msg(p_all_message out nocopy JTF_VARCHAR2_TABLE_2000

284: -- copy data back from the local variables to OUT or IN-OUT args, if any
285: okl_accounting_util_w.rosetta_table_copy_out_p3(ddp_all_message, p_all_message);
286: end;
287:
288: procedure get_error_msg(p_all_message out nocopy JTF_VARCHAR2_TABLE_2000
289: )
290:
291: as
292: ddp_all_message okl_accounting_util.error_message_type;

Line 447: , p1_a2 JTF_VARCHAR2_TABLE_200

443:
444: procedure check_overlaps(p_id NUMBER
445: , p1_a0 JTF_VARCHAR2_TABLE_100
446: , p1_a1 JTF_VARCHAR2_TABLE_100
447: , p1_a2 JTF_VARCHAR2_TABLE_200
448: , p_start_date_attribute_name VARCHAR2
449: , p_start_date date
450: , p_end_date_attribute_name VARCHAR2
451: , p_end_date date

Line 511: , p0_a2 JTF_VARCHAR2_TABLE_200

507: end;
508:
509: procedure get_version(p0_a0 JTF_VARCHAR2_TABLE_100
510: , p0_a1 JTF_VARCHAR2_TABLE_100
511: , p0_a2 JTF_VARCHAR2_TABLE_200
512: , p_cur_version VARCHAR2
513: , p_end_date_attribute_name VARCHAR2
514: , p_end_date date
515: , p_view VARCHAR2