DBA Data[Home] [Help]

APPS.OKL_CASH_RULES_SUMRY_PVT_W dependencies on OKL_CASH_RULES_SUMRY_PVT

Line 1: package body okl_cash_rules_sumry_pvt_w as

1: package body okl_cash_rules_sumry_pvt_w as
2: /* $Header: OKLECSYB.pls 115.0 2002/12/24 01:13:55 bvaghela 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_p13(t out nocopy okl_cash_rules_sumry_pvt.okl_cash_rl_sumry_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_p13(t out nocopy okl_cash_rules_sumry_pvt.okl_cash_rl_sumry_tbl_type, a0 JTF_NUMBER_TABLE
23: ) as
24: ddindx binary_integer; indx binary_integer;
25: begin
26: if a0 is not null and a0.count > 0 then

Line 41: procedure rosetta_table_copy_out_p13(t okl_cash_rules_sumry_pvt.okl_cash_rl_sumry_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

37: end loop;
38: end if;
39: end if;
40: end rosetta_table_copy_in_p13;
41: procedure rosetta_table_copy_out_p13(t okl_cash_rules_sumry_pvt.okl_cash_rl_sumry_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
42: ) as
43: ddindx binary_integer; indx binary_integer;
44: begin
45: if t is null or t.count = 0 then

Line 74: ddp_cash_rl_tbl okl_cash_rules_sumry_pvt.okl_cash_rl_sumry_tbl_type;

70: , p5_a0 JTF_NUMBER_TABLE
71: )
72:
73: as
74: ddp_cash_rl_tbl okl_cash_rules_sumry_pvt.okl_cash_rl_sumry_tbl_type;
75: ddindx binary_integer; indx binary_integer;
76: begin
77:
78: -- copy data to the local IN or IN-OUT args, if any

Line 84: okl_cash_rules_sumry_pvt_w.rosetta_table_copy_in_p13(ddp_cash_rl_tbl, p5_a0

80:
81:
82:
83:
84: okl_cash_rules_sumry_pvt_w.rosetta_table_copy_in_p13(ddp_cash_rl_tbl, p5_a0
85: );
86:
87: -- here's the delegated call to the old PL/SQL routine
88: okl_cash_rules_sumry_pvt.handle_cash_rl_sumry(p_api_version,

Line 88: okl_cash_rules_sumry_pvt.handle_cash_rl_sumry(p_api_version,

84: okl_cash_rules_sumry_pvt_w.rosetta_table_copy_in_p13(ddp_cash_rl_tbl, p5_a0
85: );
86:
87: -- here's the delegated call to the old PL/SQL routine
88: okl_cash_rules_sumry_pvt.handle_cash_rl_sumry(p_api_version,
89: p_init_msg_list,
90: x_return_status,
91: x_msg_count,
92: x_msg_data,

Line 103: end okl_cash_rules_sumry_pvt_w;

99:
100:
101: end;
102:
103: end okl_cash_rules_sumry_pvt_w;