DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_VLD_PVT dependencies on EAM_WORK_ORDER_DETAILS

Line 6291: from EAM_WORK_ORDER_DETAILS ewod,

6287: l_rec_count := 0;
6288: --
6289: select count(*)
6290: into l_rec_count
6291: from EAM_WORK_ORDER_DETAILS ewod,
6292: WIP_DISCRETE_JOBS wdj
6293: where wdj.wip_entity_id = ewod.wip_entity_id
6294: and wdj.organization_id = ewod.organization_id
6295: and wdj.maintenance_object_type = 3