select OTT.*
from apps.oe_transaction_types_tl ott, apps.oe_transaction_types_all ota
where ott.transaction_TYPE_id = ota.transaction_TYPE_id
and ott.language = 'US'
AND NAME='&ORDER_TYPE'
from apps.oe_transaction_types_tl ott, apps.oe_transaction_types_all ota
where ott.transaction_TYPE_id = ota.transaction_TYPE_id
and ott.language = 'US'
AND NAME='&ORDER_TYPE'