DBA Data[Home] [Help]

APPS.FA_XML_REPORT_PKG dependencies on FND_API

Line 215: raise FND_API.G_EXC_UNEXPECTED_ERROR;

211: if not fa_cache_pkg.fazcsob
212: (x_set_of_books_id => p_set_of_books_id
213: ,x_mrc_sob_type_code => l_reporting_flag)
214: then
215: raise FND_API.G_EXC_UNEXPECTED_ERROR;
216: end if;
217: /*Bug#12803924 */
218: if not FA_CACHE_PKG.fazcbc(X_book => p_book_type_code, p_log_level_rec => null) then
219: raise FND_API.G_EXC_UNEXPECTED_ERROR;

Line 219: raise FND_API.G_EXC_UNEXPECTED_ERROR;

215: raise FND_API.G_EXC_UNEXPECTED_ERROR;
216: end if;
217: /*Bug#12803924 */
218: if not FA_CACHE_PKG.fazcbc(X_book => p_book_type_code, p_log_level_rec => null) then
219: raise FND_API.G_EXC_UNEXPECTED_ERROR;
220: end if;
221: if fa_cache_pkg.fazcbc_record.sorp_enabled_flag = 'Y' then
222: l_user_lang := userenv('LANG') ;
223: open c_get_impair_class(l_user_lang);

Line 288: raise FND_API.G_EXC_UNEXPECTED_ERROR;

284: close c_imp;
285:
286: exception
287: when others then
288: raise FND_API.G_EXC_UNEXPECTED_ERROR;
289: end;
290:
291:
292: l_debug_info := 'Select the main sql...';

Line 608: raise FND_API.G_EXC_UNEXPECTED_ERROR;

604: if not fa_cache_pkg.fazcsob
605: (x_set_of_books_id => p_set_of_books_id
606: ,x_mrc_sob_type_code => l_reporting_flag)
607: then
608: raise FND_API.G_EXC_UNEXPECTED_ERROR;
609: end if;
610:
611: if l_reporting_flag = 'R' then
612: l_fa_books_tb_name := 'fa_mc_books';

Line 638: raise FND_API.G_EXC_UNEXPECTED_ERROR;

634: close c_currency;
635:
636: exception
637: when others then
638: raise FND_API.G_EXC_UNEXPECTED_ERROR;
639: end;
640:
641:
642: l_debug_info := 'Select the main sql...';