DBA Data[Home] [Help]

APPS.OE_RETROBILL_PVT dependencies on OE_PROCESSING_MSGS_TL

Line 4116: FROM oe_processing_msgs a, oe_processing_msgs_tl b

4112: , a.original_sys_document_ref
4113: , a.change_sequence
4114: , a.original_sys_document_line_ref
4115: , b.message_text
4116: FROM oe_processing_msgs a, oe_processing_msgs_tl b
4117: WHERE a.request_id = l_concurrent_id
4118: AND a.transaction_id = b.transaction_id
4119: AND b.language = oe_globals.g_lang
4120: ORDER BY a.order_source_id, a.original_sys_document_ref, a.change_sequence;