DBA Data[Home] [Help]

APPS.MTL_MOVEMENT_RPT_PKG dependencies on MTL_UOM_CONVERSIONS_VIEW

Line 191: mtl_uom_conversions_view muc,

187: begin
188: select
189: conversion_rate into l_conversion_rate
190: from
191: mtl_uom_conversions_view muc,
192: mtl_movement_parameters mmp
193: where
194: muc.inventory_item_id = l_inventory_item_id
195: and muc.organization_id = l_organization_id

Line 234: mtl_uom_conversions_view

230: begin
231: select
232: conversion_rate into l_conversion_rate
233: from
234: mtl_uom_conversions_view
235: where
236: inventory_item_id = l_inventory_item_id
237: and organization_id = l_organization_id
238: and uom_code = l_transaction_uom_code;

Line 252: mtl_uom_conversions_view muc,

248: begin
249: select
250: conversion_rate into l_conversion_rate
251: from
252: mtl_uom_conversions_view muc,
253: mtl_movement_parameters mmp
254: where
255: muc.inventory_item_id = l_inventory_item_id
256: and muc.organization_id = l_organization_id