DBA Data[Home] [Help]

APPS.MTL_CROSS_REFERENCES_PVT dependencies on MTL_UOM_CONVERSIONS_VIEW

Line 432: from mtl_uom_conversions_view

428: FROM dual
429: WHERE
430: l_Xref_Rec.Uom_Code IN (
431: select Uom_code
432: from mtl_uom_conversions_view
433: where inventory_item_id = l_XRef_Rec.Inventory_Item_Id
434: and organization_id = Decode (l_XRef_Rec.organization_id,FND_API.G_MISS_CHAR,organization_id,NULL,organization_id,organization_id)
435: )
436: AND ROWNUM=1;

Line 870: from mtl_uom_conversions_view

866: FROM dual
867: WHERE
868: l_Xref_Rec.Uom_Code IN (
869: select Uom_code
870: from mtl_uom_conversions_view
871: where inventory_item_id = l_mtl_XRef_rec.INVENTORY_ITEM_ID
872: and organization_id = Decode (l_mtl_XRef_rec.Organization_Id,FND_API.G_MISS_CHAR,organization_id,NULL,organization_id,organization_id)
873: )
874: AND ROWNUM=1;