109: --looking for ML supply org parameter value
110: --change the if clause after sajani changes her code
111: SELECT ENABLE_LOWER_LEVEL_SUPPLY,oel.created_by
112: INTO l_mlsupply_parameter,l_created_by --bugfix 2803881
113: FROM bom_parameters bp,
114: oe_order_lines_all oel
115: WHERE oel.line_id = p_config_line_id
116: AND oel.ship_from_org_id = bp.organization_id;
117: