DBA Data[Home] [Help]

APPS.OKL_ACCOUNTING_UTIL_W dependencies on OKL_ACCOUNTING_UTIL_W

Line 1: package body okl_accounting_util_w as

1: package body okl_accounting_util_w as
2: /* $Header: OKLEAUTB.pls 120.4 2007/01/31 07:20:51 nikshah ship $ */
3: rosetta_g_mistake_date date := to_date('01/01/+4713', 'MM/DD/SYYYY');
4: rosetta_g_miss_date date := to_date('01/01/-4712', 'MM/DD/SYYYY');
5: rosetta_g_mistake_date_high date := to_date('01/01/+4710', 'MM/DD/SYYYY');

Line 268: okl_accounting_util_w.rosetta_table_copy_out_p1(ddp_seg_array_type, p_seg_array_type);

264:
265: -- copy data back from the local variables to OUT or IN-OUT args, if any
266:
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: )

Line 285: okl_accounting_util_w.rosetta_table_copy_out_p3(ddp_all_message, p_all_message);

281: -- here's the delegated call to the old PL/SQL routine
282: okl_accounting_util.get_error_message(ddp_all_message);
283:
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: )

Line 302: okl_accounting_util_w.rosetta_table_copy_out_p3(ddp_all_message, p_all_message);

298: -- here's the delegated call to the old PL/SQL routine
299: okl_accounting_util.get_error_msg(ddp_all_message);
300:
301: -- copy data back from the local variables to OUT or IN-OUT args, if any
302: okl_accounting_util_w.rosetta_table_copy_out_p3(ddp_all_message, p_all_message);
303: end;
304:
305: function get_curr_con_rate(p_from_curr_code VARCHAR2
306: , p_to_curr_code VARCHAR2

Line 406: okl_accounting_util_w.rosetta_table_copy_out_p0(ddp_segment_array.seg_num, p0_a0);

402: -- here's the delegated call to the old PL/SQL routine
403: okl_accounting_util.get_accounting_segment(ddp_segment_array);
404:
405: -- copy data back from the local variables to OUT or IN-OUT args, if any
406: okl_accounting_util_w.rosetta_table_copy_out_p0(ddp_segment_array.seg_num, p0_a0);
407: okl_accounting_util_w.rosetta_table_copy_out_p1(ddp_segment_array.seg_name, p0_a1);
408: okl_accounting_util_w.rosetta_table_copy_out_p2(ddp_segment_array.seg_desc, p0_a2);
409: end;
410:

Line 407: okl_accounting_util_w.rosetta_table_copy_out_p1(ddp_segment_array.seg_name, p0_a1);

403: okl_accounting_util.get_accounting_segment(ddp_segment_array);
404:
405: -- copy data back from the local variables to OUT or IN-OUT args, if any
406: okl_accounting_util_w.rosetta_table_copy_out_p0(ddp_segment_array.seg_num, p0_a0);
407: okl_accounting_util_w.rosetta_table_copy_out_p1(ddp_segment_array.seg_name, p0_a1);
408: okl_accounting_util_w.rosetta_table_copy_out_p2(ddp_segment_array.seg_desc, p0_a2);
409: end;
410:
411: procedure get_period_info(p_date date

Line 408: okl_accounting_util_w.rosetta_table_copy_out_p2(ddp_segment_array.seg_desc, p0_a2);

404:
405: -- copy data back from the local variables to OUT or IN-OUT args, if any
406: okl_accounting_util_w.rosetta_table_copy_out_p0(ddp_segment_array.seg_num, p0_a0);
407: okl_accounting_util_w.rosetta_table_copy_out_p1(ddp_segment_array.seg_name, p0_a1);
408: okl_accounting_util_w.rosetta_table_copy_out_p2(ddp_segment_array.seg_desc, p0_a2);
409: end;
410:
411: procedure get_period_info(p_date date
412: , p_period_name out nocopy VARCHAR2

Line 467: okl_accounting_util_w.rosetta_table_copy_in_p26(ddp_attrib_tbl, p1_a0

463: begin
464:
465: -- copy data to the local IN or IN-OUT args, if any
466:
467: okl_accounting_util_w.rosetta_table_copy_in_p26(ddp_attrib_tbl, p1_a0
468: , p1_a1
469: , p1_a2
470: );
471:

Line 527: okl_accounting_util_w.rosetta_table_copy_in_p26(ddp_attrib_tbl, p0_a0

523: ddindx binary_integer; indx binary_integer;
524: begin
525:
526: -- copy data to the local IN or IN-OUT args, if any
527: okl_accounting_util_w.rosetta_table_copy_in_p26(ddp_attrib_tbl, p0_a0
528: , p0_a1
529: , p0_a2
530: );
531:

Line 785: end okl_accounting_util_w;

781:
782: return ddrosetta_retval;
783: end;
784:
785: end okl_accounting_util_w;