DBA Data[Home] [Help]

APPS.FA_FAS400_XMLP_PKG dependencies on FA_CACHE_PKG

Line 347: if not fa_cache_pkg.fazcsob

343: when others then
344: h_set_of_books_id := null;
345: end;
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;