DBA Data[Home] [Help]

APPS.OKL_LIKE_KIND_EXCHANGE_PVT_W dependencies on OKL_LIKE_KIND_EXCHANGE_PVT

Line 1: package body okl_like_kind_exchange_pvt_w as

1: package body okl_like_kind_exchange_pvt_w as
2: /* $Header: OKLELKXB.pls 120.1 2005/07/11 14:18:23 asawanka 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_p3(t out nocopy okl_like_kind_exchange_pvt.rep_asset_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_p3(t out nocopy okl_like_kind_exchange_pvt.rep_asset_tbl_type, a0 JTF_NUMBER_TABLE
23: , a1 JTF_VARCHAR2_TABLE_2000
24: , a2 JTF_VARCHAR2_TABLE_2000
25: , a3 JTF_NUMBER_TABLE
26: , a4 JTF_NUMBER_TABLE

Line 57: procedure rosetta_table_copy_out_p3(t okl_like_kind_exchange_pvt.rep_asset_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

53: end loop;
54: end if;
55: end if;
56: end rosetta_table_copy_in_p3;
57: procedure rosetta_table_copy_out_p3(t okl_like_kind_exchange_pvt.rep_asset_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
58: , a1 out nocopy JTF_VARCHAR2_TABLE_2000
59: , a2 out nocopy JTF_VARCHAR2_TABLE_2000
60: , a3 out nocopy JTF_NUMBER_TABLE
61: , a4 out nocopy JTF_NUMBER_TABLE

Line 121: procedure rosetta_table_copy_in_p4(t out nocopy okl_like_kind_exchange_pvt.req_asset_tbl_type, a0 JTF_NUMBER_TABLE

117: end if;
118: end if;
119: end rosetta_table_copy_out_p3;
120:
121: procedure rosetta_table_copy_in_p4(t out nocopy okl_like_kind_exchange_pvt.req_asset_tbl_type, a0 JTF_NUMBER_TABLE
122: , a1 JTF_VARCHAR2_TABLE_2000
123: , a2 JTF_VARCHAR2_TABLE_2000
124: , a3 JTF_NUMBER_TABLE
125: , a4 JTF_NUMBER_TABLE

Line 160: procedure rosetta_table_copy_out_p4(t okl_like_kind_exchange_pvt.req_asset_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

156: end loop;
157: end if;
158: end if;
159: end rosetta_table_copy_in_p4;
160: procedure rosetta_table_copy_out_p4(t okl_like_kind_exchange_pvt.req_asset_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
161: , a1 out nocopy JTF_VARCHAR2_TABLE_2000
162: , a2 out nocopy JTF_VARCHAR2_TABLE_2000
163: , a3 out nocopy JTF_NUMBER_TABLE
164: , a4 out nocopy JTF_NUMBER_TABLE

Line 265: ddp_rep_asset_rec okl_like_kind_exchange_pvt.rep_asset_rec_type;

261: , p8_a8 NUMBER := 0-1962.0724
262: )
263:
264: as
265: ddp_rep_asset_rec okl_like_kind_exchange_pvt.rep_asset_rec_type;
266: ddp_req_asset_tbl okl_like_kind_exchange_pvt.req_asset_tbl_type;
267: ddindx binary_integer; indx binary_integer;
268: begin
269:

Line 266: ddp_req_asset_tbl okl_like_kind_exchange_pvt.req_asset_tbl_type;

262: )
263:
264: as
265: ddp_rep_asset_rec okl_like_kind_exchange_pvt.rep_asset_rec_type;
266: ddp_req_asset_tbl okl_like_kind_exchange_pvt.req_asset_tbl_type;
267: ddindx binary_integer; indx binary_integer;
268: begin
269:
270: -- copy data to the local IN or IN-OUT args, if any

Line 289: okl_like_kind_exchange_pvt_w.rosetta_table_copy_in_p4(ddp_req_asset_tbl, p9_a0

285: ddp_rep_asset_rec.date_placed_in_service := rosetta_g_miss_date_in_map(p8_a6);
286: ddp_rep_asset_rec.deprn_method := p8_a7;
287: ddp_rep_asset_rec.life_in_months := rosetta_g_miss_num_map(p8_a8);
288:
289: okl_like_kind_exchange_pvt_w.rosetta_table_copy_in_p4(ddp_req_asset_tbl, p9_a0
290: , p9_a1
291: , p9_a2
292: , p9_a3
293: , p9_a4

Line 303: okl_like_kind_exchange_pvt.create_like_kind_exchange(p_api_version,

299: , p9_a10
300: );
301:
302: -- here's the delegated call to the old PL/SQL routine
303: okl_like_kind_exchange_pvt.create_like_kind_exchange(p_api_version,
304: p_init_msg_list,
305: x_return_status,
306: x_msg_count,
307: x_msg_data,

Line 326: end okl_like_kind_exchange_pvt_w;

322:
323:
324: end;
325:
326: end okl_like_kind_exchange_pvt_w;