DBA Data[Home] [Help]

APPS.FA_METHODS_PKG dependencies on FA_SRVR_MSG

Line 176: fa_srvr_msg.add_sql_error(

172:
173: exception
174: when others then
175:
176: fa_srvr_msg.add_sql_error(
177: calling_fn => 'fa_methods_pkg.insert_row', p_log_level_rec => p_log_level_rec);
178:
179: FA_STANDARD_PKG.RAISE_ERROR(
180: CALLED_FN => 'fa_methods_pkg.insert_row',

Line 557: fa_srvr_msg.add_sql_error(

553:
554: exception
555: when others then
556:
557: fa_srvr_msg.add_sql_error(
558: calling_fn => 'fa_methods_pkg.update_row', p_log_level_rec => p_log_level_rec);
559:
560: FA_STANDARD_PKG.RAISE_ERROR(
561: CALLED_FN => 'fa_methods_pkg.update_row',

Line 579: fa_srvr_msg.add_sql_error(

575: end if;
576: exception
577: when others then
578:
579: fa_srvr_msg.add_sql_error(
580: calling_fn => 'fa_methods_pkg.delete_row', p_log_level_rec => p_log_level_rec);
581:
582: FA_STANDARD_PKG.RAISE_ERROR(
583: CALLED_FN => 'fa_methods_pkg.delete_row',

Line 747: fa_srvr_msg.add_sql_error(

743:
744: exception
745: when others then
746:
747: fa_srvr_msg.add_sql_error(
748: calling_fn => 'fa_methods_pkg.load_row', p_log_level_rec => p_log_level_rec);
749:
750: FA_STANDARD_PKG.RAISE_ERROR(
751: CALLED_FN => 'fa_methods_pkg.load_row',

Line 901: fa_srvr_msg.add_sql_error(

897:
898: exception
899: when others then
900:
901: fa_srvr_msg.add_sql_error(
902: calling_fn => 'fa_methods_pkg.load_row'
903: ,p_log_level_rec => p_log_level_rec);
904:
905: FA_STANDARD_PKG.RAISE_ERROR(

Line 971: fa_srvr_msg.add_sql_error(

967:
968: exception
969: when others then
970:
971: fa_srvr_msg.add_sql_error(
972: calling_fn => 'fa_methods_pkg.translate_row', p_log_level_rec => p_log_level_rec);
973:
974: FA_STANDARD_PKG.RAISE_ERROR(
975: CALLED_FN => 'fa_methods_pkg.translate_row',

Line 1043: fa_srvr_msg.add_sql_error(

1039:
1040: exception
1041: when others then
1042:
1043: fa_srvr_msg.add_sql_error(
1044: calling_fn => 'fa_methods_pkg.translate_row'
1045: ,p_log_level_rec => p_log_level_rec);
1046:
1047: FA_STANDARD_PKG.RAISE_ERROR(