DBA Data[Home] [Help]

APPS.FA_MASS_RECLASS_PKG dependencies on FA_ASSET_VAL_PVT

Line 389: if not FA_ASSET_VAL_PVT.validate_assigned_to (

385: -- reset the message level to prevent bogus errors
386: FA_SRVR_MSG.Set_Message_Level(message_level => 10, p_log_level_rec => g_log_level_rec);
387:
388: if NOT l_warn_status then
389: if not FA_ASSET_VAL_PVT.validate_assigned_to (
390: p_transaction_type_code => 'RECLASS',
391: p_assigned_to => l_assigned_to(l_loop_count),
392: p_date => mr_rec.trans_date_entered,
393: p_calling_fn => l_calling_fn,