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.5 2005/07/25 09:59:17 yyoon 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'

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

Line 249: calling_fn => 'fa_asset_history_pkg.update_row'

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

Line 291: calling_fn => 'fa_asset_history_pkg.delete_row'

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

Line 328: END FA_ASSET_HISTORY_PKG;

324: CALLING_FN => X_Calling_Fn
325: ,p_log_level_rec => p_log_level_rec);
326: END Reactivate_Row;
327:
328: END FA_ASSET_HISTORY_PKG;