Actual Parameters are variables or expressions passed from calling subprogram - PL/SQL Subprograms
Q. The variables or expressions passed from the calling subprogram are -- Published on 19 Oct 15a. Actual Parameters
b. Formal Parameters
c. Both A & B
d. None of the above
ANSWER: Actual Parameters
Variables which are declared in a subprogram specified and referred to in the subprogram body are formal parameters.
Variables or the expressions which are passed from the calling subprograms are actual parameters.