how can you pass values to-and-fro from foreign function?
Answer / Anilkumarsingh
To pass values to and from a foreign function in Oracle D2K, you can use the PARAMETERS clause. This clause allows you to specify input parameters (IN) that are sent to the function, output parameters (OUT), and parameters that are both input and output (IN OUT). Here's an example:
```
DECLARE
myFunction (IN out_param1 number, IN out_param2 date);
BEGIN
myFunction(IN_PARAM1 => 5, IN_PARAM2 => SYSDATE);
END;
```
| Is This Answer Correct ? | 0 Yes | 0 No |
How to get / select the nth row from the table?
Are you familiar with user exits in reports?
What is iapxtb structure? Explain its importance
Which directory will you copy your new reports, what would be its extension (.rdf or .rex)?
How I can use srw.run_report in reports6i?
How to avoid duplicate entries in the forms?
Any work done in oracle workflow builder. Did you customize or build a new workflow?
What is ole automation?
What is the sequence of firing in form level trigger?
Explain the difference between repeating frame and frame.
Which flexfields you have customized?
What is current record attribute property?