DBA Data[Home] [Help]

APPS.FA_TRANSACTION_HEADERS_PKG dependencies on FA_SRVR_MSG

Line 156: FA_SRVR_MSG.Add_SQL_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
156: FA_SRVR_MSG.Add_SQL_Error(
157: CALLING_FN => 'FA_TRANSACTION_HEADERS_PKG.Insert_Row', p_log_level_rec => p_log_level_rec);
158: X_Return_Status := FALSE;
159: raise; -- BUG# 2020254
160: end if;

Line 583: FA_SRVR_MSG.Add_SQL_Error(

579: and transaction_type_code = X_Transaction_Type_Code;
580: X_Return_Status := TRUE;
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);