DBA Data[Home] [Help]

APPS.BSC_DBI_CALENDAR dependencies on FND_LANGUAGES

Line 2583: cursor c1 is select language_code from FND_LANGUAGES where INSTALLED_FLAG in ('I', 'B');

2579: raise;
2580: End;
2581:
2582: procedure init_all is
2583: cursor c1 is select language_code from FND_LANGUAGES where INSTALLED_FLAG in ('I', 'B');
2584: Begin
2585: g_who:=0;
2586: if BSC_IM_UTILS.get_option_value(g_options,g_number_options,'DEBUG LOG')='Y' then
2587: g_debug:=true;