DBA Data[Home] [Help]

APPS.FA_RSVLDG_REP_INS_PKG dependencies on FA_CACHE_PKG

Line 37: if not fa_cache_pkg.fazcsob

33: when others then
34: h_set_of_books_id := null;
35: end;
36: if (h_set_of_books_id is not null) then
37: if not fa_cache_pkg.fazcsob
38: (X_set_of_books_id => h_set_of_books_id,
39: X_mrc_sob_type_code => h_reporting_flag) then
40: raise FND_API.G_EXC_UNEXPECTED_ERROR;
41: end if;