DBA Data[Home] [Help]

APPS.FA_ASSET_HISTORY_PKG dependencies on FA_ASSET_HISTORY_PKG

Line 1: PACKAGE BODY FA_ASSET_HISTORY_PKG as

1: PACKAGE BODY FA_ASSET_HISTORY_PKG as
2: /* $Header: faxiahb.pls 120.6 2009/03/27 01:54:06 bridgway ship $ */
3:
4: PROCEDURE Insert_Row(X_Rowid IN OUT NOCOPY VARCHAR2,
5: X_Asset_Id NUMBER,

Line 65: calling_fn => 'fa_asset_history_pkg.insert_row', p_log_level_rec => p_log_level_rec);

61:
62: exception
63: when others then
64: fa_srvr_msg.add_sql_error(
65: calling_fn => 'fa_asset_history_pkg.insert_row', p_log_level_rec => p_log_level_rec);
66: raise;
67:
68: /* Commented out for better error handling after using trx engine
69: FA_STANDARD_PKG.RAISE_ERROR(

Line 248: calling_fn => 'fa_asset_history_pkg.update_row', p_log_level_rec => p_log_level_rec);

244:
245: exception
246: when others then
247: fa_srvr_msg.add_sql_error(
248: calling_fn => 'fa_asset_history_pkg.update_row', p_log_level_rec => p_log_level_rec);
249: raise;
250:
251: /* Commented out for better error handling after using trx engine
252: when others then

Line 287: calling_fn => 'fa_asset_history_pkg.delete_row', p_log_level_rec => p_log_level_rec);

283:
284: exception
285: when others then
286: fa_srvr_msg.add_sql_error(
287: calling_fn => 'fa_asset_history_pkg.delete_row', p_log_level_rec => p_log_level_rec);
288: raise;
289:
290: /* Commented out for better error handling after using trx engine
291: when others then

Line 320: END FA_ASSET_HISTORY_PKG;

316: CALLED_FN => 'fa_distribution_history_pkg.reactivate_row',
317: CALLING_FN => X_Calling_Fn, p_log_level_rec => p_log_level_rec);
318: END Reactivate_Row;
319:
320: END FA_ASSET_HISTORY_PKG;