InterviewSolution
Saved Bookmarks
| 1. |
Suppose A Function Is Stored In An Oracle Form On The Client Side. Can The Function Be Called From Another Program Unit In Another Oracle Form? |
|
Answer» It is not possible to call a function stored in ONE Oracle Form from ANOTHER Oracle Form unless it is DEFINED and DECLARED in a PL/SQL library, which is SHARED between the two Oracle Forms. It is not possible to call a function stored in one Oracle Form from another Oracle Form unless it is defined and declared in a PL/SQL library, which is shared between the two Oracle Forms. |
|