DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_SHIP_METHODS_V

Line 18031: select meaning into l_meaning from oe_ship_methods_v where lookup_type = 'SHIP_METHOD' and lookup_code=p_x_line_rec.shipping_method_code;

18027: oe_debug_pub.add('Calling process_order to clear the Shipping Method',2);
18028: oe_debug_pub.add('Value of shipping_method_code :'||p_x_line_rec.shipping_method_code,2);
18029: end if;
18030: --bug 4190357
18031: select meaning into l_meaning from oe_ship_methods_v where lookup_type = 'SHIP_METHOD' and lookup_code=p_x_line_rec.shipping_method_code;
18032: --bug 4190357
18033: If v_count = 0 Then
18034: Clear_Shipping_Method
18035: ( p_x_line_rec => p_x_line_rec);