DBA Data[Home] [Help]

APPS.GMF_BURDENDETAILS_PUB dependencies on INV_CONVERT

Line 2030: l_converted_item_qty :=inv_convert.inv_um_convert

2026: ' for Item_Id : ' || x_header_rec.inventory_item_id);
2027: END IF;
2028:
2029: BEGIN
2030: l_converted_item_qty :=inv_convert.inv_um_convert
2031: (item_id => x_header_rec.inventory_item_id,
2032: precision => 5, -- precision 5
2033: from_quantity => l_item_qty, -- initial item qty to convert
2034: from_unit => l_item_uom, -- initial UOM to convert

Line 2155: l_converted_burden_qty :=inv_convert.inv_um_convert

2151: IF FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW >= G_Debug_Level THEN -- Bug 2659435
2152: log_msg( 'Converting Brdn Usage ' || l_burden_usage ||
2153: ' from UOM ' || l_burden_uom || ' to UOM ' || l_resource_uom);
2154: END IF;
2155: l_converted_burden_qty :=inv_convert.inv_um_convert
2156: (item_id => 0, -- here item is not required
2157: precision => 5, -- precision 5
2158: from_quantity => l_burden_usage, -- initial qty to convert
2159: from_unit => l_burden_uom, -- initial qty to convert