DBA Data[Home] [Help]

APPS.EAM_CONSTRUCTION_EST_PUB_W dependencies on EAM_CONSTRUCTION_EST_PUB

Line 1: package body eam_construction_est_pub_w as

1: package body eam_construction_est_pub_w as
2: /* $Header: EAMPCEWB.pls 120.0.12010000.3 2009/01/03 00:08:14 devijay 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 55: eam_construction_est_pub.explode_initial_estimate(p_api_version,

51:
52:
53:
54: -- here's the delegated call to the old PL/SQL routine
55: eam_construction_est_pub.explode_initial_estimate(p_api_version,
56: p_init_msg_list,
57: p_commit,
58: p_estimate_id,
59: ddx_ce_msg_tbl,

Line 238: eam_construction_est_pub.insert_all_wo_lines(p_api_version,

234:
235:
236:
237: -- here's the delegated call to the old PL/SQL routine
238: eam_construction_est_pub.insert_all_wo_lines(p_api_version,
239: p_init_msg_list,
240: p_commit,
241: p_estimate_id,
242: ddp_eam_ce_wo_lines_tbl,

Line 315: eam_construction_est_pub.insert_parent_wo_line(p_api_version,

311:
312:
313:
314: -- here's the delegated call to the old PL/SQL routine
315: eam_construction_est_pub.insert_parent_wo_line(p_api_version,
316: p_init_msg_list,
317: p_commit,
318: p_estimate_id,
319: ddp_parent_wo_line_rec,

Line 373: eam_construction_est_pub.get_cu_recs(p_api_version,

369:
370:
371:
372: -- here's the delegated call to the old PL/SQL routine
373: eam_construction_est_pub.get_cu_recs(p_api_version,
374: p_commit,
375: p_init_msg_list,
376: p_validation_level,
377: p_org_id,

Line 441: eam_construction_est_pub.get_cu_activities(p_api_version,

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

Line 547: eam_construction_est_pub.create_estimate(p_api_version,

543:
544:
545:
546: -- here's the delegated call to the old PL/SQL routine
547: eam_construction_est_pub.create_estimate(p_api_version,
548: p_commit,
549: p_init_msg_list,
550: p_validation_level,
551: ddpx_estimate_rec,

Line 659: eam_construction_est_pub.update_estimate(p_api_version,

655:
656:
657:
658: -- here's the delegated call to the old PL/SQL routine
659: eam_construction_est_pub.update_estimate(p_api_version,
660: p_commit,
661: p_init_msg_list,
662: p_validation_level,
663: ddp_estimate_rec,

Line 733: eam_construction_est_pub.set_activities_for_ce(p_api_version,

729:
730:
731:
732: -- here's the delegated call to the old PL/SQL routine
733: eam_construction_est_pub.set_activities_for_ce(p_api_version,
734: p_commit,
735: p_init_msg_list,
736: p_validation_level,
737: p_ce_id,

Line 825: eam_construction_est_pub.update_ce_wo_lns_by_group_opt(p_api_version,

821:
822:
823:
824: -- here's the delegated call to the old PL/SQL routine
825: eam_construction_est_pub.update_ce_wo_lns_by_group_opt(p_api_version,
826: p_commit,
827: p_init_msg_list,
828: p_validation_level,
829: ddp_ce_wo_defaults,

Line 844: end eam_construction_est_pub_w;

840:
841:
842: end;
843:
844: end eam_construction_est_pub_w;