Apex apps not accessing Siebel tables of the same Database
Hi,
i am new to apex.For our project we have apex 3.0 configured in our Devolpement environement which already has Siebel 8.1 installed in it. we wish to have an apex form, which fetches data from user, and in query for matching data in the Siebel tables.
for eg.
A siebel table has faculty details (name, mail, gender, pf no) and an apex appl has a form which allows faculty to enter his/her name,email,etc. Now by using this row of data we wish to fetch the unique row id of the corresponding faculty from the Siebel database.
any suggestions?