DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_PVT dependencies on EAM_PM_UTILS

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

11388: --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
11389: -- will be inserted into Eam_Job_Completion_Txns for uncompletion transaction.
11390: IF l_eam_wo_comp_rec.transaction_type = EAM_PROCESS_WO_PVT.G_OPR_UNCOMPLETE THEN
11391: if( l_maint_obj_source = 1) then -- added to check whether work order is of 'EAM' or 'CRMO'.'EAM=1'
11392: eam_pm_utils.update_pm_when_uncomplete(l_eam_wo_comp_rec.organization_id, l_eam_wo_comp_rec.wip_entity_id);
11393: end if; -- end of source entity check
11394: END IF;
11395:
11396: IF GET_DEBUG = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Writing WO Completion record to database ...'); END IF;