DBA Data[Home] [Help]

APPS.OKL_PAY_INVOICES_MAN_PVT_W dependencies on OKL_PAY_INVOICES_MAN_PVT

Line 1: package body okl_pay_invoices_man_pvt_w as

1: package body okl_pay_invoices_man_pvt_w as
2: /* $Header: OKLIPIMB.pls 115.2 2003/01/28 23:03:20 pjgomes 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_p7(t out nocopy okl_pay_invoices_man_pvt.man_inv_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_p7(t out nocopy okl_pay_invoices_man_pvt.man_inv_tbl_type, a0 JTF_NUMBER_TABLE
23: , a1 JTF_NUMBER_TABLE
24: , a2 JTF_VARCHAR2_TABLE_100
25: , a3 JTF_NUMBER_TABLE
26: , a4 JTF_VARCHAR2_TABLE_100

Line 67: procedure rosetta_table_copy_out_p7(t okl_pay_invoices_man_pvt.man_inv_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

63: end loop;
64: end if;
65: end if;
66: end rosetta_table_copy_in_p7;
67: procedure rosetta_table_copy_out_p7(t okl_pay_invoices_man_pvt.man_inv_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
68: , a1 out nocopy JTF_NUMBER_TABLE
69: , a2 out nocopy JTF_VARCHAR2_TABLE_100
70: , a3 out nocopy JTF_NUMBER_TABLE
71: , a4 out nocopy JTF_VARCHAR2_TABLE_100

Line 192: ddp_man_inv_rec okl_pay_invoices_man_pvt.man_inv_rec_type;

188: , p5_a13 VARCHAR2 := fnd_api.g_miss_char
189: )
190:
191: as
192: ddp_man_inv_rec okl_pay_invoices_man_pvt.man_inv_rec_type;
193: ddx_man_inv_rec okl_pay_invoices_man_pvt.man_inv_rec_type;
194: ddindx binary_integer; indx binary_integer;
195: begin
196:

Line 193: ddx_man_inv_rec okl_pay_invoices_man_pvt.man_inv_rec_type;

189: )
190:
191: as
192: ddp_man_inv_rec okl_pay_invoices_man_pvt.man_inv_rec_type;
193: ddx_man_inv_rec okl_pay_invoices_man_pvt.man_inv_rec_type;
194: ddindx binary_integer; indx binary_integer;
195: begin
196:
197: -- copy data to the local IN or IN-OUT args, if any

Line 220: okl_pay_invoices_man_pvt.manual_entry(p_api_version,

216: ddp_man_inv_rec.vendor_invoice_number := p5_a13;
217:
218:
219: -- here's the delegated call to the old PL/SQL routine
220: okl_pay_invoices_man_pvt.manual_entry(p_api_version,
221: p_init_msg_list,
222: x_return_status,
223: x_msg_count,
224: x_msg_data,

Line 287: ddp_man_inv_tbl okl_pay_invoices_man_pvt.man_inv_tbl_type;

283: , p6_a13 out nocopy JTF_VARCHAR2_TABLE_300
284: )
285:
286: as
287: ddp_man_inv_tbl okl_pay_invoices_man_pvt.man_inv_tbl_type;
288: ddx_man_inv_tbl okl_pay_invoices_man_pvt.man_inv_tbl_type;
289: ddindx binary_integer; indx binary_integer;
290: begin
291:

Line 288: ddx_man_inv_tbl okl_pay_invoices_man_pvt.man_inv_tbl_type;

284: )
285:
286: as
287: ddp_man_inv_tbl okl_pay_invoices_man_pvt.man_inv_tbl_type;
288: ddx_man_inv_tbl okl_pay_invoices_man_pvt.man_inv_tbl_type;
289: ddindx binary_integer; indx binary_integer;
290: begin
291:
292: -- copy data to the local IN or IN-OUT args, if any

Line 298: okl_pay_invoices_man_pvt_w.rosetta_table_copy_in_p7(ddp_man_inv_tbl, p5_a0

294:
295:
296:
297:
298: okl_pay_invoices_man_pvt_w.rosetta_table_copy_in_p7(ddp_man_inv_tbl, p5_a0
299: , p5_a1
300: , p5_a2
301: , p5_a3
302: , p5_a4

Line 316: okl_pay_invoices_man_pvt.manual_entry(p_api_version,

312: );
313:
314:
315: -- here's the delegated call to the old PL/SQL routine
316: okl_pay_invoices_man_pvt.manual_entry(p_api_version,
317: p_init_msg_list,
318: x_return_status,
319: x_msg_count,
320: x_msg_data,

Line 331: okl_pay_invoices_man_pvt_w.rosetta_table_copy_out_p7(ddx_man_inv_tbl, p6_a0

327:
328:
329:
330:
331: okl_pay_invoices_man_pvt_w.rosetta_table_copy_out_p7(ddx_man_inv_tbl, p6_a0
332: , p6_a1
333: , p6_a2
334: , p6_a3
335: , p6_a4

Line 348: end okl_pay_invoices_man_pvt_w;

344: , p6_a13
345: );
346: end;
347:
348: end okl_pay_invoices_man_pvt_w;