DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_PVT dependencies on EAM_PM_UTILS

Line 12013: eam_pm_utils.update_pm_when_uncomplete(l_eam_wo_comp_rec.organization_id, l_eam_wo_comp_rec.wip_entity_id);

12009: --This should be called before Perform_Writes as the logic to calculate if this is the last work order or not will not work if record
12010: -- will be inserted into Eam_Job_Completion_Txns for uncompletion transaction.
12011: IF l_eam_wo_comp_rec.transaction_type = EAM_PROCESS_WO_PVT.G_OPR_UNCOMPLETE THEN
12012: if( l_maint_obj_source = 1) then -- added to check whether work order is of 'EAM' or 'CRMO'.'EAM=1'
12013: eam_pm_utils.update_pm_when_uncomplete(l_eam_wo_comp_rec.organization_id, l_eam_wo_comp_rec.wip_entity_id);
12014: end if; -- end of source entity check
12015: END IF;
12016:
12017: -- for FP bug of bug# 10147896, Capturing WO last_update_date just before Writing WO Completion record to database .