DBA Data[Home] [Help]

APPS.OE_BLANKET_FORM_CONTROL dependencies on OE_TRANSACTION_TYPES_VL

Line 2287: from oe_transaction_types_vl

2283: oe_debug_pub.add('Entering OE_Blanket_Form_Control.Sales_Order_Type order Type Id : '||p_order_type_id);
2284: END IF;
2285: select
2286: name into l_order_type
2287: from oe_transaction_types_vl
2288: where SALES_DOCUMENT_TYPE_CODE = 'B'
2289: AND transaction_type_id = p_order_type_id;
2290:
2291: return l_order_type;