DBA Data[Home] [Help]

APPS.FA_BOOKS_PKG dependencies on FA_SRVR_MSG

Line 628: fa_srvr_msg.add_sql_error(

624: CALLING_FN => X_Calling_Fn
625: ,p_log_level_rec => p_log_level_rec);
626: X_Return_Status := FALSE;
627: else
628: fa_srvr_msg.add_sql_error(
629: calling_fn => 'fa_books_pkg.insert_row'
630: ,p_log_level_rec => p_log_level_rec);
631: X_Return_Status := FALSE;
632: raise; -- BUG# 1979676

Line 2339: fa_srvr_msg.add_sql_error(

2335: end if;
2336:
2337: exception
2338: when others then
2339: fa_srvr_msg.add_sql_error(
2340: calling_fn => 'fa_books_pkg.update_row'
2341: ,p_log_level_rec => p_log_level_rec);
2342: raise;
2343: END Update_Row;