DBA Data[Home] [Help]

APPS.FA_FAS480_XMLP_PKG dependencies on FND_API

Line 363: raise FND_API.G_EXC_UNEXPECTED_ERROR;

359: if (h_set_of_books_id is not null) then
360: if not fa_cache_pkg.fazcsob
361: (X_set_of_books_id => h_set_of_books_id,
362: X_mrc_sob_type_code => h_reporting_flag) then
363: raise FND_API.G_EXC_UNEXPECTED_ERROR;
364: end if;
365: else
366: h_reporting_flag := 'P';
367: end if;