DBA Data[Home] [Help]

APPS.MSC_DRP_UTIL dependencies on MSC_WT_UOM_CONVERSIONS_VIEW

Line 371: from MSC_WT_UOM_CONVERSIONS_VIEW

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