DBA Data[Home] [Help]

APPS.FA_FLEX_PVT dependencies on FA_SRVR_MSG

Line 59: fa_srvr_msg.add_message(calling_fn => 'fa_flex_pvt.get_concat_segs', p_log_level_rec => p_log_level_rec);

55: return true;
56:
57: EXCEPTION
58: when error_found then
59: fa_srvr_msg.add_message(calling_fn => 'fa_flex_pvt.get_concat_segs', p_log_level_rec => p_log_level_rec);
60: return false;
61:
62: when others then
63: fa_srvr_msg.add_sql_error(calling_fn => 'fa_flex_pvt.get_concat_segs', p_log_level_rec => p_log_level_rec);

Line 63: fa_srvr_msg.add_sql_error(calling_fn => 'fa_flex_pvt.get_concat_segs', p_log_level_rec => p_log_level_rec);

59: fa_srvr_msg.add_message(calling_fn => 'fa_flex_pvt.get_concat_segs', p_log_level_rec => p_log_level_rec);
60: return false;
61:
62: when others then
63: fa_srvr_msg.add_sql_error(calling_fn => 'fa_flex_pvt.get_concat_segs', p_log_level_rec => p_log_level_rec);
64: return false;
65:
66: END get_concat_segs;
67: