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, p_log_level_rec => p_log_level_rec);
154: X_Return_Status := FALSE;
155: else

Line 562: FA_STANDARD_PKG.RAISE_ERROR(

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

Line 585: -- FA_STANDARD_PKG.RAISE_ERROR(

581: exception
582: when others then
583: FA_SRVR_MSG.Add_SQL_Error(
584: CALLING_FN => 'FA_TRANSACTION_HEADERS_PKG.Update_Trx_Type', p_log_level_rec => p_log_level_rec);
585: -- FA_STANDARD_PKG.RAISE_ERROR(
586: -- CALLED_FN => 'fa_transaction_headers_pkg.update_trx_type',
587: -- CALLING_FN => X_Calling_Fn, p_log_level_rec => p_log_level_rec);
588: X_Return_Status := FALSE;
589: END Update_Trx_Type;

Line 618: FA_STANDARD_PKG.RAISE_ERROR(

614: end if;
615:
616: exception
617: when others then
618: FA_STANDARD_PKG.RAISE_ERROR(
619: CALLED_FN => 'fa_transaction_headers_pkg.delete_row',
620: CALLING_FN => X_Calling_Fn, p_log_level_rec => p_log_level_rec);
621: END Delete_Row;
622: