DBA Data[Home] [Help]

APPS.FA_METHODS_PKG dependencies on FA_SRVR_MSG

Line 173: fa_srvr_msg.add_sql_error(

169:
170: exception
171: when others then
172:
173: fa_srvr_msg.add_sql_error(
174: calling_fn => 'fa_methods_pkg.insert_row'
175: ,p_log_level_rec => p_log_level_rec);
176:
177: FA_STANDARD_PKG.RAISE_ERROR(

Line 550: fa_srvr_msg.add_sql_error(

546:
547: exception
548: when others then
549:
550: fa_srvr_msg.add_sql_error(
551: calling_fn => 'fa_methods_pkg.update_row'
552: ,p_log_level_rec => p_log_level_rec);
553:
554: FA_STANDARD_PKG.RAISE_ERROR(

Line 574: fa_srvr_msg.add_sql_error(

570: end if;
571: exception
572: when others then
573:
574: fa_srvr_msg.add_sql_error(
575: calling_fn => 'fa_methods_pkg.delete_row'
576: ,p_log_level_rec => p_log_level_rec);
577:
578: FA_STANDARD_PKG.RAISE_ERROR(

Line 727: fa_srvr_msg.add_sql_error(

723:
724: exception
725: when others then
726:
727: fa_srvr_msg.add_sql_error(
728: calling_fn => 'fa_methods_pkg.load_row'
729: ,p_log_level_rec => p_log_level_rec);
730:
731: FA_STANDARD_PKG.RAISE_ERROR(

Line 803: fa_srvr_msg.add_sql_error(

799:
800: exception
801: when others then
802:
803: fa_srvr_msg.add_sql_error(
804: calling_fn => 'fa_methods_pkg.translate_row'
805: ,p_log_level_rec => p_log_level_rec);
806:
807: FA_STANDARD_PKG.RAISE_ERROR(