DBA Data[Home] [Help]

APPS.OKL_ACCT_GEN_RULE_PVT_W dependencies on OKL_ACCT_GEN_RULE_PVT

Line 1: package body okl_acct_gen_rule_pvt_w as

1: package body okl_acct_gen_rule_pvt_w as
2: /* $Header: OKLEACGB.pls 120.1 2005/07/07 13:36:03 dkagrawa noship $ */
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:

Line 22: procedure rosetta_table_copy_in_p4(t out nocopy okl_acct_gen_rule_pvt.acct_tbl_type, a0 JTF_NUMBER_TABLE

18: if n=b then return a; end if;
19: return n;
20: end;
21:
22: procedure rosetta_table_copy_in_p4(t out nocopy okl_acct_gen_rule_pvt.acct_tbl_type, a0 JTF_NUMBER_TABLE
23: , a1 JTF_VARCHAR2_TABLE_100
24: , a2 JTF_VARCHAR2_TABLE_4000
25: , a3 JTF_NUMBER_TABLE
26: , a4 JTF_NUMBER_TABLE

Line 99: procedure rosetta_table_copy_out_p4(t okl_acct_gen_rule_pvt.acct_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

95: end loop;
96: end if;
97: end if;
98: end rosetta_table_copy_in_p4;
99: procedure rosetta_table_copy_out_p4(t okl_acct_gen_rule_pvt.acct_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
100: , a1 out nocopy JTF_VARCHAR2_TABLE_100
101: , a2 out nocopy JTF_VARCHAR2_TABLE_4000
102: , a3 out nocopy JTF_NUMBER_TABLE
103: , a4 out nocopy JTF_NUMBER_TABLE

Line 307: ddx_acc_lines okl_acct_gen_rule_pvt.acct_tbl_type;

303: , p6_a29 out nocopy JTF_NUMBER_TABLE
304: )
305:
306: as
307: ddx_acc_lines okl_acct_gen_rule_pvt.acct_tbl_type;
308: ddindx binary_integer; indx binary_integer;
309: begin
310:
311: -- copy data to the local IN or IN-OUT args, if any

Line 320: okl_acct_gen_rule_pvt.get_rule_lines(p_api_version,

316:
317:
318:
319: -- here's the delegated call to the old PL/SQL routine
320: okl_acct_gen_rule_pvt.get_rule_lines(p_api_version,
321: p_init_msg_list,
322: x_return_status,
323: x_msg_count,
324: x_msg_data,

Line 335: okl_acct_gen_rule_pvt_w.rosetta_table_copy_out_p4(ddx_acc_lines, p6_a0

331:
332:
333:
334:
335: okl_acct_gen_rule_pvt_w.rosetta_table_copy_out_p4(ddx_acc_lines, p6_a0
336: , p6_a1
337: , p6_a2
338: , p6_a3
339: , p6_a4

Line 436: ddp_acc_lines okl_acct_gen_rule_pvt.acct_tbl_type;

432: , p6_a29 out nocopy JTF_NUMBER_TABLE
433: )
434:
435: as
436: ddp_acc_lines okl_acct_gen_rule_pvt.acct_tbl_type;
437: ddx_acc_lines okl_acct_gen_rule_pvt.acct_tbl_type;
438: ddindx binary_integer; indx binary_integer;
439: begin
440:

Line 437: ddx_acc_lines okl_acct_gen_rule_pvt.acct_tbl_type;

433: )
434:
435: as
436: ddp_acc_lines okl_acct_gen_rule_pvt.acct_tbl_type;
437: ddx_acc_lines okl_acct_gen_rule_pvt.acct_tbl_type;
438: ddindx binary_integer; indx binary_integer;
439: begin
440:
441: -- copy data to the local IN or IN-OUT args, if any

Line 447: okl_acct_gen_rule_pvt_w.rosetta_table_copy_in_p4(ddp_acc_lines, p5_a0

443:
444:
445:
446:
447: okl_acct_gen_rule_pvt_w.rosetta_table_copy_in_p4(ddp_acc_lines, p5_a0
448: , p5_a1
449: , p5_a2
450: , p5_a3
451: , p5_a4

Line 481: okl_acct_gen_rule_pvt.updt_rule_lines(p_api_version,

477: );
478:
479:
480: -- here's the delegated call to the old PL/SQL routine
481: okl_acct_gen_rule_pvt.updt_rule_lines(p_api_version,
482: p_init_msg_list,
483: x_return_status,
484: x_msg_count,
485: x_msg_data,

Line 496: okl_acct_gen_rule_pvt_w.rosetta_table_copy_out_p4(ddx_acc_lines, p6_a0

492:
493:
494:
495:
496: okl_acct_gen_rule_pvt_w.rosetta_table_copy_out_p4(ddx_acc_lines, p6_a0
497: , p6_a1
498: , p6_a2
499: , p6_a3
500: , p6_a4

Line 529: end okl_acct_gen_rule_pvt_w;

525: , p6_a29
526: );
527: end;
528:
529: end okl_acct_gen_rule_pvt_w;