DBA Data[Home] [Help]

APPS.OKL_LEASE_QUOTE_CASHFLOW_PVT_W dependencies on OKL_LEASE_QUOTE_CASHFLOW_PVT

Line 1: package body okl_lease_quote_cashflow_pvt_w as

1: package body okl_lease_quote_cashflow_pvt_w as
2: /* $Header: OKLEQUCB.pls 120.5 2006/02/10 07:41:27 asawanka noship $ */
3: procedure rosetta_table_copy_in_p21(t out nocopy okl_lease_quote_cashflow_pvt.cashflow_level_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_DATE_TABLE
5: , a2 JTF_NUMBER_TABLE

Line 3: procedure rosetta_table_copy_in_p21(t out nocopy okl_lease_quote_cashflow_pvt.cashflow_level_tbl_type, a0 JTF_NUMBER_TABLE

1: package body okl_lease_quote_cashflow_pvt_w as
2: /* $Header: OKLEQUCB.pls 120.5 2006/02/10 07:41:27 asawanka noship $ */
3: procedure rosetta_table_copy_in_p21(t out nocopy okl_lease_quote_cashflow_pvt.cashflow_level_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_DATE_TABLE
5: , a2 JTF_NUMBER_TABLE
6: , a3 JTF_NUMBER_TABLE
7: , a4 JTF_NUMBER_TABLE

Line 40: procedure rosetta_table_copy_out_p21(t okl_lease_quote_cashflow_pvt.cashflow_level_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

36: end loop;
37: end if;
38: end if;
39: end rosetta_table_copy_in_p21;
40: procedure rosetta_table_copy_out_p21(t okl_lease_quote_cashflow_pvt.cashflow_level_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
41: , a1 out nocopy JTF_DATE_TABLE
42: , a2 out nocopy JTF_NUMBER_TABLE
43: , a3 out nocopy JTF_NUMBER_TABLE
44: , a4 out nocopy JTF_NUMBER_TABLE

Line 142: ddp_cashflow_header_rec okl_lease_quote_cashflow_pvt.cashflow_header_rec_type;

138: , x_msg_data out nocopy VARCHAR2
139: )
140:
141: as
142: ddp_cashflow_header_rec okl_lease_quote_cashflow_pvt.cashflow_header_rec_type;
143: ddp_cashflow_level_tbl okl_lease_quote_cashflow_pvt.cashflow_level_tbl_type;
144: ddindx binary_integer; indx binary_integer;
145: begin
146:

Line 143: ddp_cashflow_level_tbl okl_lease_quote_cashflow_pvt.cashflow_level_tbl_type;

139: )
140:
141: as
142: ddp_cashflow_header_rec okl_lease_quote_cashflow_pvt.cashflow_header_rec_type;
143: ddp_cashflow_level_tbl okl_lease_quote_cashflow_pvt.cashflow_level_tbl_type;
144: ddindx binary_integer; indx binary_integer;
145: begin
146:
147: -- copy data to the local IN or IN-OUT args, if any

Line 166: okl_lease_quote_cashflow_pvt_w.rosetta_table_copy_in_p21(ddp_cashflow_level_tbl, p4_a0

162: ddp_cashflow_header_rec.cashflow_header_id := p3_a11;
163: ddp_cashflow_header_rec.cashflow_object_id := p3_a12;
164: ddp_cashflow_header_rec.cashflow_header_ovn := p3_a13;
165:
166: okl_lease_quote_cashflow_pvt_w.rosetta_table_copy_in_p21(ddp_cashflow_level_tbl, p4_a0
167: , p4_a1
168: , p4_a2
169: , p4_a3
170: , p4_a4

Line 182: okl_lease_quote_cashflow_pvt.create_cashflow(p_api_version,

178:
179:
180:
181: -- here's the delegated call to the old PL/SQL routine
182: okl_lease_quote_cashflow_pvt.create_cashflow(p_api_version,
183: p_init_msg_list,
184: p_transaction_control,
185: ddp_cashflow_header_rec,
186: ddp_cashflow_level_tbl,

Line 210: okl_lease_quote_cashflow_pvt_w.rosetta_table_copy_out_p21(ddp_cashflow_level_tbl, p4_a0

206: p3_a11 := ddp_cashflow_header_rec.cashflow_header_id;
207: p3_a12 := ddp_cashflow_header_rec.cashflow_object_id;
208: p3_a13 := ddp_cashflow_header_rec.cashflow_header_ovn;
209:
210: okl_lease_quote_cashflow_pvt_w.rosetta_table_copy_out_p21(ddp_cashflow_level_tbl, p4_a0
211: , p4_a1
212: , p4_a2
213: , p4_a3
214: , p4_a4

Line 259: ddp_cashflow_header_rec okl_lease_quote_cashflow_pvt.cashflow_header_rec_type;

255: , x_msg_data out nocopy VARCHAR2
256: )
257:
258: as
259: ddp_cashflow_header_rec okl_lease_quote_cashflow_pvt.cashflow_header_rec_type;
260: ddp_cashflow_level_tbl okl_lease_quote_cashflow_pvt.cashflow_level_tbl_type;
261: ddindx binary_integer; indx binary_integer;
262: begin
263:

Line 260: ddp_cashflow_level_tbl okl_lease_quote_cashflow_pvt.cashflow_level_tbl_type;

256: )
257:
258: as
259: ddp_cashflow_header_rec okl_lease_quote_cashflow_pvt.cashflow_header_rec_type;
260: ddp_cashflow_level_tbl okl_lease_quote_cashflow_pvt.cashflow_level_tbl_type;
261: ddindx binary_integer; indx binary_integer;
262: begin
263:
264: -- copy data to the local IN or IN-OUT args, if any

Line 283: okl_lease_quote_cashflow_pvt_w.rosetta_table_copy_in_p21(ddp_cashflow_level_tbl, p4_a0

279: ddp_cashflow_header_rec.cashflow_header_id := p3_a11;
280: ddp_cashflow_header_rec.cashflow_object_id := p3_a12;
281: ddp_cashflow_header_rec.cashflow_header_ovn := p3_a13;
282:
283: okl_lease_quote_cashflow_pvt_w.rosetta_table_copy_in_p21(ddp_cashflow_level_tbl, p4_a0
284: , p4_a1
285: , p4_a2
286: , p4_a3
287: , p4_a4

Line 299: okl_lease_quote_cashflow_pvt.update_cashflow(p_api_version,

295:
296:
297:
298: -- here's the delegated call to the old PL/SQL routine
299: okl_lease_quote_cashflow_pvt.update_cashflow(p_api_version,
300: p_init_msg_list,
301: p_transaction_control,
302: ddp_cashflow_header_rec,
303: ddp_cashflow_level_tbl,

Line 327: okl_lease_quote_cashflow_pvt_w.rosetta_table_copy_out_p21(ddp_cashflow_level_tbl, p4_a0

323: p3_a11 := ddp_cashflow_header_rec.cashflow_header_id;
324: p3_a12 := ddp_cashflow_header_rec.cashflow_object_id;
325: p3_a13 := ddp_cashflow_header_rec.cashflow_header_ovn;
326:
327: okl_lease_quote_cashflow_pvt_w.rosetta_table_copy_out_p21(ddp_cashflow_level_tbl, p4_a0
328: , p4_a1
329: , p4_a2
330: , p4_a3
331: , p4_a4

Line 343: end okl_lease_quote_cashflow_pvt_w;

339:
340:
341: end;
342:
343: end okl_lease_quote_cashflow_pvt_w;