DBA Data[Home] [Help]

APPS.OKL_LIKE_KIND_EXCHANGE_PUB_W dependencies on OKL_LIKE_KIND_EXCHANGE_PUB

Line 1: package body okl_like_kind_exchange_pub_w as

1: package body okl_like_kind_exchange_pub_w as
2: /* $Header: OKLULKXB.pls 120.1 2005/07/18 16:44:53 viselvar 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 53: ddp_rep_asset_rec okl_like_kind_exchange_pub.rep_asset_rec_type;

49: , p8_a8 NUMBER := 0-1962.0724
50: )
51:
52: as
53: ddp_rep_asset_rec okl_like_kind_exchange_pub.rep_asset_rec_type;
54: ddp_req_asset_tbl okl_like_kind_exchange_pub.req_asset_tbl_type;
55: ddindx binary_integer; indx binary_integer;
56: begin
57:

Line 54: ddp_req_asset_tbl okl_like_kind_exchange_pub.req_asset_tbl_type;

50: )
51:
52: as
53: ddp_rep_asset_rec okl_like_kind_exchange_pub.rep_asset_rec_type;
54: ddp_req_asset_tbl okl_like_kind_exchange_pub.req_asset_tbl_type;
55: ddindx binary_integer; indx binary_integer;
56: begin
57:
58: -- copy data to the local IN or IN-OUT args, if any

Line 91: okl_like_kind_exchange_pub.create_like_kind_exchange(p_api_version,

87: , p9_a10
88: );
89:
90: -- here's the delegated call to the old PL/SQL routine
91: okl_like_kind_exchange_pub.create_like_kind_exchange(p_api_version,
92: p_init_msg_list,
93: x_return_status,
94: x_msg_count,
95: x_msg_data,

Line 114: end okl_like_kind_exchange_pub_w;

110:
111:
112: end;
113:
114: end okl_like_kind_exchange_pub_w;