FEBA
It is the expansion of Finacle e-banking application
It is the platform which gives banking features to the customers and
banks.
finacle is tool introduced and maintained by Infosys.
Banks are using finacle tool for banking purposes.
what are the software which banking are
using,
1) Infoys Finacle e-banking application
2) oracle flexcube
3)TCS BaNCS
What are the types of user in finacle ?
Retail user - [1] id
corporate user - [2] id
Virtual user - [3] id
Bank user - [4] id
Batch user - [5] id
The id 1,2…….. denotes the which types of user perform the action.
Retail user [1]
The retail user which can be called as individual user.
Eg : savings account
corporate user [2]
The corporate user which can be called as business organization or large
eintity
Eg : current account
Virtual user - [3]
The virtual user which can be created for testing purposes before it going
for live It supports user needs or not in UAT Environment.
Eg: It acts like a real customer access a bank application such as
checking account balances, transferring money, or applying for
loans.
Bank user - [4]
Bank user which can be called as relationship manager.
Eg: Bank Admin
Batch user – [5]
Instead of processing each transaction for a individual a batch user which
process a group of transaction.
Eg: Companies using batch for payroll processing.
There are two versions are available.
FEBA
1)O-C-H omni channel hub 11.2.3
It is older version in which some bank are using in that if bank need
whatapp channel . They should buy entire cut.
2) D-E-H Digital-Enhancement-Hub 11.19
Suppose bank needs mobile banking services it buys only that cut alone.
In DEH we no need to develop front end . We need to develop API based
validation so the data flow will occur.
3 TIER ARCHITECTURE
1) Web Server.
2) Application Server.
3) Database Server.
Web Server:
> User interface layer.
FEBA
Application Server:
> Navigation layer
> Business logic layer
Database Server:
> Data Access layer ( DAL), TMO, TAO)
DAL
TAO(Table Access object )
FEBA
TMO(Table Maintained object )
> Host integration Framework.
The host integration is the frame work is used to interact with the host
The host call can be done in three ways,
1)BC Call (Bancs connect)
2)FI Call (Finacle Integrated)
3)offline handler
FEBA
get – is used to get the records without any input.
put – is used to update the records based on the inputs given.
post – method is used to create the records.
delete – method is used to delete the records.