DBA Data[Home] [Help]

APPS.LNS_FIN_UTILS_W dependencies on LNS_FIN_UTILS

Line 1: package body lns_fin_utils_w as

1: package body lns_fin_utils_w as
2: /* $Header: LNS_FIN_UTILSJ_B.pls 120.0 2005/05/31 18:31:01 appldev noship $ */
3: procedure rosetta_table_copy_in_p0(t out nocopy lns_fin_utils.date_tbl, a0 JTF_DATE_TABLE) as
4: ddindx binary_integer; indx binary_integer;
5: begin

Line 2: /* $Header: LNS_FIN_UTILSJ_B.pls 120.0 2005/05/31 18:31:01 appldev noship $ */

1: package body lns_fin_utils_w as
2: /* $Header: LNS_FIN_UTILSJ_B.pls 120.0 2005/05/31 18:31:01 appldev noship $ */
3: procedure rosetta_table_copy_in_p0(t out nocopy lns_fin_utils.date_tbl, a0 JTF_DATE_TABLE) as
4: ddindx binary_integer; indx binary_integer;
5: begin
6: if a0 is not null and a0.count > 0 then

Line 3: procedure rosetta_table_copy_in_p0(t out nocopy lns_fin_utils.date_tbl, a0 JTF_DATE_TABLE) as

1: package body lns_fin_utils_w as
2: /* $Header: LNS_FIN_UTILSJ_B.pls 120.0 2005/05/31 18:31:01 appldev noship $ */
3: procedure rosetta_table_copy_in_p0(t out nocopy lns_fin_utils.date_tbl, a0 JTF_DATE_TABLE) as
4: ddindx binary_integer; indx binary_integer;
5: begin
6: if a0 is not null and a0.count > 0 then
7: if a0.count > 0 then

Line 21: procedure rosetta_table_copy_out_p0(t lns_fin_utils.date_tbl, a0 out nocopy JTF_DATE_TABLE) as

17: end loop;
18: end if;
19: end if;
20: end rosetta_table_copy_in_p0;
21: procedure rosetta_table_copy_out_p0(t lns_fin_utils.date_tbl, a0 out nocopy JTF_DATE_TABLE) as
22: ddindx binary_integer; indx binary_integer;
23: begin
24: if t is null or t.count = 0 then
25: a0 := JTF_DATE_TABLE();

Line 44: procedure rosetta_table_copy_in_p2(t out nocopy lns_fin_utils.payment_schedule_tbl, a0 JTF_DATE_TABLE

40: end if;
41: end if;
42: end rosetta_table_copy_out_p0;
43:
44: procedure rosetta_table_copy_in_p2(t out nocopy lns_fin_utils.payment_schedule_tbl, a0 JTF_DATE_TABLE
45: , a1 JTF_DATE_TABLE
46: , a2 JTF_DATE_TABLE
47: ) as
48: ddindx binary_integer; indx binary_integer;

Line 67: procedure rosetta_table_copy_out_p2(t lns_fin_utils.payment_schedule_tbl, a0 out nocopy JTF_DATE_TABLE

63: end loop;
64: end if;
65: end if;
66: end rosetta_table_copy_in_p2;
67: procedure rosetta_table_copy_out_p2(t lns_fin_utils.payment_schedule_tbl, a0 out nocopy JTF_DATE_TABLE
68: , a1 out nocopy JTF_DATE_TABLE
69: , a2 out nocopy JTF_DATE_TABLE
70: ) as
71: ddindx binary_integer; indx binary_integer;

Line 113: ddrosetta_retval := lns_fin_utils.isleapyear(p_year);

109:
110: -- copy data to the local IN or IN-OUT args, if any
111:
112: -- here's the delegated call to the old PL/SQL routine
113: ddrosetta_retval := lns_fin_utils.isleapyear(p_year);
114:
115: -- copy data back from the local variables to OUT or IN-OUT args, if any
116: if ddrosetta_retval is null
117: then ddrosetta_retval_bool := null;

Line 124: end lns_fin_utils_w;

120: else ddrosetta_retval_bool := 0;
121: end if;
122: end;
123:
124: end lns_fin_utils_w;