DBA Data[Home] [Help]

APPS.OE_NEGOTIATE_WF dependencies on OE_TRANSACTION_TYPES_TL

Line 779: FROM oe_order_headers_all oh, oe_transaction_types_tl t

775: SELECT oh.order_number, oh.order_type_id,
776: t.NAME
777: INTO l_quote_number, l_transaction_type_id,
778: l_transaction_type_name
779: FROM oe_order_headers_all oh, oe_transaction_types_tl t
780: WHERE header_id = l_header_id
781: AND t.LANGUAGE = USERENV ('LANG')
782: AND t.transaction_type_id = oh.order_type_id;
783: