DBA Data[Home] [Help]

APPS.OE_PREPAYMENT_UTIL dependencies on OE_GLOBALS

Line 531: AND b.language = oe_globals.g_lang

527: , b.message_text
528: FROM oe_processing_msgs a, oe_processing_msgs_tl b
529: WHERE a.request_id = l_request_id
530: AND a.transaction_id = b.transaction_id
531: AND b.language = oe_globals.g_lang
532: ORDER BY a.order_source_id, a.original_sys_document_ref, a.header_id;
533:
534: --
535: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;