DBA Data[Home] [Help]

APPS.WIP_EAMMTLPROC_PRIV dependencies on MTL_OBJECT_GENEALOGY

Line 342: from wip_discrete_jobs wdj, mtl_object_genealogy mog,

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