DBA Data[Home] [Help]

APPS.EAM_COMPLETION dependencies on EAM_PM_UTILS

Line 1484: eam_pm_utils.update_pm_when_uncomplete(i_org_id, x_wip_entity_id);

1480: /*
1481: Last service info needs to be uncompleted for both the work orders.
1482: */
1483: if(i_maintenance_source_id = 1) then -- added to check whether work order is of 'EAM' or 'CRMO'.'EAM=1'
1484: eam_pm_utils.update_pm_when_uncomplete(i_org_id, x_wip_entity_id);
1485: end if; -- end of source entity check
1486:
1487: -- initial the rest important variable
1488: i_status_type := WIP_CONSTANTS.RELEASED;