DBA Data[Home] [Help]

APPS.MRP_GRAPH_LINE_CAPACITY dependencies on INV_CONVERT

Line 465: inv_convert.inv_um_conversion(temp_uom,temp_base_uom,0,temp_conv_rate);

461: IF (l_last_res_id <> -1 ) Then
462: select unit_of_measure into temp_uom from bom_resources
463: where resource_id = l_last_res_id;
464: FND_PROFILE.get('BOM:HOUR_UOM_CODE',temp_base_uom);
465: inv_convert.inv_um_conversion(temp_uom,temp_base_uom,0,temp_conv_rate);
466: END IF;
467: qty_cells_tab(capacity_rec.bucket_number) := capacity_rec.bucket_qty * temp_conv_rate ;
468: l_last_dept_id := capacity_rec.department_id;
469: l_last_line_id := capacity_rec.line_id;