DBA Data[Home] [Help]

APPS.IBE_DSP_HIERARCHY_SETUP_PVT dependencies on FND_LANGUAGES

Line 4706: select count(*)into l_count_langs from fnd_languages where installed_flag in ('I','B');

4702: -- a record for them
4703: --
4704: l_found := FALSE;
4705: --bug 3303424
4706: select count(*)into l_count_langs from fnd_languages where installed_flag in ('I','B');
4707:
4708: FOR r1 IN c1(p_src_section_id, l_master_mini_site_id) LOOP
4709: l_found := TRUE;
4710: IF (l_debug = 'Y') THEN