DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_PVT dependencies on EAM_SCHED_BOTTOM_UP_PVT

Line 9786: EAM_SCHED_BOTTOM_UP_PVT.update_resource_usage(

9782: l_out_eam_res_usage_tbl := l_eam_res_usage_tbl;
9783:
9784: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('EAM_PROCESS_WO_PVT.PROCESS_WO :Calling update_resource_usage for firm work orders') ; END IF ;
9785:
9786: EAM_SCHED_BOTTOM_UP_PVT.update_resource_usage(
9787: p_eam_res_tbl => l_eam_res_tbl
9788: , p_eam_res_inst_tbl => l_eam_res_inst_tbl
9789: , p_eam_res_usage_tbl => l_eam_res_usage_tbl
9790: , x_eam_res_tbl => l_out_eam_res_tbl

Line 9841: EAM_SCHED_BOTTOM_UP_PVT.schedule_bottom_up_pvt (

9837: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('EAM_PROCESS_WO_PVT.PROCESS_WO : Calling schedule_bottom_up_pvt for firm work orders') ; END IF ;
9838:
9839: --Added parameter p_woru_modified to the procedure. This is done to ensure that dates are changed correctly from summary tab in Create Update WO page
9840:
9841: EAM_SCHED_BOTTOM_UP_PVT.schedule_bottom_up_pvt (
9842: p_api_version_number => 1.0
9843: , p_commit => FND_API.G_FALSE
9844: , p_wip_entity_id => l_eam_wo_rec.wip_entity_id
9845: , p_org_id => l_eam_wo_rec.organization_id