DBA Data[Home] [Help]

APPS.FA_ASSET_INVOICES_PKG dependencies on FA_SRVR_MSG

Line 374: FA_SRVR_MSG.Add_SQL_Error(Calling_fn =>

370: end if;
371:
372: exception
373: when others then
374: FA_SRVR_MSG.Add_SQL_Error(Calling_fn =>
375: 'fa_asset_invoices_pkg.insert_row'
376: ,p_log_level_rec => p_log_level_rec);
377: raise;
378: END Insert_Row;

Line 1243: FA_SRVR_MSG.Add_SQL_Error(Calling_fn =>

1239:
1240:
1241: exception
1242: when others then
1243: FA_SRVR_MSG.Add_SQL_Error(Calling_fn =>
1244: 'fa_asset_invoices_pkg.update_row'
1245: ,p_log_level_rec => p_log_level_rec);
1246: raise;
1247: END Update_Row;

Line 1289: fa_srvr_msg.add_sql_error(

1285: exception
1286: when no_data_found then
1287: null;
1288: when others then
1289: fa_srvr_msg.add_sql_error(
1290: CALLING_FN => 'fa_asset_invoices_pkg.delete_row'
1291: ,p_log_level_rec => p_log_level_rec);
1292: raise;
1293: END Delete_Row;