569: if (l_err_num = 0) then
570: /* Check if EAM job */
571: select entity_type
572: into l_entity_type
573: from wip_entities
574: where wip_entity_id = l_wip_entity_id;
575:
576: /* Update Asset cost for eam jobs */
577: if (l_entity_type in (6,7)) then