Analyzing the Corporate Business Intelligence Impact: A Case Study in the Financial Sector
Abstract
:1. Introduction
2. Proposed Research Framework, Methodology, and Case Study
2.1. Purpose and Importance of the Study
2.2. Credit Registry Bureau (CRB) Cheque Report
- CEKSOR Table: This is the table that holds the information about the queries that are recorded with a different ID as a result of each query made via the CRB Cheque Report screen.
- CEKICMAL Table: A SORGUNO is created in the CEKICMAL table for each ID field in the CEKSOR table. This table summarizes information about the number of cheques, payment status, and cheque status.
- CEKBANKA Table: A SORGUNO is created in the CEKBANKA table for each ID field in the CEKSOR table. This is the table that stores information about the bank name and bank code of the bank.
- CEKOZET Table: A SORGUNO is created in the CEKOZET table for each ID field in the CEKSOR table. This is the table that stores information about the maturity, amount, number, and status of the cheque.
- CEKKESIDECI Table: A SORGUNO is created in the CEKKESIDECI table for each ID field in the CEKSOR table. This is the table that stores information about the average cheque amount and the bank.
- CEKMUHABIR Table: A SORGUNO is created in the CEKKESIDECI table for each ID field in the CEKSOR table. In case of an error regarding the cheque, this is the table where the error code and error description information are kept.
- CEKSORSONUC Table: A SORGUNO is created in the CEKKESIDECI table for each ID field in the CEKSOR table. This is the table where detailed information such as the cheque reference number and transaction result is kept.
- CEKKESIDECITUTARI Table: A SORGUNO is created in the CEKKESIDECI table for each ID field in the CEKSOR table. This is the table where the year, type of cheque, and minimum and maximum amount of information regarding the cheque are kept.
2.3. Manual Preparation of Reports and Definition of the Problem
- Inefficiency and time loss of the manual process: Cheque reports are prepared manually on a weekly basis, and it takes an average of 4 h to prepare a report. In this process, operations such as manually combining and editing data cause a great loss of time. In addition, manual processes create personnel dependency, and the continuity and accuracy of the prepared reports are affected in case of personnel change.
- High error rates and lack of accuracy: Data entry errors made during manual reporting negatively affect the accuracy of reports. This situation is seen as a significant problem, especially in strategically important reports such as credit risk analyses. High errors slow down decision-making processes and damage corporate reliability.
- Impact on strategic decision-making processes: The fact that reports used by senior management are not based on detailed analysis causes deficiencies in strategic decision-making processes. In particular, the failure to report critical information such as cheque payment status, delays, and customer payment habits quickly and accurately negatively affects corporate performance.
- Operational risks coming with increasing data load: The increase in data over time makes it difficult to maintain manual processes. Working on large data sets takes more time and increases the risk of manual errors. This may lead to further growth in operational risks in the future.
2.4. ETL Processes
2.4.1. Extract Phase
- Cheque Inquiry Trigger: When a customer presents a cheque to XY Financial Institution or when a cheque needs to be processed, the institution automatically sends an inquiry about the cheque to the CRB or the relevant source. This inquiry includes information such as the cheque’s validity, the unclosed cheque’s status, and the cheque’s payment status.
- Retrieval of Data from Data Source: XY Financial Institution typically sends a query to the CRB platform to collect cheque information. This platform sends the cheque number, the date the cheque was issued, and other necessary information. The response from the CRB includes the current status of the cheque and the payment history.
- Data Format: Data are retrieved from the platform via the Rest API in JSON format. These formats allow for the data to be retrieved in a structured format. Cheque-related data typically include the following types of information:
- ○
- Cheque number
- ○
- Issuer/institution information
- ○
- Cheque amount
- ○
- Cheque status (paid, unpaid, bounced, etc.)
- ○
- Cheque date
- ○
- Cheque payment status (e.g., bank approved, voided, etc.)
2.4.2. Transform Phase
- Data Cleaning
- Correction of Incomplete or Incorrect Data: Cheque query data received from the platform may be incomplete or incorrect. In this case, the accuracy of the data is ensured. For example, a cheque status may be “unpaid,” but the date information may be missing, in which case the missing date information can be completed.
- Conversion of Data Formats: Data usually come to CRB. In cases where the data are in different formats (JSON, XML, CSV, etc.), all data are converted to a standard format. It is ensured that cheque amounts and dates are displayed consistently.
- Data Normalization
- In cheque query data, it is necessary to take into account appropriate cultural formats to harmonize date formats. This ensures that users from different geographic regions see and understand the date data correctly. Correctly adapting date formats improves the user experience by eliminating data incompatibilities and ensuring system accuracy. It also ensures that operations performed with date information produce accurate and error-free results.
2.4.3. Load Phase
- Loading Data
- Transfer to Data Warehouse: Collected and processed data are loaded into the bank’s data warehouse (DWH). These data are recorded in the CEKSOR, CEKICMAL, CEKBANKA, CEKOZET, CEKKESIDECI, CEKMUHABIR, CEKSORSONUC, and CEKKESIDECITUTARI tables in the DWH environment.
- Real-Time Loading: Cheque query data are transferred at different times daily.
- Update and Maintenance
- Data Updates: Cheque data are updated regularly. These updates are reflected in the DWH daily.
- Data History and Monitoring: Cheque historical data are usually kept. In other words, the first query of a cheque and all subsequent query history are recorded. This plays an important role in the analyses performed in the future.
2.5. Creating a Report Using PL/SQL Database
2.5.1. Examining the Report Created Using the PL/SQL Database
2.5.2. Explain Plan
2.6. Creating the Report Using Business Intelligence Solutions
2.6.1. SAP Business Objects
- Data integration: Gathering data from different data sources and bringing it together.
- Reporting: Creating and sharing customizable reports.
- Analytics: Discovering trends, patterns, and statistics by analyzing data.
- Visualization: Making sense of data with charts, tables, and visual elements.
- Query: Accessing and analyzing data using queries.
2.6.2. Web Intelligence Reporting and Universe Modeling
- CEKSOR
- CEKICMAL
- CEKBANKA
- CEKOZET
- CEKKESIDECI
- CEKMUHABIR
- CEKSORSONUC
- CEKKESIDECITUTARI
3. Results
- The report is pulled using the PL/SQL tool via the datamart. However, the flexibility to select a column other than the columns written in the code was not provided.
- Since the report queries over the last 12 months, when data are to be pulled for older dates, it is necessary to raise a request for change to the business intelligence team each time for the code block that creates the datamart.
- Since the reporting process is via the database, the output is taken from the PL/SQL panel and presented by transferring it to Excel. Here, new work was needed to bring it back to the presentation format in Excel.
- Since the reporting tool is PL/SQL, only personnel with database authorization and usage authority could use it. This did not save the report from personal dependency.
- During the report extraction via PL/SQL, end users experienced bottlenecks in two stages while waiting. The first is the report query running time, and the second is the waiting period while transferring it to Excel and making final adjustments.
- Adding a graphic while getting the report from the panel screen on PL/SQL and the lack of visually satisfying reporting caused feedback from end users.
- Using the PL/SQL database, the CRB Cheque Report was reached in 13.5 min.
- Without entering into a coding complexity such as PL/SQL, the report could be easily provided by the relevant teams by simply dragging and dropping the columns to the relevant fields.
- With the business intelligence solution, end users were able to change the report content in a short time by stretching it according to their needs.
- With the business intelligence solution, it was observed that visual colorings and graphics were added to the report within the same interface.
- With the business intelligence solution, the report could be recorded under a common record by authorizing the desired records, and its latest status could be presented to authorized persons.
- It was observed that the report obtained with the business intelligence solution can be obtained in 90 s and is in a format that can be used in presentation without the need for any intermediate program.
4. Discussion
- Evaluating Open-Source Solutions: The high costs of licensed tools such as SAP BO can be a major obstacle for small or medium-sized businesses. However, SAP BO was purchased in previous periods at XY Financial Institution, and the license cost was amortized in the short term considering the efficiency gains. However, companies that will use it for the first time can carry out the test stages with free or trial versions.
- Gradual Implementation: Instead of integrating BI tools into all systems at the same time, a gradual transition can control costs. First, a pilot application can be conducted by focusing on the most critical processes.
- Organizing Training Programs: Tools such as SAP BO require technical knowledge. Therefore, regular training programs should be organized so that users can use BI tools more effectively. Practical training on SAP BO modules such as Information Design Tool and Web Intelligence will be effective.
- Consulting Services: External consulting services can be received to eliminate the lack of technical expertise during the transition process. This consultancy should cover not only technical integration but also the strategic use of BI tools.
- User-Friendly Tools: The user-friendly features of BI tools such as SAP BO should be emphasized and employees should be encouraged to use these tools. Visual reporting and drag-and-drop functions can be highlighted in particular.
- Creating Awareness: Awareness programs should be organized to explain the benefits of BI tools and how they facilitate processes. Employees’ understanding of the advantages that these tools provide them in terms of time and workload will accelerate adaptation.
- Step-by-Step Implementation Plan: Integration of SAP BO into existing business processes should be done step by step with good planning in advance. Data integration processes in particular should be completed completely and correctly.
- Measuring the Process with KPIs: To evaluate the effectiveness of business intelligence systems, key performance indicators (KPIs) should be defined, and these indicators should be measured regularly.
- Pilot Applications: Tools such as SAP BO should first be tested in a small department or a specific business process and then spread to other departments. This provides an opportunity to detect potential problems in advance.
- Creating Support Teams: An IT support team can be created to provide instant support to employees during the transition process.
5. Conclusions
- It was observed that corporate memory matured and its users increased.
- It was observed that errors in the reporting process decreased and data accuracy increased.
- Person dependency in the reporting process decreased significantly.
- It was observed that communication and information sharing within the financial department increased.
- It was determined that personal efficiency increased and cost advantage was provided.
- Thanks to the improvement in the preparation process, the efforts of the personnel were evaluated in different tasks.
- It was observed that with the widespread use of structured data, the trust of the users in business intelligence solutions increased, and thus the way for systematic improvements in time-consuming reports was opened.
- It was observed that the efficiency of business processes increased thanks to innovative reporting methods.
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Conflicts of Interest
References
- Zhao, Y.; Yu, Y.; Shakeel, P.M.; Montenegro-Marin, C.E. Research on operational research-based financial model based on e-commerce platform. Inf. Syst. e-Bus. Manag. 2021, 21, 1–17. [Google Scholar] [CrossRef]
- Niu, Y.; Ying, L.; Yang, J.; Bao, M.; Sivaparthipan, C.B. Organizational business intelligence and decision-making using big data analytics. Inf. Process. Manag. 2021, 58, 102725. [Google Scholar] [CrossRef]
- Rajesh, K.V. Business intelligence for enterprises. ICFAI J. Inf. Technol. 2008, 35, 45–54. [Google Scholar]
- Luhn, H.P. A business intelligence system. IBM J. Res. Dev. 1958, 2, 314–319. [Google Scholar] [CrossRef]
- Lin, Y.H.; Tsai, K.M.; Shiang, W.J.; Kuo, T.C.; Tsai, C.H. Research on using ANP to establish a performance assessment model for business intelligence systems. Expert Syst. Appl. 2009, 36, 4135–4146. [Google Scholar] [CrossRef]
- Abusweilem, M.; Abualoush, S. The impact of knowledge management process and business intelligence on organizational performance. Manag. Sci. Lett. 2019, 9, 2143–2156. [Google Scholar] [CrossRef]
- Mohammad, A.; Al-Okaily, M.; Al-Majali, M.; Masadeh, R. Business Intelligence and Analytics (BIA) Usage in the Banking Industry Sector: An Application of the TOE Framework. J. Open Innov. Technol. Mark. Complex. 2022, 24, 189. [Google Scholar] [CrossRef]
- Lytras, M.D.; Visvizi, A. Big data, and their social impact: Preliminary study. Sustainability 2019, 11, 5067. [Google Scholar] [CrossRef]
- Olszak, C.; Ziemba, E. Business intelligence as a key to management of an enterprise. Informing Sci. 2003, 855–863. [Google Scholar]
- Lloyd, J. Identifying Key Components of Business Intelligence Systems and Their Role in Managerial Decision Making. Capstone Rep. 2011, 1–70. [Google Scholar]
- Reinschmidt, J.; Francoise, A. Business Intelligence Certification Guide, 1st ed.; International Business Machines Corporation: Armonk, NY, USA, 2020. [Google Scholar]
- Olszak, C.M.; Ziemba, E. Critical Success Factors for Implementing Business Intelligence Systems in Small and Medium Enterprises on the Example of Upper Silesia, Poland. Interdiscip. J. Inf. Knowl. Manag. 2012, 7, 129–150. [Google Scholar] [CrossRef] [PubMed]
- Han, J.; Kamber, M. Data Mining Concepts and Techniques; Morgan Kaufmann: San Francisco, CA, USA, 2000. [Google Scholar]
- William, S.; Williams, N. The Profit Impact of Business Intelligence; Morgan Kaufmann Publishers, Elsevier: Amsterdam, The Netherlands, 2010. [Google Scholar]
- Al-Shubirii, F.N. Measuring the impact of business intelligence on performance an empirical case study. Pol. J. Manag. Stud. 2012, 6, 162–173. [Google Scholar]
- Fernandez, J.; Gutierrez, J.; Castro, L. Integrating business analytics into SMEs in Mexico: Challenges and opportunities. Av. En Interacción Hum.-Comput. 2016, 1, 41–45. [Google Scholar] [CrossRef]
- Owusu, A. Business intelligence systems and bank performance in Ghana: The balanced scorecard approach. Cogent Bus. Manag. 2017, 4, 1364056. [Google Scholar] [CrossRef]
- Abadi, E.F.; Terziev, A.; Setiawan, A. The Role of Sap Business Object to Support A Business Intelligence Performance. J. Inform. 2017, 14, 53–58. [Google Scholar] [CrossRef]
- Alzeaideen, C. Credit risk management and business intelligence approach of the banking sector in Jordan. Cogent Bus. Manag. 2019, 6, 1675455. [Google Scholar] [CrossRef]
- Richards, G.; Yeoh, W.; Chong, A.Y.L.; Popovič, A. Business Intelligence Effectiveness and Corporate Performance Management: An Empirical Analysis. J. Comput. Inf. Syst. 2019, 59, 188–196. [Google Scholar] [CrossRef]
- Ahmad, S.; Miskon, S.; Alkanhal, T.A.; Tlili, I. Modeling of business intelligence systems using the potential determinants and theories with the lens of individual, technological, organizational, and environmental contexts-A systematic literature review. Appl. Sci. 2020, 10, 3208. [Google Scholar] [CrossRef]
- Tunowski, R. Sustainability of Commercial Banks Supported by Business Intelligence System. Sustainability 2020, 12, 4754. [Google Scholar] [CrossRef]
- Akel, A.J.; Patriarca, R.; Paltrinieri, N.; Antonioni, G.; Gravio, G.D. Investigating Occupational and Operational Industrial Safety Data Through Business Intelligence and Machine Learning. Chem. Eng. Trans. 2021, 86, 229–234. [Google Scholar]
- Zelenka, M.; Podaras, A. Increasing the Effectivity of Business Intelligence Tools via Amplied Data Knowledge. Stud. Inform. Control. 2021, 30, 67–77. [Google Scholar] [CrossRef]
- Chen, Y.; Lin, Z. Business intelligence capabilities and firm performance: A study in China. Int. J. Inf. Manag. 2021, 57, 102232. [Google Scholar] [CrossRef]
- Shao, C.; Yang, Y.; Juneja, S.; GSeetharam, T. IoT data visualization for business intelligence in corporate finance. Inf. Process. Manag. 2022, 59, 102736. [Google Scholar] [CrossRef]
- Alsibhawi, I.A.A.; Yahaya, J.B.; Mohamed, H.B. Business Intelligence Adoption for Small and Medium Enterprises: Conceptual Framework. Appl. Sci. 2023, 13, 4121. [Google Scholar] [CrossRef]
- Eboigbe, E.O.; Farayola, O.A.; Olatoye, F.O.; Nnabugwu, O.C.; Daraojimba, C. Business intelligence transformation through AI and data analytics. Eng. Sci. Technol. J. 2023, 4, 285–307. [Google Scholar] [CrossRef]
- Alghamdi, N.A.; Al-Baity, H.H. Augmented Analytics Driven by AI: A Digital Transformation beyond Business Intelligence. Sensors 2022, 22, 8071. [Google Scholar] [CrossRef] [PubMed]
- Siddiqui, N.; Haque, A.; Khan, S.M.S.; Adil, M.; Shoaib, H. Different ML-based strategies for customer churn prediction in the banking sector. J. Data Inf. Manag. 2024, 6, 217–234. [Google Scholar] [CrossRef]
- Fortune Business Insights. Available online: https://www.fortunebusinessinsights.com/business-intelligence-bi-market-103742 (accessed on 19 December 2024).
- Feuerstein, S.; Pribyl, B. Oracle PL/SQL Programming, 3rd ed.; O’Reilly Media Inc.: Sebastopol, CA, USA, 2005. [Google Scholar]
- Nithya, N.; Kiruthika, R. Impact of Business Intelligence Adoption on the performance of banks: A conceptual framework. J. Ambient. Intell. Humaniz. Comput. 2021, 24, 1–12. [Google Scholar] [CrossRef]
Table Names | Primary Key | Number of Columns | Number of Records in the Table |
---|---|---|---|
CEKSOR | ID | 25 | 19,868,459 |
CEKICMAL | QUESTIONNO | 26 | 738,159 |
CEKBANKA | QUESTIONNO | 32 | 1,863,189 |
CEKOZET | QUESTIONNO | 45 | 14,868,459 |
CEKKESIDECI | QUESTIONNO | 15 | 2,963,256 |
CEKMUHABIR | QUESTIONNO | 36 | 3,125,912 |
CEKSORSONUC | QUESTIONNO | 25 | 7,074,994 |
CEKKESIDECITUTARI | QUESTIONNO | 25 | 3,034,269 |
Scope | Criterion |
---|---|
Data | Is there a need to obtain data from multiple data sources? |
Are different filters and variability needed? | |
Visuality | Will the user be presented with different visual options? |
Will reporting and analysis options change? | |
Sharing | Will it be used in collaboration with different units? |
Applicability | Will it be adaptable to different demands? |
Cost | High cost–performance ratio |
Criteria | Manual Reporting | PL/SQL Reporting | SAP BO Reporting |
---|---|---|---|
Reporting Period | 4 h | 13 min | 90 s |
Error rate | 10% | 3% | 0.5% |
User Needs | No coding or SQL knowledge required | Requires coding and SQL knowledge | User-friendly, does not require coding or SQL knowledge |
Working with Data Sources | Manual integration | Semi-automatic integration | Fully automatic integration |
Dynamic Reporting | Not available | Not available | Available |
Visualization | It is created via Excel | Not available | Automatic visualization and chart insertion |
Specifications | Data is processed manually, time-consuming, and open to user error | Automation is provided with SQL scripts | It is the method with the fastest reporting time and lowest error rate. |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Yetgin, S.A.; Altas, H. Analyzing the Corporate Business Intelligence Impact: A Case Study in the Financial Sector. Appl. Sci. 2025, 15, 1012. https://doi.org/10.3390/app15031012
Yetgin SA, Altas H. Analyzing the Corporate Business Intelligence Impact: A Case Study in the Financial Sector. Applied Sciences. 2025; 15(3):1012. https://doi.org/10.3390/app15031012
Chicago/Turabian StyleYetgin, Serap Akcan, and Hilal Altas. 2025. "Analyzing the Corporate Business Intelligence Impact: A Case Study in the Financial Sector" Applied Sciences 15, no. 3: 1012. https://doi.org/10.3390/app15031012
APA StyleYetgin, S. A., & Altas, H. (2025). Analyzing the Corporate Business Intelligence Impact: A Case Study in the Financial Sector. Applied Sciences, 15(3), 1012. https://doi.org/10.3390/app15031012