DBA Data[Home] [Help]

APPS.FA_FAS400_XMLP_PKG dependencies on FND_API

Line 350: raise FND_API.G_EXC_UNEXPECTED_ERROR;

346: if (h_set_of_books_id is not null) then
347: if not fa_cache_pkg.fazcsob
348: (X_set_of_books_id => h_set_of_books_id,
349: X_mrc_sob_type_code => h_reporting_flag) then
350: raise FND_API.G_EXC_UNEXPECTED_ERROR;
351: end if;
352: else
353: h_reporting_flag := 'P';
354: end if;