DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_VLD_PVT dependencies on EAM_WORK_ORDER_DETAILS

Line 6007: from EAM_WORK_ORDER_DETAILS ewod,

6003: l_rec_count := 0;
6004: --
6005: select count(*)
6006: into l_rec_count
6007: from EAM_WORK_ORDER_DETAILS ewod,
6008: WIP_DISCRETE_JOBS wdj
6009: where wdj.wip_entity_id = ewod.wip_entity_id
6010: and wdj.organization_id = ewod.organization_id
6011: and wdj.maintenance_object_type = 3