DBA Data[Home] [Help]

APPS.OE_HEADER_UTIL dependencies on OE_SHIP_METHODS_V

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

8472: AND SUBSTITUTION_ATTRIBUTE = 'QUALIFIER_ATTRIBUTE11'
8473: AND MODIFIED_TO = p_x_header_rec.shipping_method_code
8474: RETURNING MODIFIED_FROM INTO l_modified_from;
8475: END IF;
8476: 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;
8477: --bug 4190357
8478:
8479: l_control_rec.write_to_DB := FALSE;
8480: l_control_rec.controlled_operation := TRUE;