DBA Data[Home] [Help]

APPS.FA_TRANSFER_PUB dependencies on FA_DEBUG_PKG

Line 70: fa_debug_pkg.Initialize;

66: END IF;
67:
68: if (p_init_msg_list = FND_API.G_TRUE) then
69: fa_srvr_msg.Init_Server_Message;
70: fa_debug_pkg.Initialize;
71: end if;
72:
73: if (px_asset_hdr_rec.asset_id is null) then
74: fa_srvr_msg.add_message(

Line 135: fa_debug_pkg.add(p_calling_fn, 'Error calling', 'fa_cache_pkg.fazccmt', p_log_level_rec => g_log_level_rec);

131:
132: if (not fa_cache_pkg.fazccmt(l_asset_fin_rec.deprn_method_code,
133: l_asset_fin_rec.life_in_months, p_log_level_rec => g_log_level_rec)) then
134: if (g_log_level_rec.statement_level) then
135: fa_debug_pkg.add(p_calling_fn, 'Error calling', 'fa_cache_pkg.fazccmt', p_log_level_rec => g_log_level_rec);
136: end if;
137:
138: raise FND_API.G_EXC_UNEXPECTED_ERROR;
139: end if;