DBA Data[Home] [Help]

APPS.AHL_LTP_MTL_REQ_PVT_W dependencies on AHL_LTP_MTL_REQ_PVT

Line 1: package body ahl_ltp_mtl_req_pvt_w as

1: package body ahl_ltp_mtl_req_pvt_w as
2: /* $Header: AHLWLMRB.pls 120.0.12020000.2 2012/12/14 09:49:05 shnatu noship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy ahl_ltp_mtl_req_pvt.route_mtl_req_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_NUMBER_TABLE

Line 3: procedure rosetta_table_copy_in_p1(t out nocopy ahl_ltp_mtl_req_pvt.route_mtl_req_tbl_type, a0 JTF_NUMBER_TABLE

1: package body ahl_ltp_mtl_req_pvt_w as
2: /* $Header: AHLWLMRB.pls 120.0.12020000.2 2012/12/14 09:49:05 shnatu noship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy ahl_ltp_mtl_req_pvt.route_mtl_req_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_NUMBER_TABLE
6: , a3 JTF_NUMBER_TABLE
7: , a4 JTF_NUMBER_TABLE

Line 44: procedure rosetta_table_copy_out_p1(t ahl_ltp_mtl_req_pvt.route_mtl_req_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

40: end loop;
41: end if;
42: end if;
43: end rosetta_table_copy_in_p1;
44: procedure rosetta_table_copy_out_p1(t ahl_ltp_mtl_req_pvt.route_mtl_req_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
45: , a1 out nocopy JTF_NUMBER_TABLE
46: , a2 out nocopy JTF_NUMBER_TABLE
47: , a3 out nocopy JTF_NUMBER_TABLE
48: , a4 out nocopy JTF_NUMBER_TABLE

Line 123: procedure rosetta_table_copy_in_p2(t out nocopy ahl_ltp_mtl_req_pvt.alt_items_tbl_type, a0 JTF_NUMBER_TABLE) as

119: end if;
120: end if;
121: end rosetta_table_copy_out_p1;
122:
123: procedure rosetta_table_copy_in_p2(t out nocopy ahl_ltp_mtl_req_pvt.alt_items_tbl_type, a0 JTF_NUMBER_TABLE) as
124: ddindx binary_integer; indx binary_integer;
125: begin
126: if a0 is not null and a0.count > 0 then
127: if a0.count > 0 then

Line 141: procedure rosetta_table_copy_out_p2(t ahl_ltp_mtl_req_pvt.alt_items_tbl_type, a0 out nocopy JTF_NUMBER_TABLE) as

137: end loop;
138: end if;
139: end if;
140: end rosetta_table_copy_in_p2;
141: procedure rosetta_table_copy_out_p2(t ahl_ltp_mtl_req_pvt.alt_items_tbl_type, a0 out nocopy JTF_NUMBER_TABLE) as
142: ddindx binary_integer; indx binary_integer;
143: begin
144: if t is null or t.count = 0 then
145: a0 := JTF_NUMBER_TABLE();

Line 191: ddx_route_mtl_req_tbl ahl_ltp_mtl_req_pvt.route_mtl_req_tbl_type;

187: , p12_a11 out nocopy JTF_NUMBER_TABLE
188: )
189:
190: as
191: ddx_route_mtl_req_tbl ahl_ltp_mtl_req_pvt.route_mtl_req_tbl_type;
192: ddindx binary_integer; indx binary_integer;
193: begin
194:
195: -- copy data to the local IN or IN-OUT args, if any

Line 210: ahl_ltp_mtl_req_pvt.get_route_mtl_req(p_api_version,

206:
207:
208:
209: -- here's the delegated call to the old PL/SQL routine
210: ahl_ltp_mtl_req_pvt.get_route_mtl_req(p_api_version,
211: p_init_msg_list,
212: p_validation_level,
213: x_return_status,
214: x_msg_count,

Line 237: ahl_ltp_mtl_req_pvt_w.rosetta_table_copy_out_p1(ddx_route_mtl_req_tbl, p12_a0

233:
234:
235:
236:
237: ahl_ltp_mtl_req_pvt_w.rosetta_table_copy_out_p1(ddx_route_mtl_req_tbl, p12_a0
238: , p12_a1
239: , p12_a2
240: , p12_a3
241: , p12_a4

Line 278: ddp_x_route_mtl_reqs ahl_ltp_mtl_req_pvt.route_mtl_req_tbl_type;

274: , p11_a11 in out nocopy JTF_NUMBER_TABLE
275: )
276:
277: as
278: ddp_x_route_mtl_reqs ahl_ltp_mtl_req_pvt.route_mtl_req_tbl_type;
279: ddindx binary_integer; indx binary_integer;
280: begin
281:
282: -- copy data to the local IN or IN-OUT args, if any

Line 294: ahl_ltp_mtl_req_pvt_w.rosetta_table_copy_in_p1(ddp_x_route_mtl_reqs, p11_a0

290:
291:
292:
293:
294: ahl_ltp_mtl_req_pvt_w.rosetta_table_copy_in_p1(ddp_x_route_mtl_reqs, p11_a0
295: , p11_a1
296: , p11_a2
297: , p11_a3
298: , p11_a4

Line 309: ahl_ltp_mtl_req_pvt.get_material_req_for_pos(p_api_version,

305: , p11_a11
306: );
307:
308: -- here's the delegated call to the old PL/SQL routine
309: ahl_ltp_mtl_req_pvt.get_material_req_for_pos(p_api_version,
310: p_init_msg_list,
311: p_validation_level,
312: x_return_status,
313: x_msg_count,

Line 334: ahl_ltp_mtl_req_pvt_w.rosetta_table_copy_out_p1(ddp_x_route_mtl_reqs, p11_a0

330:
331:
332:
333:
334: ahl_ltp_mtl_req_pvt_w.rosetta_table_copy_out_p1(ddp_x_route_mtl_reqs, p11_a0
335: , p11_a1
336: , p11_a2
337: , p11_a3
338: , p11_a4

Line 361: ddx_alt_items ahl_ltp_mtl_req_pvt.alt_items_tbl_type;

357: , x_msg_data out nocopy VARCHAR2
358: )
359:
360: as
361: ddx_alt_items ahl_ltp_mtl_req_pvt.alt_items_tbl_type;
362: ddindx binary_integer; indx binary_integer;
363: begin
364:
365: -- copy data to the local IN or IN-OUT args, if any

Line 376: ahl_ltp_mtl_req_pvt.get_alternate_items(p_api_version,

372:
373:
374:
375: -- here's the delegated call to the old PL/SQL routine
376: ahl_ltp_mtl_req_pvt.get_alternate_items(p_api_version,
377: p_init_msg_list,
378: p_validation_level,
379: p_schedule_material_id,
380: p_curr_item_flag,

Line 392: ahl_ltp_mtl_req_pvt_w.rosetta_table_copy_out_p2(ddx_alt_items, x_alt_items);

388:
389:
390:
391:
392: ahl_ltp_mtl_req_pvt_w.rosetta_table_copy_out_p2(ddx_alt_items, x_alt_items);
393:
394:
395:
396: end;

Line 398: end ahl_ltp_mtl_req_pvt_w;

394:
395:
396: end;
397:
398: end ahl_ltp_mtl_req_pvt_w;