DBA Data[Home] [Help]

APPS.BOM_OPERATION_PVT dependencies on MTL_SYSTEM_ITEMS

Line 157: FROM MTL_SYSTEM_ITEMS

153:
154: -- Get the Assembly type from Item Id/Org ID and set option dependent flag.
155: SELECT bom_item_type
156: INTO g_assy_item_type
157: FROM MTL_SYSTEM_ITEMS
158: WHERE organization_id = l_operation_rec.organization_id
159: AND inventory_item_id = l_operation_rec.Assembly_Item_Id ;
160:
161: If (nvl(l_operation_rec.option_dependent_flag,Fnd_Api.G_Miss_Num) <> Fnd_Api.G_Miss_Num) then