DBA Data[Home] [Help]

APPS.INV_SALESORDER dependencies on FND_LANGUAGES

Line 411: from fnd_languages

407: tl.name = p_order_type and
408: ta.transaction_type_code = 'ORDER'
409: and LANGUAGE = (
410: select language_code
411: from fnd_languages
412: where installed_flag = 'B'));
413:
414: RETURN l_header_id;
415: