DBA Data[Home] [Help]

APPS.AHL_VWP_TASK_CST_PR_PVT_W dependencies on AHL_VWP_TASK_CST_PR_PVT

Line 1: package body ahl_vwp_task_cst_pr_pvt_w as

1: package body ahl_vwp_task_cst_pr_pvt_w as
2: /* $Header: AHLWTCPB.pls 120.1 2006/05/04 06:46 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 162: ahl_vwp_task_cst_pr_pvt.get_task_cost_details(p_api_version,

158:
159:
160:
161: -- here's the delegated call to the old PL/SQL routine
162: ahl_vwp_task_cst_pr_pvt.get_task_cost_details(p_api_version,
163: p_init_msg_list,
164: p_commit,
165: p_validation_level,
166: p_module_type,

Line 389: ahl_vwp_task_cst_pr_pvt.estimate_task_cost(p_api_version,

385:
386:
387:
388: -- here's the delegated call to the old PL/SQL routine
389: ahl_vwp_task_cst_pr_pvt.estimate_task_cost(p_api_version,
390: p_init_msg_list,
391: p_commit,
392: p_validation_level,
393: p_module_type,

Line 616: ahl_vwp_task_cst_pr_pvt.estimate_task_price(p_api_version,

612:
613:
614:
615: -- here's the delegated call to the old PL/SQL routine
616: ahl_vwp_task_cst_pr_pvt.estimate_task_price(p_api_version,
617: p_init_msg_list,
618: p_commit,
619: p_validation_level,
620: p_module_type,

Line 843: ahl_vwp_task_cst_pr_pvt.update_task_cost_details(p_api_version,

839:
840:
841:
842: -- here's the delegated call to the old PL/SQL routine
843: ahl_vwp_task_cst_pr_pvt.update_task_cost_details(p_api_version,
844: p_init_msg_list,
845: p_commit,
846: p_validation_level,
847: p_module_type,

Line 1010: ahl_vwp_task_cst_pr_pvt.get_node_cost_details(p_api_version,

1006: ddp_x_cost_price_rec.attribute14 := p8_a58;
1007: ddp_x_cost_price_rec.attribute15 := p8_a59;
1008:
1009: -- here's the delegated call to the old PL/SQL routine
1010: ahl_vwp_task_cst_pr_pvt.get_node_cost_details(p_api_version,
1011: p_init_msg_list,
1012: p_commit,
1013: p_validation_level,
1014: p_module_type,

Line 1299: ahl_vwp_task_cst_pr_pvt.get_task_items_no_price(p_api_version,

1295: ddp_cost_price_rec.attribute15 := p8_a59;
1296:
1297:
1298: -- here's the delegated call to the old PL/SQL routine
1299: ahl_vwp_task_cst_pr_pvt.get_task_items_no_price(p_api_version,
1300: p_init_msg_list,
1301: p_commit,
1302: p_validation_level,
1303: p_module_type,

Line 1383: end ahl_vwp_task_cst_pr_pvt_w;

1379: , p9_a59
1380: );
1381: end;
1382:
1383: end ahl_vwp_task_cst_pr_pvt_w;