Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

Can you pass values to-and-fro from foreign function ?

5 like 0 dislike
Hello guys,   

Can you pass values to-and-fro from foreign function ? how ?
Anybody know here ......

Please tell me...........
asked 1 year ago by rad_joshep (19,390 points)

1 Answer

1 like 0 dislike
 
Best answer
Yes . You obtain a return value from a foreign function by assigning the return value to an Oracle Forms variable or item. Make sure that the Oracle Forms variable or item is the same data type as the return value from the foreign function.
After assigning an Oracle Forms variable or item value to a PL/SQL variable, pass the PL/SQL variable as a parameter value in the PL/SQL interface of the foreign function. The PL/SQL variable that is passed as a parameter must be a valid PL/SQL data type; it must also be the appropriate parameter type as defined in the PL/SQL interface.
answered 1 year ago by marck_don (191,010 points)

Related questions

8 like 0 dislike
1 answer
8 like 0 dislike
1 answer
5 like 0 dislike
0 answers
7 like 0 dislike
1 answer
asked 1 year ago by DBA-boss (120,990 points)