DBA Data[Home] [Help]

APPS.MSC_DRP_UTIL dependencies on MSC_WT_UOM_CONVERSIONS_VIEW

Line 367: from MSC_WT_UOM_CONVERSIONS_VIEW

363: FUNCTION wt_convert_ratio(p_item_id number, p_org_id number, p_inst_id number,
364: p_uom_code varchar2) return number is
365: cursor wt_c is
366: select CONVERSION_RATE
367: from MSC_WT_UOM_CONVERSIONS_VIEW
368: where inventory_item_id = p_item_id
369: and organization_id =p_org_id
370: and sr_instance_id = p_inst_id
371: and uom_code = p_uom_code;