DBA Data[Home] [Help]

APPS.AHL_VWP_TASKS_PVT_W dependencies on AHL_VWP_TASKS_PVT

Line 1: package body ahl_vwp_tasks_pvt_w as

1: package body ahl_vwp_tasks_pvt_w as
2: /* $Header: AHLWTSKB.pls 120.2 2008/01/09 08:41:12 rnahata 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_p1(t out nocopy ahl_vwp_tasks_pvt.srch_task_tbl_type, 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_p1(t out nocopy ahl_vwp_tasks_pvt.srch_task_tbl_type, a0 JTF_NUMBER_TABLE
17: , a1 JTF_DATE_TABLE
18: , a2 JTF_DATE_TABLE
19: ) as
20: ddindx binary_integer; indx binary_integer;

Line 39: procedure rosetta_table_copy_out_p1(t ahl_vwp_tasks_pvt.srch_task_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

35: end loop;
36: end if;
37: end if;
38: end rosetta_table_copy_in_p1;
39: procedure rosetta_table_copy_out_p1(t ahl_vwp_tasks_pvt.srch_task_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
40: , a1 out nocopy JTF_DATE_TABLE
41: , a2 out nocopy JTF_DATE_TABLE
42: ) as
43: ddindx binary_integer; indx binary_integer;

Line 177: ahl_vwp_tasks_pvt.get_task_details(p_api_version,

173:
174:
175:
176: -- here's the delegated call to the old PL/SQL routine
177: ahl_vwp_tasks_pvt.get_task_details(p_api_version,
178: p_init_msg_list,
179: p_commit,
180: p_validation_level,
181: p_module_type,

Line 454: ahl_vwp_tasks_pvt.create_task(p_api_version,

450:
451:
452:
453: -- here's the delegated call to the old PL/SQL routine
454: ahl_vwp_tasks_pvt.create_task(p_api_version,
455: p_init_msg_list,
456: p_commit,
457: p_validation_level,
458: p_module_type,

Line 729: ahl_vwp_tasks_pvt.update_task(p_api_version,

725:
726:
727:
728: -- here's the delegated call to the old PL/SQL routine
729: ahl_vwp_tasks_pvt.update_task(p_api_version,
730: p_init_msg_list,
731: p_commit,
732: p_validation_level,
733: p_module_type,

Line 841: ddp_x_srch_task_tbl ahl_vwp_tasks_pvt.srch_task_tbl_type;

837: , x_msg_data out nocopy VARCHAR2
838: )
839:
840: as
841: ddp_x_srch_task_tbl ahl_vwp_tasks_pvt.srch_task_tbl_type;
842: ddindx binary_integer; indx binary_integer;
843: begin
844:
845: -- copy data to the local IN or IN-OUT args, if any

Line 852: ahl_vwp_tasks_pvt_w.rosetta_table_copy_in_p1(ddp_x_srch_task_tbl, p6_a0

848:
849:
850:
851:
852: ahl_vwp_tasks_pvt_w.rosetta_table_copy_in_p1(ddp_x_srch_task_tbl, p6_a0
853: , p6_a1
854: , p6_a2
855: );
856:

Line 861: ahl_vwp_tasks_pvt.search_task(p_api_version,

857:
858:
859:
860: -- here's the delegated call to the old PL/SQL routine
861: ahl_vwp_tasks_pvt.search_task(p_api_version,
862: p_init_msg_list,
863: p_commit,
864: p_validation_level,
865: p_module_type,

Line 879: ahl_vwp_tasks_pvt_w.rosetta_table_copy_out_p1(ddp_x_srch_task_tbl, p6_a0

875:
876:
877:
878:
879: ahl_vwp_tasks_pvt_w.rosetta_table_copy_out_p1(ddp_x_srch_task_tbl, p6_a0
880: , p6_a1
881: , p6_a2
882: );
883:

Line 1067: ahl_vwp_tasks_pvt.create_pup_tasks(p_api_version,

1063:
1064:
1065:
1066: -- here's the delegated call to the old PL/SQL routine
1067: ahl_vwp_tasks_pvt.create_pup_tasks(p_api_version,
1068: p_init_msg_list,
1069: p_commit,
1070: p_validation_level,
1071: p_module_type,

Line 1341: ahl_vwp_tasks_pvt.associate_default_mrs(p_api_version,

1337: ddp_visit_rec.unit_header_id := p8_a73;
1338: ddp_visit_rec.flight_number := p8_a74;
1339:
1340: -- here's the delegated call to the old PL/SQL routine
1341: ahl_vwp_tasks_pvt.associate_default_mrs(p_api_version,
1342: p_init_msg_list,
1343: p_commit,
1344: p_validation_level,
1345: p_module_type,

Line 1362: end ahl_vwp_tasks_pvt_w;

1358:
1359:
1360: end;
1361:
1362: end ahl_vwp_tasks_pvt_w;