DBA Data[Home] [Help]

APPS.FA_FAS480_XMLP_PKG dependencies on FA_CACHE_PKG

Line 360: if not fa_cache_pkg.fazcsob

356: when others then
357: h_set_of_books_id := null;
358: end;
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;