DBA Data[Home] [Help]

APPS.OE_AR_ACCEPTANCE_GRP dependencies on FND_LANGUAGES

Line 163: from fnd_languages

159: INTO x_line_flex_rec.INTERFACE_LINE_ATTRIBUTE2
160: FROM oe_transaction_types_tl tt,
161: oe_order_headers oh
162: WHERE tt.language = ( select language_code
163: from fnd_languages
164: where installed_flag = 'B')
165: AND tt.transaction_type_id = oh.order_type_id
166: AND oh.header_id = l_line_rec.header_id;
167: