DBA Data[Home] [Help]

APPS.LNS_FIN_UTILS_W dependencies on JTF_DATE_TABLE

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.3.12020000.2 2012/07/19 20:57:18 scherkas ship $ */
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 25: a0 := JTF_DATE_TABLE();

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();
26: else
27: a0 := JTF_DATE_TABLE();
28: if t.count > 0 then
29: a0.extend(t.count);

Line 27: a0 := JTF_DATE_TABLE();

23: begin
24: if t is null or t.count = 0 then
25: a0 := JTF_DATE_TABLE();
26: else
27: a0 := JTF_DATE_TABLE();
28: if t.count > 0 then
29: a0.extend(t.count);
30: ddindx := t.first;
31: indx := 1;

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: , a3 JTF_VARCHAR2_TABLE_100
48: ) as

Line 45: , a1 JTF_DATE_TABLE

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: , a3 JTF_VARCHAR2_TABLE_100
48: ) as
49: ddindx binary_integer; indx binary_integer;

Line 46: , a2 JTF_DATE_TABLE

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: , a3 JTF_VARCHAR2_TABLE_100
48: ) as
49: ddindx binary_integer; indx binary_integer;
50: begin

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

65: end loop;
66: end if;
67: end if;
68: end rosetta_table_copy_in_p2;
69: procedure rosetta_table_copy_out_p2(t lns_fin_utils.payment_schedule_tbl, a0 out nocopy JTF_DATE_TABLE
70: , a1 out nocopy JTF_DATE_TABLE
71: , a2 out nocopy JTF_DATE_TABLE
72: , a3 out nocopy JTF_VARCHAR2_TABLE_100
73: ) as

Line 70: , a1 out nocopy JTF_DATE_TABLE

66: end if;
67: end if;
68: end rosetta_table_copy_in_p2;
69: procedure rosetta_table_copy_out_p2(t lns_fin_utils.payment_schedule_tbl, a0 out nocopy JTF_DATE_TABLE
70: , a1 out nocopy JTF_DATE_TABLE
71: , a2 out nocopy JTF_DATE_TABLE
72: , a3 out nocopy JTF_VARCHAR2_TABLE_100
73: ) as
74: ddindx binary_integer; indx binary_integer;

Line 71: , a2 out nocopy JTF_DATE_TABLE

67: end if;
68: end rosetta_table_copy_in_p2;
69: procedure rosetta_table_copy_out_p2(t lns_fin_utils.payment_schedule_tbl, a0 out nocopy JTF_DATE_TABLE
70: , a1 out nocopy JTF_DATE_TABLE
71: , a2 out nocopy JTF_DATE_TABLE
72: , a3 out nocopy JTF_VARCHAR2_TABLE_100
73: ) as
74: ddindx binary_integer; indx binary_integer;
75: begin

Line 77: a0 := JTF_DATE_TABLE();

73: ) as
74: ddindx binary_integer; indx binary_integer;
75: begin
76: if t is null or t.count = 0 then
77: a0 := JTF_DATE_TABLE();
78: a1 := JTF_DATE_TABLE();
79: a2 := JTF_DATE_TABLE();
80: a3 := JTF_VARCHAR2_TABLE_100();
81: else

Line 78: a1 := JTF_DATE_TABLE();

74: ddindx binary_integer; indx binary_integer;
75: begin
76: if t is null or t.count = 0 then
77: a0 := JTF_DATE_TABLE();
78: a1 := JTF_DATE_TABLE();
79: a2 := JTF_DATE_TABLE();
80: a3 := JTF_VARCHAR2_TABLE_100();
81: else
82: a0 := JTF_DATE_TABLE();

Line 79: a2 := JTF_DATE_TABLE();

75: begin
76: if t is null or t.count = 0 then
77: a0 := JTF_DATE_TABLE();
78: a1 := JTF_DATE_TABLE();
79: a2 := JTF_DATE_TABLE();
80: a3 := JTF_VARCHAR2_TABLE_100();
81: else
82: a0 := JTF_DATE_TABLE();
83: a1 := JTF_DATE_TABLE();

Line 82: a0 := JTF_DATE_TABLE();

78: a1 := JTF_DATE_TABLE();
79: a2 := JTF_DATE_TABLE();
80: a3 := JTF_VARCHAR2_TABLE_100();
81: else
82: a0 := JTF_DATE_TABLE();
83: a1 := JTF_DATE_TABLE();
84: a2 := JTF_DATE_TABLE();
85: a3 := JTF_VARCHAR2_TABLE_100();
86: if t.count > 0 then

Line 83: a1 := JTF_DATE_TABLE();

79: a2 := JTF_DATE_TABLE();
80: a3 := JTF_VARCHAR2_TABLE_100();
81: else
82: a0 := JTF_DATE_TABLE();
83: a1 := JTF_DATE_TABLE();
84: a2 := JTF_DATE_TABLE();
85: a3 := JTF_VARCHAR2_TABLE_100();
86: if t.count > 0 then
87: a0.extend(t.count);

Line 84: a2 := JTF_DATE_TABLE();

80: a3 := JTF_VARCHAR2_TABLE_100();
81: else
82: a0 := JTF_DATE_TABLE();
83: a1 := JTF_DATE_TABLE();
84: a2 := JTF_DATE_TABLE();
85: a3 := JTF_VARCHAR2_TABLE_100();
86: if t.count > 0 then
87: a0.extend(t.count);
88: a1.extend(t.count);