DBA Data[Home] [Help]

APPS.FA_ASSET_INVOICES_PKG dependencies on FA_SRVR_MSG

Line 378: FA_SRVR_MSG.Add_SQL_Error(Calling_fn =>

374: end if;
375:
376: exception
377: when others then
378: FA_SRVR_MSG.Add_SQL_Error(Calling_fn =>
379: 'fa_asset_invoices_pkg.insert_row', p_log_level_rec => p_log_level_rec);
380: raise;
381: END Insert_Row;
382:

Line 1249: FA_SRVR_MSG.Add_SQL_Error(Calling_fn =>

1245:
1246:
1247: exception
1248: when others then
1249: FA_SRVR_MSG.Add_SQL_Error(Calling_fn =>
1250: 'fa_asset_invoices_pkg.update_row', p_log_level_rec => p_log_level_rec);
1251: raise;
1252: END Update_Row;
1253:

Line 1295: fa_srvr_msg.add_sql_error(

1291: exception
1292: when no_data_found then
1293: null;
1294: when others then
1295: fa_srvr_msg.add_sql_error(
1296: CALLING_FN => 'fa_asset_invoices_pkg.delete_row', p_log_level_rec => p_log_level_rec);
1297: raise;
1298: END Delete_Row;
1299: