Sunday, 13 October 2013

Oracle Forms Customization

Objective
To create Forms for Banking Application Using Oracle 10g Forms as front end and Oracle 10g as backend.

Table Structure
Table 1.

trans_detrails(trans_id,acc_no,cust_name,acc_type,trans_type,trans_date,trans_amt) where acc_no is account reference,account type=[savings,current],transaction type=[deposit,withdraw]

Table 2.

account(acc_no,balance)

Software Requirements
[1] Oracle Forms 10G
[2] Oracle 10G

Continue

No comments:

Post a Comment