DBA Data[Home] [Help]

APPS.FA_FAS403_XMLP_PKG dependencies on FA_CACHE_PKG

Line 324: if not fa_cache_pkg.fazcsob

320: when others then
321: h_set_of_books_id := null;
322: end;
323: if (h_set_of_books_id is not null) then
324: if not fa_cache_pkg.fazcsob
325: (X_set_of_books_id => h_set_of_books_id,
326: X_mrc_sob_type_code => h_reporting_flag) then
327: raise FND_API.G_EXC_UNEXPECTED_ERROR;
328: end if;