DBA Data[Home] [Help]

APPS.OKL_RECEIPTS_PVT_W dependencies on OKL_RECEIPTS_PVT

Line 1: package body okl_receipts_pvt_w as

1: package body okl_receipts_pvt_w as
2: /* $Header: OKLERCTB.pls 120.8 2008/05/14 11:22:38 sosharma noship $ */
3: procedure rosetta_table_copy_in_p14(t out nocopy okl_receipts_pvt.appl_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_NUMBER_TABLE

Line 3: procedure rosetta_table_copy_in_p14(t out nocopy okl_receipts_pvt.appl_tbl_type, a0 JTF_NUMBER_TABLE

1: package body okl_receipts_pvt_w as
2: /* $Header: OKLERCTB.pls 120.8 2008/05/14 11:22:38 sosharma noship $ */
3: procedure rosetta_table_copy_in_p14(t out nocopy okl_receipts_pvt.appl_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_NUMBER_TABLE
6: , a3 JTF_NUMBER_TABLE
7: , a4 JTF_NUMBER_TABLE

Line 44: procedure rosetta_table_copy_out_p14(t okl_receipts_pvt.appl_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

40: end loop;
41: end if;
42: end if;
43: end rosetta_table_copy_in_p14;
44: procedure rosetta_table_copy_out_p14(t okl_receipts_pvt.appl_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
45: , a1 out nocopy JTF_NUMBER_TABLE
46: , a2 out nocopy JTF_NUMBER_TABLE
47: , a3 out nocopy JTF_NUMBER_TABLE
48: , a4 out nocopy JTF_NUMBER_TABLE

Line 181: ddp_rcpt_rec okl_receipts_pvt.rcpt_rec_type;

177: , x_cash_receipt_id out nocopy NUMBER
178: )
179:
180: as
181: ddp_rcpt_rec okl_receipts_pvt.rcpt_rec_type;
182: ddp_appl_tbl okl_receipts_pvt.appl_tbl_type;
183: ddindx binary_integer; indx binary_integer;
184: begin
185:

Line 182: ddp_appl_tbl okl_receipts_pvt.appl_tbl_type;

178: )
179:
180: as
181: ddp_rcpt_rec okl_receipts_pvt.rcpt_rec_type;
182: ddp_appl_tbl okl_receipts_pvt.appl_tbl_type;
183: ddindx binary_integer; indx binary_integer;
184: begin
185:
186: -- copy data to the local IN or IN-OUT args, if any

Line 230: okl_receipts_pvt_w.rosetta_table_copy_in_p14(ddp_appl_tbl, p6_a0

226: ddp_rcpt_rec.create_mode := p5_a34;
227: ddp_rcpt_rec.p_original_onacc_amount := p5_a35;
228: ddp_rcpt_rec.p_apply_onacc_amount := p5_a36;
229:
230: okl_receipts_pvt_w.rosetta_table_copy_in_p14(ddp_appl_tbl, p6_a0
231: , p6_a1
232: , p6_a2
233: , p6_a3
234: , p6_a4

Line 246: okl_receipts_pvt.handle_receipt(p_api_version,

242: );
243:
244:
245: -- here's the delegated call to the old PL/SQL routine
246: okl_receipts_pvt.handle_receipt(p_api_version,
247: p_init_msg_list,
248: x_return_status,
249: x_msg_count,
250: x_msg_data,

Line 265: end okl_receipts_pvt_w;

261:
262:
263: end;
264:
265: end okl_receipts_pvt_w;