DBA Data[Home] [Help]

APPS.FA_BOOKS_PKG dependencies on FA_SRVR_MSG

Line 669: fa_srvr_msg.add_sql_error(

665: CALLED_FN => 'fa_books_pkg.insert_row',
666: CALLING_FN => X_Calling_Fn, p_log_level_rec => p_log_level_rec);
667: X_Return_Status := FALSE;
668: else
669: fa_srvr_msg.add_sql_error(
670: calling_fn => 'fa_books_pkg.insert_row', p_log_level_rec => p_log_level_rec);
671: X_Return_Status := FALSE;
672: raise; -- BUG# 1979676
673: end if;

Line 2456: fa_srvr_msg.add_sql_error(

2452: end if;
2453:
2454: exception
2455: when others then
2456: fa_srvr_msg.add_sql_error(
2457: calling_fn => 'fa_books_pkg.update_row', p_log_level_rec => p_log_level_rec);
2458: raise;
2459: END Update_Row;
2460: