DBA Data[Home] [Help]

APPS.ENG_REV_COMPONENT_UTIL dependencies on MTL_SYSTEM_ITEMS

Line 754: FROM mtl_system_items

750: -- Loop executes then the bill does not exist.
751: -- Procedure Create_New_Bill
752: SELECT decode(eng_item_flag, 'N', 1, 2)
753: INTO l_assembly_type
754: FROM mtl_system_items
755: WHERE inventory_item_id = l_rev_comp_unexp_rec.revised_item_id
756: AND organization_id = l_rev_comp_unexp_rec.organization_id;
757:
758: