DBA Data[Home] [Help]

APPS.AHL_LTP_SPACE_ASSIGN_PUB_W dependencies on AHL_LTP_SPACE_ASSIGN_PUB

Line 1: package body ahl_ltp_space_assign_pub_w as

1: package body ahl_ltp_space_assign_pub_w as
2: /* $Header: AHLWSANB.pls 120.2 2006/05/04 07:49 anraj 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: rosetta_g_mistake_date_high date := to_date('01/01/+4710', 'MM/DD/SYYYY');

Line 16: procedure rosetta_table_copy_in_p2(t out nocopy ahl_ltp_space_assign_pub.space_assignment_tbl, a0 JTF_NUMBER_TABLE

12: if d < rosetta_g_mistake_date_low then return fnd_api.g_miss_date; end if;
13: return d;
14: end;
15:
16: procedure rosetta_table_copy_in_p2(t out nocopy ahl_ltp_space_assign_pub.space_assignment_tbl, a0 JTF_NUMBER_TABLE
17: , a1 JTF_DATE_TABLE
18: , a2 JTF_NUMBER_TABLE
19: , a3 JTF_DATE_TABLE
20: , a4 JTF_NUMBER_TABLE

Line 89: procedure rosetta_table_copy_out_p2(t ahl_ltp_space_assign_pub.space_assignment_tbl, a0 out nocopy JTF_NUMBER_TABLE

85: end loop;
86: end if;
87: end if;
88: end rosetta_table_copy_in_p2;
89: procedure rosetta_table_copy_out_p2(t ahl_ltp_space_assign_pub.space_assignment_tbl, a0 out nocopy JTF_NUMBER_TABLE
90: , a1 out nocopy JTF_DATE_TABLE
91: , a2 out nocopy JTF_NUMBER_TABLE
92: , a3 out nocopy JTF_DATE_TABLE
93: , a4 out nocopy JTF_NUMBER_TABLE

Line 325: ddp_x_space_assignment_tbl ahl_ltp_space_assign_pub.space_assignment_tbl;

321: , x_msg_data out nocopy VARCHAR2
322: )
323:
324: as
325: ddp_x_space_assignment_tbl ahl_ltp_space_assign_pub.space_assignment_tbl;
326: ddp_x_schedule_visit_rec ahl_ltp_space_assign_pub.schedule_visit_rec;
327: ddindx binary_integer; indx binary_integer;
328: begin
329:

Line 326: ddp_x_schedule_visit_rec ahl_ltp_space_assign_pub.schedule_visit_rec;

322: )
323:
324: as
325: ddp_x_space_assignment_tbl ahl_ltp_space_assign_pub.space_assignment_tbl;
326: ddp_x_schedule_visit_rec ahl_ltp_space_assign_pub.schedule_visit_rec;
327: ddindx binary_integer; indx binary_integer;
328: begin
329:
330: -- copy data to the local IN or IN-OUT args, if any

Line 336: ahl_ltp_space_assign_pub_w.rosetta_table_copy_in_p2(ddp_x_space_assignment_tbl, p5_a0

332:
333:
334:
335:
336: ahl_ltp_space_assign_pub_w.rosetta_table_copy_in_p2(ddp_x_space_assignment_tbl, p5_a0
337: , p5_a1
338: , p5_a2
339: , p5_a3
340: , p5_a4

Line 409: ahl_ltp_space_assign_pub.assign_sch_visit_spaces(p_api_version,

405:
406:
407:
408: -- here's the delegated call to the old PL/SQL routine
409: ahl_ltp_space_assign_pub.assign_sch_visit_spaces(p_api_version,
410: p_init_msg_list,
411: p_commit,
412: p_validation_level,
413: p_module_type,

Line 426: ahl_ltp_space_assign_pub_w.rosetta_table_copy_out_p2(ddp_x_space_assignment_tbl, p5_a0

422:
423:
424:
425:
426: ahl_ltp_space_assign_pub_w.rosetta_table_copy_out_p2(ddp_x_space_assignment_tbl, p5_a0
427: , p5_a1
428: , p5_a2
429: , p5_a3
430: , p5_a4

Line 548: ddp_x_schedule_visit_rec ahl_ltp_space_assign_pub.schedule_visit_rec;

544: , x_msg_data out nocopy VARCHAR2
545: )
546:
547: as
548: ddp_x_schedule_visit_rec ahl_ltp_space_assign_pub.schedule_visit_rec;
549: ddindx binary_integer; indx binary_integer;
550: begin
551:
552: -- copy data to the local IN or IN-OUT args, if any

Line 601: ahl_ltp_space_assign_pub.schedule_visit(p_api_version,

597:
598:
599:
600: -- here's the delegated call to the old PL/SQL routine
601: ahl_ltp_space_assign_pub.schedule_visit(p_api_version,
602: p_init_msg_list,
603: p_commit,
604: p_validation_level,
605: p_module_type,

Line 709: ddp_x_schedule_visit_rec ahl_ltp_space_assign_pub.schedule_visit_rec;

705: , x_msg_data out nocopy VARCHAR2
706: )
707:
708: as
709: ddp_x_schedule_visit_rec ahl_ltp_space_assign_pub.schedule_visit_rec;
710: ddindx binary_integer; indx binary_integer;
711: begin
712:
713: -- copy data to the local IN or IN-OUT args, if any

Line 762: ahl_ltp_space_assign_pub.unschedule_visit(p_api_version,

758:
759:
760:
761: -- here's the delegated call to the old PL/SQL routine
762: ahl_ltp_space_assign_pub.unschedule_visit(p_api_version,
763: p_init_msg_list,
764: p_commit,
765: p_validation_level,
766: p_module_type,

Line 821: end ahl_ltp_space_assign_pub_w;

817:
818:
819: end;
820:
821: end ahl_ltp_space_assign_pub_w;