DBA Data[Home] [Help]

APPS.OE_HEADER_UTIL dependencies on OE_SHIP_METHODS_V

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

8286: AND SUBSTITUTION_ATTRIBUTE = 'QUALIFIER_ATTRIBUTE11'
8287: AND MODIFIED_TO = p_x_header_rec.shipping_method_code
8288: RETURNING MODIFIED_FROM INTO l_modified_from;
8289: END IF;
8290: select meaning into l_meaning from oe_ship_methods_v where lookup_type = 'SHIP_METHOD' and lookup_code = p_x_header_rec.shipping_method_code;
8291: --bug 4190357
8292:
8293: l_control_rec.write_to_DB := FALSE;
8294: l_control_rec.controlled_operation := TRUE;