DBA Data[Home] [Help]

APPS.INV_LOGICAL_TRANSACTIONS_PUB dependencies on MTL_ITEM_CATEGORIES

Line 916: FROM mtl_item_categories

912: -- get if there is any Category id of the item with the category set id = 1(Inventory)
913: BEGIN
914: SELECT category_id
915: INTO l_qualifier_value_tbl(1)
916: FROM mtl_item_categories
917: WHERE category_set_id = 1
918: AND organization_id = l_organization_id
919: AND inventory_item_id = l_item_id;
920: