DBA Data[Home] [Help]

APPS.MSD_HIERARCHIES_PKG dependencies on FND_LANGUAGES

Line 208: from FND_LANGUAGES

204: LAST_UPDATE_LOGIN = 0
205: where HIERARCHY_id = to_number(x_HIERARCHY_id)
206: and nvl( plan_type ,-1)= nvl( to_char(x_plan_type) , -1)
207: and userenv('LANG') = (select language_code
208: from FND_LANGUAGES
209: where installed_flag = 'B');
210: end if;
211: EXCEPTION
212: when no_data_found then null;