DBA Data[Home] [Help]

APPS.RCV_ROI_TRANSACTION dependencies on INV_MATERIAL_STATUS_PKG

Line 292: status_id = inv_material_status_pkg.get_default_locator_status(x_cascaded_table(n).to_organization_id, x_cascaded_table(n).subinventory),

288: END IF;
289:
290: update mtl_item_locations
291: set subinventory_code = x_cascaded_table(n).subinventory,
292: status_id = inv_material_status_pkg.get_default_locator_status(x_cascaded_table(n).to_organization_id, x_cascaded_table(n).subinventory),
293: physical_location_id = l_loc_id
294: where inventory_location_id = x_cascaded_table(n).locator_id;
295:
296: EXCEPTION