DBA Data[Home] [Help]

APPS.OE_AR_ACCEPTANCE_GRP dependencies on FND_LANGUAGES

Line 165: from fnd_languages

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