DBA Data[Home] [Help]

APPS.OE_INVOICE_PUB dependencies on FND_LANGUAGES

Line 5127: from fnd_languages

5123: AND ooh.header_id = ool.header_id
5124: AND ott.transaction_type_id = ooh.order_type_id
5125: AND ott.language =
5126: (select language_code
5127: from fnd_languages
5128: where installed_flag = 'B');
5129: --
5130: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
5131: --

Line 6328: from fnd_languages

6324: INTO p_x_interface_line_rec.INTERFACE_LINE_ATTRIBUTE2
6325: FROM oe_transaction_types_tl tt,
6326: oe_order_headers oh
6327: WHERE tt.language = ( select language_code
6328: from fnd_languages
6329: where installed_flag = 'B')
6330: AND tt.transaction_type_id = oh.order_type_id
6331: AND oh.header_id = p_line_rec.header_id;
6332: p_x_interface_line_rec.INTERFACE_LINE_ATTRIBUTE6 := to_char(p_line_rec.line_id);