DBA Data[Home] [Help]

APPS.EAM_OP_VALIDATE_PVT dependencies on WIP_DISCRETE_JOBS

Line 333: from wip_discrete_jobs

329: if (p_eam_op_rec.transaction_type = EAM_PROCESS_WO_PVT.G_OPR_UPDATE) and
330: (p_eam_op_rec.department_id <> p_old_eam_op_rec.department_id) then
331: select count(*) --fix for bug 14096091
332: into l_cmro_count
333: from wip_discrete_jobs
334: where wip_entity_id = p_eam_op_rec.wip_entity_id
335: and organization_id = p_eam_op_rec.organization_id
336: and maintenance_object_source =2; --cmro
337: