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.6.12020000.2 2012/12/14 06:56:23 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_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 196: ahl_vwp_tasks_pvt.get_task_details(p_api_version,

192:
193:
194:
195: -- here's the delegated call to the old PL/SQL routine
196: ahl_vwp_tasks_pvt.get_task_details(p_api_version,
197: p_init_msg_list,
198: p_commit,
199: p_validation_level,
200: p_module_type,

Line 530: ahl_vwp_tasks_pvt.create_task(p_api_version,

526:
527:
528:
529: -- here's the delegated call to the old PL/SQL routine
530: ahl_vwp_tasks_pvt.create_task(p_api_version,
531: p_init_msg_list,
532: p_commit,
533: p_validation_level,
534: p_module_type,

Line 862: ahl_vwp_tasks_pvt.update_task(p_api_version,

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

Line 993: ddp_x_srch_task_tbl ahl_vwp_tasks_pvt.srch_task_tbl_type;

989: , x_msg_data out nocopy VARCHAR2
990: )
991:
992: as
993: ddp_x_srch_task_tbl ahl_vwp_tasks_pvt.srch_task_tbl_type;
994: ddindx binary_integer; indx binary_integer;
995: begin
996:
997: -- copy data to the local IN or IN-OUT args, if any

Line 1004: ahl_vwp_tasks_pvt_w.rosetta_table_copy_in_p1(ddp_x_srch_task_tbl, p6_a0

1000:
1001:
1002:
1003:
1004: ahl_vwp_tasks_pvt_w.rosetta_table_copy_in_p1(ddp_x_srch_task_tbl, p6_a0
1005: , p6_a1
1006: , p6_a2
1007: );
1008:

Line 1013: ahl_vwp_tasks_pvt.search_task(p_api_version,

1009:
1010:
1011:
1012: -- here's the delegated call to the old PL/SQL routine
1013: ahl_vwp_tasks_pvt.search_task(p_api_version,
1014: p_init_msg_list,
1015: p_commit,
1016: p_validation_level,
1017: p_module_type,

Line 1031: ahl_vwp_tasks_pvt_w.rosetta_table_copy_out_p1(ddp_x_srch_task_tbl, p6_a0

1027:
1028:
1029:
1030:
1031: ahl_vwp_tasks_pvt_w.rosetta_table_copy_out_p1(ddp_x_srch_task_tbl, p6_a0
1032: , p6_a1
1033: , p6_a2
1034: );
1035:

Line 1257: ahl_vwp_tasks_pvt.create_pup_tasks(p_api_version,

1253:
1254:
1255:
1256: -- here's the delegated call to the old PL/SQL routine
1257: ahl_vwp_tasks_pvt.create_pup_tasks(p_api_version,
1258: p_init_msg_list,
1259: p_commit,
1260: p_validation_level,
1261: p_module_type,

Line 1600: ahl_vwp_tasks_pvt.associate_default_mrs(p_api_version,

1596: ddp_visit_rec.comp_inrepair_loc_id := p8_a98;
1597: ddp_visit_rec.item_owner_flag := p8_a99;
1598:
1599: -- here's the delegated call to the old PL/SQL routine
1600: ahl_vwp_tasks_pvt.associate_default_mrs(p_api_version,
1601: p_init_msg_list,
1602: p_commit,
1603: p_validation_level,
1604: p_module_type,

Line 1621: end ahl_vwp_tasks_pvt_w;

1617:
1618:
1619: end;
1620:
1621: end ahl_vwp_tasks_pvt_w;