DBA Data[Home] [Help]

APPS.RCV_ROI_TRANSACTION dependencies on MTL_ITEM_UOMS_VIEW

Line 8738: FROM mtl_item_uoms_view

8734: -- the call to exchange sub item is not made
8735: -- instead the code of exchange sub item is put there
8736: SELECT COUNT(*)
8737: INTO x_uom_count
8738: FROM mtl_item_uoms_view
8739: WHERE organization_id = x_cascaded_table(n).to_organization_id
8740: AND inventory_item_id(+) = x_cascaded_table(n).substitute_item_id
8741: AND unit_of_measure = x_cascaded_table(n).unit_of_measure;
8742: