[Home] [Help]
334: IF l_line_id IS NOT NULL THEN
335:
336: SELECT item_type_code
337: INTO l_item_type
338: FROM oe_order_lines_all
339: WHERE line_id = l_line_id;
340:
341: -- Check for valid events which trigger notification
342: -- and do not send notification for class lines.