Home » Developer & Programmer » Forms » Password Reset (Oracle Forms Builder 12c)
Password Reset [message #680696] Mon, 01 June 2020 12:54 Go to next message
Sparrow_
Messages: 3
Registered: May 2020
Junior Member
Hi Everyone,

Recently I have started working/modification on pre-existing password reset form.
How can I find which database is being connected and what other form it is calling to?

Thanks in advance.
Re: Password Reset [message #680726 is a reply to message #680696] Wed, 03 June 2020 14:45 Go to previous message
Littlefoot
Messages: 21806
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
It seems that you should review that form's PL/SQL code, which includes triggers and procedures.

I don't know how this "password reset form" looks like and what it accepts as input; if user enters database as well, then that's the "database" they are connecting to. If not, as you first have to establish connection in order to run the form, that would be the database you initially connected to.

"Other forms" are somewhere in code; search for NEW_FORM, OPEN_FORM and/or CALL_FORM calls.
Previous Topic: clear_list/delete_list_item
Next Topic: FND_FUNCTION.Execute
Goto Forum:
  


Current Time: Thu Mar 28 11:40:50 CDT 2024