DBA Data[Home] [Help]

APPS.OKL_CURE_REQ_AMT_PUB_W dependencies on OKL_CURE_REQ_AMT_PUB

Line 1: package body okl_cure_req_amt_pub_w as

1: package body okl_cure_req_amt_pub_w as
2: /* $Header: OKLUCRKB.pls 115.0 2003/04/25 04:15:46 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 38: ddp_cure_req_tbl okl_cure_req_amt_pub.cure_req_tbl_type;

34: , p6_a3 out nocopy JTF_NUMBER_TABLE
35: )
36:
37: as
38: ddp_cure_req_tbl okl_cure_req_amt_pub.cure_req_tbl_type;
39: ddx_cure_req_tbl okl_cure_req_amt_pub.cure_req_tbl_type;
40: ddindx binary_integer; indx binary_integer;
41: begin
42:

Line 39: ddx_cure_req_tbl okl_cure_req_amt_pub.cure_req_tbl_type;

35: )
36:
37: as
38: ddp_cure_req_tbl okl_cure_req_amt_pub.cure_req_tbl_type;
39: ddx_cure_req_tbl okl_cure_req_amt_pub.cure_req_tbl_type;
40: ddindx binary_integer; indx binary_integer;
41: begin
42:
43: -- copy data to the local IN or IN-OUT args, if any

Line 57: okl_cure_req_amt_pub.update_cure_request(p_api_version,

53: );
54:
55:
56: -- here's the delegated call to the old PL/SQL routine
57: okl_cure_req_amt_pub.update_cure_request(p_api_version,
58: p_init_msg_list,
59: x_return_status,
60: x_msg_count,
61: x_msg_data,

Line 79: end okl_cure_req_amt_pub_w;

75: , p6_a3
76: );
77: end;
78:
79: end okl_cure_req_amt_pub_w;