DBA Data[Home] [Help]

APPS.INV_SALESORDER dependencies on FND_LANGUAGES

Line 398: from fnd_languages

394: tl.name = p_order_type and
395: ta.transaction_type_code = 'ORDER'
396: and LANGUAGE = (
397: select language_code
398: from fnd_languages
399: where installed_flag = 'B'));
400:
401: RETURN l_header_id;
402: