DBA Data[Home] [Help]

APPS.FA_DEPRN_ROLLBACK_PUB dependencies on FA_CACHE_PKG

Line 89: if (NOT fa_cache_pkg.fazcbc (X_book => px_asset_hdr_rec.book_type_code,

85: raise rb_err;
86: end if;
87:
88: -- Call the cache for the primary transaction book
89: if (NOT fa_cache_pkg.fazcbc (X_book => px_asset_hdr_rec.book_type_code,
90: p_log_level_rec => g_log_level_rec)) then -- Bug:5475024
91: raise rb_err;
92: end if;
93:

Line 95: fa_cache_pkg.fazcbc_record.set_of_books_id;

91: raise rb_err;
92: end if;
93:
94: px_asset_hdr_rec.set_of_books_id :=
95: fa_cache_pkg.fazcbc_record.set_of_books_id;
96:
97: if (p_validation_level = FND_API.G_VALID_LEVEL_FULL) then
98:
99: null;

Line 253: l_rsob_tbl fa_cache_pkg.fazcrsob_sob_tbl_type;

249: p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null) RETURN BOOLEAN IS -- Bug:5475024
250:
251: l_mrc_asset_hdr_rec FA_API_TYPES.asset_hdr_rec_type;
252: l_period_rec fa_api_types.period_rec_type;
253: l_rsob_tbl fa_cache_pkg.fazcrsob_sob_tbl_type;
254: l_mrc_sob_type_code varchar2(1);
255:
256: l_deprn_source_info XLA_EVENTS_PUB_PKG.t_event_source_info;
257: l_security_context XLA_EVENTS_PUB_PKG.t_security;

Line 445: if (NOT fa_cache_pkg.fazcrsob (

441: p_log_level_rec => p_log_level_rec);
442: end if;
443:
444:
445: if (NOT fa_cache_pkg.fazcrsob (
446: x_book_type_code => px_asset_hdr_rec.book_type_code,
447: x_sob_tbl => l_rsob_tbl,
448: p_log_level_rec => p_log_level_rec -- Bug:5475024
449: )) then

Line 470: if (NOT fa_cache_pkg.fazcbcs (

466: l_mrc_sob_type_code := 'R';
467: end if;
468:
469: -- Need to always call fazcbcs
470: if (NOT fa_cache_pkg.fazcbcs (
471: X_book => l_mrc_asset_hdr_rec.book_type_code,
472: X_set_of_books_id => l_mrc_asset_hdr_rec.set_of_books_id,
473: p_log_level_rec => p_log_level_rec -- Bug:5475024
474: )) then