DBA Data[Home] [Help]

APPS.AHL_VWP_PLAN_TASKS_PVT_W dependencies on AHL_VWP_PLAN_TASKS_PVT

Line 1: package body ahl_vwp_plan_tasks_pvt_w as

1: package body ahl_vwp_plan_tasks_pvt_w as
2: /* $Header: AHLWPLNB.pls 115.1 2003/08/21 18:38:41 shbhanda 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:

Line 181: ahl_vwp_plan_tasks_pvt.create_planned_task(p_api_version,

177:
178:
179:
180: -- here's the delegated call to the old PL/SQL routine
181: ahl_vwp_plan_tasks_pvt.create_planned_task(p_api_version,
182: p_init_msg_list,
183: p_commit,
184: p_validation_level,
185: p_module_type,

Line 441: ahl_vwp_plan_tasks_pvt.update_planned_task(p_api_version,

437:
438:
439:
440: -- here's the delegated call to the old PL/SQL routine
441: ahl_vwp_plan_tasks_pvt.update_planned_task(p_api_version,
442: p_init_msg_list,
443: p_commit,
444: p_validation_level,
445: p_module_type,

Line 533: end ahl_vwp_plan_tasks_pvt_w;

529:
530:
531: end;
532:
533: end ahl_vwp_plan_tasks_pvt_w;