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.12020000.2 2012/12/14 06:25:43 shnatu ship $ */
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 93: procedure rosetta_table_copy_out_p2(t ahl_ltp_space_assign_pub.space_assignment_tbl, a0 out nocopy JTF_NUMBER_TABLE

89: end loop;
90: end if;
91: end if;
92: end rosetta_table_copy_in_p2;
93: procedure rosetta_table_copy_out_p2(t ahl_ltp_space_assign_pub.space_assignment_tbl, a0 out nocopy JTF_NUMBER_TABLE
94: , a1 out nocopy JTF_DATE_TABLE
95: , a2 out nocopy JTF_NUMBER_TABLE
96: , a3 out nocopy JTF_DATE_TABLE
97: , a4 out nocopy JTF_NUMBER_TABLE

Line 341: ddp_x_space_assignment_tbl ahl_ltp_space_assign_pub.space_assignment_tbl;

337: , x_msg_data out nocopy VARCHAR2
338: )
339:
340: as
341: ddp_x_space_assignment_tbl ahl_ltp_space_assign_pub.space_assignment_tbl;
342: ddp_x_schedule_visit_rec ahl_ltp_space_assign_pub.schedule_visit_rec;
343: ddindx binary_integer; indx binary_integer;
344: begin
345:

Line 342: ddp_x_schedule_visit_rec ahl_ltp_space_assign_pub.schedule_visit_rec;

338: )
339:
340: as
341: ddp_x_space_assignment_tbl ahl_ltp_space_assign_pub.space_assignment_tbl;
342: ddp_x_schedule_visit_rec ahl_ltp_space_assign_pub.schedule_visit_rec;
343: ddindx binary_integer; indx binary_integer;
344: begin
345:
346: -- copy data to the local IN or IN-OUT args, if any

Line 352: ahl_ltp_space_assign_pub_w.rosetta_table_copy_in_p2(ddp_x_space_assignment_tbl, p5_a0

348:
349:
350:
351:
352: ahl_ltp_space_assign_pub_w.rosetta_table_copy_in_p2(ddp_x_space_assignment_tbl, p5_a0
353: , p5_a1
354: , p5_a2
355: , p5_a3
356: , p5_a4

Line 427: ahl_ltp_space_assign_pub.assign_sch_visit_spaces(p_api_version,

423:
424:
425:
426: -- here's the delegated call to the old PL/SQL routine
427: ahl_ltp_space_assign_pub.assign_sch_visit_spaces(p_api_version,
428: p_init_msg_list,
429: p_commit,
430: p_validation_level,
431: p_module_type,

Line 444: ahl_ltp_space_assign_pub_w.rosetta_table_copy_out_p2(ddp_x_space_assignment_tbl, p5_a0

440:
441:
442:
443:
444: ahl_ltp_space_assign_pub_w.rosetta_table_copy_out_p2(ddp_x_space_assignment_tbl, p5_a0
445: , p5_a1
446: , p5_a2
447: , p5_a3
448: , p5_a4

Line 568: ddp_x_schedule_visit_rec ahl_ltp_space_assign_pub.schedule_visit_rec;

564: , x_msg_data out nocopy VARCHAR2
565: )
566:
567: as
568: ddp_x_schedule_visit_rec ahl_ltp_space_assign_pub.schedule_visit_rec;
569: ddindx binary_integer; indx binary_integer;
570: begin
571:
572: -- copy data to the local IN or IN-OUT args, if any

Line 621: ahl_ltp_space_assign_pub.schedule_visit(p_api_version,

617:
618:
619:
620: -- here's the delegated call to the old PL/SQL routine
621: ahl_ltp_space_assign_pub.schedule_visit(p_api_version,
622: p_init_msg_list,
623: p_commit,
624: p_validation_level,
625: p_module_type,

Line 729: ddp_x_schedule_visit_rec ahl_ltp_space_assign_pub.schedule_visit_rec;

725: , x_msg_data out nocopy VARCHAR2
726: )
727:
728: as
729: ddp_x_schedule_visit_rec ahl_ltp_space_assign_pub.schedule_visit_rec;
730: ddindx binary_integer; indx binary_integer;
731: begin
732:
733: -- copy data to the local IN or IN-OUT args, if any

Line 782: ahl_ltp_space_assign_pub.unschedule_visit(p_api_version,

778:
779:
780:
781: -- here's the delegated call to the old PL/SQL routine
782: ahl_ltp_space_assign_pub.unschedule_visit(p_api_version,
783: p_init_msg_list,
784: p_commit,
785: p_validation_level,
786: p_module_type,

Line 841: end ahl_ltp_space_assign_pub_w;

837:
838:
839: end;
840:
841: end ahl_ltp_space_assign_pub_w;