DBA Data[Home] [Help]

APPS.INV_LOGICAL_TRANSACTIONS_PUB dependencies on MTL_ITEM_CATEGORIES

Line 932: FROM mtl_item_categories

928: -- get if there is any Category id of the item with the category set id = 1(Inventory)
929: BEGIN
930: SELECT category_id
931: INTO l_qualifier_value_tbl(1)
932: FROM mtl_item_categories
933: WHERE category_set_id = 1
934: AND organization_id = l_organization_id
935: AND inventory_item_id = l_item_id;
936: