DBA Data[Home] [Help]

APPS.FA_BASIS_OVERRIDE_INIT_PKG dependencies on FA_CDE_PKG

Line 43: -- This is just cover process to call the function FAODDA on FA_CDE_PKG

39: facodda_err EXCEPTION;
40:
41: begin <>
42:
43: -- This is just cover process to call the function FAODDA on FA_CDE_PKG
44:
45: if (not g_log_level_rec.initialized) then
46: if (NOT fa_util_pub.get_log_level_rec ( x_log_level_rec => g_log_level_rec)) then
47: raise facodda_err;

Line 95: if not FA_CDE_PKG.faodda(book => book,

91: fa_debug_pkg.add('facodda','return_code',return_code, p_log_level_rec => g_log_level_rec);
92: fa_debug_pkg.add('facodda','p_mrc_sob_type_code',p_mrc_sob_type_code, p_log_level_rec => g_log_level_rec);
93: end if;
94:
95: if not FA_CDE_PKG.faodda(book => book,
96: Deprn_Override_Used_By => l_deprn_override_used_by, --Bug11886090
97: asset_id => asset_id,
98: bonus_rule => bonus_rule,
99: fyctr => fyctr,