DBA Data[Home] [Help]

APPS.OE_BLANKET_FORM_CONTROL dependencies on OE_TRANSACTION_TYPES_VL

Line 2298: from oe_transaction_types_vl

2294: oe_debug_pub.add('Entering OE_Blanket_Form_Control.Sales_Order_Type order Type Id : '||p_order_type_id);
2295: END IF;
2296: select
2297: name into l_order_type
2298: from oe_transaction_types_vl
2299: where SALES_DOCUMENT_TYPE_CODE = 'B'
2300: AND transaction_type_id = p_order_type_id;
2301:
2302: return l_order_type;