DBA Data[Home] [Help]

APPS.WIP_EAMMTLPROC_PRIV dependencies on MTL_OBJECT_GENEALOGY

Line 341: from wip_discrete_jobs wdj, mtl_object_genealogy mog,

337: and mti.rebuild_serial_number = msn.serial_number
338: and ( msn.current_status = 1 --defined not used
339: or ( msn.current_status in (3,4) --issued out or in stores
340: and exists(select 1
341: from wip_discrete_jobs wdj, mtl_object_genealogy mog,
342: csi_item_instances cii, mtl_serial_numbers msn_parent
343: where wdj.maintenance_object_id = cii.instance_id
344: and wdj.maintenance_object_type = 3
345: and wdj.wip_entity_id = mti.transaction_source_id