DBA Data[Home] [Help]

APPS.OKL_PAY_INVOICES_MAN_PUB_W dependencies on OKL_PAY_INVOICES_MAN_PUB

Line 1: package body okl_pay_invoices_man_pub_w as

1: package body okl_pay_invoices_man_pub_w as
2: /* $Header: OKLUPIMB.pls 115.2 2003/01/28 23:03:35 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 58: ddp_man_inv_rec okl_pay_invoices_man_pub.man_inv_rec_type;

54: , p5_a13 VARCHAR2 := fnd_api.g_miss_char
55: )
56:
57: as
58: ddp_man_inv_rec okl_pay_invoices_man_pub.man_inv_rec_type;
59: ddx_man_inv_rec okl_pay_invoices_man_pub.man_inv_rec_type;
60: ddindx binary_integer; indx binary_integer;
61: begin
62:

Line 59: ddx_man_inv_rec okl_pay_invoices_man_pub.man_inv_rec_type;

55: )
56:
57: as
58: ddp_man_inv_rec okl_pay_invoices_man_pub.man_inv_rec_type;
59: ddx_man_inv_rec okl_pay_invoices_man_pub.man_inv_rec_type;
60: ddindx binary_integer; indx binary_integer;
61: begin
62:
63: -- copy data to the local IN or IN-OUT args, if any

Line 86: okl_pay_invoices_man_pub.manual_entry(p_api_version,

82: ddp_man_inv_rec.vendor_invoice_number := p5_a13;
83:
84:
85: -- here's the delegated call to the old PL/SQL routine
86: okl_pay_invoices_man_pub.manual_entry(p_api_version,
87: p_init_msg_list,
88: x_return_status,
89: x_msg_count,
90: x_msg_data,

Line 153: ddp_man_inv_tbl okl_pay_invoices_man_pub.man_inv_tbl_type;

149: , p6_a13 out nocopy JTF_VARCHAR2_TABLE_300
150: )
151:
152: as
153: ddp_man_inv_tbl okl_pay_invoices_man_pub.man_inv_tbl_type;
154: ddx_man_inv_tbl okl_pay_invoices_man_pub.man_inv_tbl_type;
155: ddindx binary_integer; indx binary_integer;
156: begin
157:

Line 154: ddx_man_inv_tbl okl_pay_invoices_man_pub.man_inv_tbl_type;

150: )
151:
152: as
153: ddp_man_inv_tbl okl_pay_invoices_man_pub.man_inv_tbl_type;
154: ddx_man_inv_tbl okl_pay_invoices_man_pub.man_inv_tbl_type;
155: ddindx binary_integer; indx binary_integer;
156: begin
157:
158: -- copy data to the local IN or IN-OUT args, if any

Line 182: okl_pay_invoices_man_pub.manual_entry(p_api_version,

178: );
179:
180:
181: -- here's the delegated call to the old PL/SQL routine
182: okl_pay_invoices_man_pub.manual_entry(p_api_version,
183: p_init_msg_list,
184: x_return_status,
185: x_msg_count,
186: x_msg_data,

Line 214: end okl_pay_invoices_man_pub_w;

210: , p6_a13
211: );
212: end;
213:
214: end okl_pay_invoices_man_pub_w;