DBA Data[Home] [Help]

APPS.FA_FAS401_XMLP_PKG dependencies on FND_API

Line 287: raise FND_API.G_EXC_UNEXPECTED_ERROR;

283: if (h_set_of_books_id is not null) then
284: if not fa_cache_pkg.fazcsob
285: (X_set_of_books_id => h_set_of_books_id,
286: X_mrc_sob_type_code => h_reporting_flag) then
287: raise FND_API.G_EXC_UNEXPECTED_ERROR;
288: end if;
289: else
290: h_reporting_flag := 'P';
291: end if;