DBA Data[Home] [Help]

APPS.OE_INVOICE_PUB dependencies on FND_LANGUAGES

Line 4896: from fnd_languages

4892: AND ooh.header_id = ool.header_id
4893: AND ott.transaction_type_id = ooh.order_type_id
4894: AND ott.language =
4895: (select language_code
4896: from fnd_languages
4897: where installed_flag = 'B');
4898: --
4899: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
4900: --

Line 6070: from fnd_languages

6066: INTO p_x_interface_line_rec.INTERFACE_LINE_ATTRIBUTE2
6067: FROM oe_transaction_types_tl tt,
6068: oe_order_headers oh
6069: WHERE tt.language = ( select language_code
6070: from fnd_languages
6071: where installed_flag = 'B')
6072: AND tt.transaction_type_id = oh.order_type_id
6073: AND oh.header_id = p_line_rec.header_id;
6074: p_x_interface_line_rec.INTERFACE_LINE_ATTRIBUTE6 := to_char(p_line_rec.line_id);