Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

select distinct MSB.

segment1 ITEM,
MSB.DESCRIPTION ITEM_DESCRIPTION,
MCST.category_set_name,
MCK.CONCATENATED_SEGMENTS CATEGORY,
MSB.inventory_item_status_code,
msb.last_updated_by,
fu.description last_updated_name

from apps.mtl_system_items_b MSB,


apps.mtl_categories_kfv MCK,
apps.mtl_item_categories MIC,
apps.mtl_category_sets_tl MCST,
apps.fnd_user fu
where MIC.inventory_item_id = MSB.inventory_item_id
and MIC.category_id = MCK.category_id
-- and a.attribute20 = 'GNU'
and MSB.organization_id =MIC.organization_id
and MSB.organization_id = 85
and MCST.category_set_id=MIC.category_set_id
and msb.last_updated_by=fu.user_id
and
and mck.concatenated_segments='AZZZZ';

You might also like