DBA Data[Home] [Help]

APPS.OKL_CURE_VNDR_RFND_PUB_W dependencies on OKL_CURE_VNDR_RFND_PUB

Line 1: package body okl_cure_vndr_rfnd_pub_w as

1: package body okl_cure_vndr_rfnd_pub_w as
2: /* $Header: OKLURFSB.pls 115.0 2003/04/25 04:15:40 smereddy 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 62: ddp_cure_rfnd_tbl okl_cure_vndr_rfnd_pub.cure_rfnd_tbl_type;

58: , p6_a15 out nocopy JTF_NUMBER_TABLE
59: )
60:
61: as
62: ddp_cure_rfnd_tbl okl_cure_vndr_rfnd_pub.cure_rfnd_tbl_type;
63: ddx_cure_rfnd_tbl okl_cure_vndr_rfnd_pub.cure_rfnd_tbl_type;
64: ddindx binary_integer; indx binary_integer;
65: begin
66:

Line 63: ddx_cure_rfnd_tbl okl_cure_vndr_rfnd_pub.cure_rfnd_tbl_type;

59: )
60:
61: as
62: ddp_cure_rfnd_tbl okl_cure_vndr_rfnd_pub.cure_rfnd_tbl_type;
63: ddx_cure_rfnd_tbl okl_cure_vndr_rfnd_pub.cure_rfnd_tbl_type;
64: ddindx binary_integer; indx binary_integer;
65: begin
66:
67: -- copy data to the local IN or IN-OUT args, if any

Line 93: okl_cure_vndr_rfnd_pub.create_cure_refund(p_api_version,

89: );
90:
91:
92: -- here's the delegated call to the old PL/SQL routine
93: okl_cure_vndr_rfnd_pub.create_cure_refund(p_api_version,
94: p_init_msg_list,
95: x_return_status,
96: x_msg_count,
97: x_msg_data,

Line 167: ddp_cure_rfnd_tbl okl_cure_vndr_rfnd_pub.cure_rfnd_tbl_type;

163: , p6_a15 out nocopy JTF_NUMBER_TABLE
164: )
165:
166: as
167: ddp_cure_rfnd_tbl okl_cure_vndr_rfnd_pub.cure_rfnd_tbl_type;
168: ddx_cure_rfnd_tbl okl_cure_vndr_rfnd_pub.cure_rfnd_tbl_type;
169: ddindx binary_integer; indx binary_integer;
170: begin
171:

Line 168: ddx_cure_rfnd_tbl okl_cure_vndr_rfnd_pub.cure_rfnd_tbl_type;

164: )
165:
166: as
167: ddp_cure_rfnd_tbl okl_cure_vndr_rfnd_pub.cure_rfnd_tbl_type;
168: ddx_cure_rfnd_tbl okl_cure_vndr_rfnd_pub.cure_rfnd_tbl_type;
169: ddindx binary_integer; indx binary_integer;
170: begin
171:
172: -- copy data to the local IN or IN-OUT args, if any

Line 198: okl_cure_vndr_rfnd_pub.update_cure_refund(p_api_version,

194: );
195:
196:
197: -- here's the delegated call to the old PL/SQL routine
198: okl_cure_vndr_rfnd_pub.update_cure_refund(p_api_version,
199: p_init_msg_list,
200: x_return_status,
201: x_msg_count,
202: x_msg_data,

Line 256: ddp_cure_rfnd_tbl okl_cure_vndr_rfnd_pub.cure_rfnd_tbl_type;

252: , p5_a15 JTF_NUMBER_TABLE
253: )
254:
255: as
256: ddp_cure_rfnd_tbl okl_cure_vndr_rfnd_pub.cure_rfnd_tbl_type;
257: ddindx binary_integer; indx binary_integer;
258: begin
259:
260: -- copy data to the local IN or IN-OUT args, if any

Line 285: okl_cure_vndr_rfnd_pub.delete_cure_refund(p_api_version,

281: , p5_a15
282: );
283:
284: -- here's the delegated call to the old PL/SQL routine
285: okl_cure_vndr_rfnd_pub.delete_cure_refund(p_api_version,
286: p_init_msg_list,
287: x_return_status,
288: x_msg_count,
289: x_msg_data,

Line 300: end okl_cure_vndr_rfnd_pub_w;

296:
297:
298: end;
299:
300: end okl_cure_vndr_rfnd_pub_w;