DBA Data[Home] [Help]

APPS.FA_TRANSACTION_HEADERS_PKG dependencies on STANDARD

Line 151: FA_STANDARD_PKG.RAISE_ERROR(

147: when others then
148: if (X_Calling_Fn = 'fa_unp_dep_pkg.on_insert') then
149: -- Unplanned depreciation is called from form, not from
150: -- transaction engine.
151: FA_STANDARD_PKG.RAISE_ERROR(
152: CALLED_FN => 'fa_transaction_headers_pkg.insert_row',
153: CALLING_FN => X_Calling_Fn
154: ,p_log_level_rec => p_log_level_rec);
155: X_Return_Status := FALSE;

Line 563: FA_STANDARD_PKG.RAISE_ERROR(

559: end if;
560:
561: exception
562: when others then
563: FA_STANDARD_PKG.RAISE_ERROR(
564: CALLED_FN => 'fa_transaction_headers_pkg.update_row',
565: CALLING_FN => X_Calling_Fn
566: ,p_log_level_rec => p_log_level_rec);
567: END Update_Row;

Line 589: -- FA_STANDARD_PKG.RAISE_ERROR(

585: when others then
586: FA_SRVR_MSG.Add_SQL_Error(
587: CALLING_FN => 'FA_TRANSACTION_HEADERS_PKG.Update_Trx_Type'
588: ,p_log_level_rec => p_log_level_rec);
589: -- FA_STANDARD_PKG.RAISE_ERROR(
590: -- CALLED_FN => 'fa_transaction_headers_pkg.update_trx_type',
591: -- CALLING_FN => X_Calling_Fn);
592: X_Return_Status := FALSE;
593: END Update_Trx_Type;

Line 623: FA_STANDARD_PKG.RAISE_ERROR(

619: end if;
620:
621: exception
622: when others then
623: FA_STANDARD_PKG.RAISE_ERROR(
624: CALLED_FN => 'fa_transaction_headers_pkg.delete_row',
625: CALLING_FN => X_Calling_Fn
626: ,p_log_level_rec => p_log_level_rec);
627: END Delete_Row;