mtl_item_categories

Purchasing & Inventory forum can be used to discuss all features/issues related to Oracle Purchasing & Inventory.
Post Reply
sudharshan
Posts: 23
Joined: Thu Dec 07, 2006 1:01 am
Location: Czech Republic

mtl_item_categories

Post by sudharshan »

can some one give me the link to mtl_system_items and mtl_categories .

Any link for inventory tables joins

regards

sudharshan
ramakrishna@erpstuff
Posts: 4
Joined: Thu Jan 31, 2008 4:40 pm
Location: USA

Post by ramakrishna@erpstuff »

I hope following query will help.

SELECT b.concatenated_segments, c.category_set_name
, b.segment1
, b.segment2
FROM apps.mtl_item_categories a
, apps.mtl_categories_kfv b
, apps.mtl_category_sets_vl c
, apps.mtl_system_items_vl d
WHERE a.category_id = b.category_id
AND a.category_set_id = c.category_set_id
--AND c.category_set_name = p_category_set_name
AND a.inventory_item_id =d.inventory_item_id
AND a.organization_id = d.organization_id
Post Reply

Who is online

Users browsing this forum: Google [Bot] and 2 guests