DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_SHIP_METHODS_V

Line 16459: 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;

16455: oe_debug_pub.add('Calling process_order to clear the Shipping Method',2);
16456: oe_debug_pub.add('Value of shipping_method_code :'||p_x_line_rec.shipping_method_code,2);
16457: end if;
16458: --bug 4190357
16459: 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;
16460: --bug 4190357
16461: If v_count = 0 Then
16462: Clear_Shipping_Method
16463: ( p_x_line_rec => p_x_line_rec);