DBA Data[Home] [Help]

APPS.GMF_MIGRATION dependencies on OE_TRANSACTION_TYPES_ALL

Line 990: FROM oe_transaction_types_all t,

986: AND nvl(p_source_type,0) = 0
987: AND order_type = p_Order_type
988: UNION ALL
989: SELECT tl.name
990: FROM oe_transaction_types_all t,
991: oe_transaction_types_tl tl
992: WHERE t.transaction_type_id = tl.transaction_type_id
993: AND tl.language = userenv('LANG')
994: AND nvl(p_source_type,0) = 11