DBA Data[Home] [Help]

APPS.OE_NEGOTIATE_WF dependencies on OE_TRANSACTION_TYPES_TL

Line 720: FROM oe_order_headers_all oh, oe_transaction_types_tl t

716: document := substrb(l_header_txt, 1, 240);
717: ELSIF l_sales_document_type_code = 'O' THEN
718: SELECT oh.order_number, oh.order_type_id, t.name
719: INTO l_quote_number, l_transaction_type_id, l_transaction_type_name
720: FROM oe_order_headers_all oh, oe_transaction_types_tl t
721: WHERE header_id = l_header_id
722: AND t.language = userenv('LANG')
723: AND t.transaction_type_id = oh.order_type_id;
724: