DBA Data[Home] [Help]

APPS.RCV_ROI_TRANSACTION dependencies on MTL_ITEM_UOMS_VIEW

Line 7795: FROM mtl_item_uoms_view

7791: -- the call to exchange sub item is not made
7792: -- instead the code of exchange sub item is put there
7793: SELECT COUNT(*)
7794: INTO x_uom_count
7795: FROM mtl_item_uoms_view
7796: WHERE organization_id = x_cascaded_table(n).to_organization_id
7797: AND inventory_item_id(+) = x_cascaded_table(n).substitute_item_id
7798: AND unit_of_measure = x_cascaded_table(n).unit_of_measure;
7799: