DBA Data[Home] [Help]

APPS.FA_IMPAIRMENT_PREV_PVT dependencies on FA_SRVR_MSG

Line 598: fa_srvr_msg.add_message(

594: t_asset_id(i), p_log_level_rec => p_log_level_rec);
595: fa_debug_pkg.add(l_calling_fn, 'You can not Post an impairment for this asset',
596: 'As this asset is added with depreciate flag as NO and without reserve', p_log_level_rec => p_log_level_rec);
597: END IF;
598: fa_srvr_msg.add_message(
599: calling_fn => null,
600: name => 'FA_NO_IMP_NON_DEPR_ASSET',
601: token1 => 'FA_ASSET_NUM',
602: value1 => '' || t_asset_number(i),