1.

What Is The Difference Between Name_in And Copy ?

Answer»

Copy is package PROCEDURE and writes VALUES into a FIELD.
Name in is a package function and RETURNS the contents of the variable to which you APPLY.

Copy is package procedure and writes values into a field.
Name in is a package function and returns the contents of the variable to which you apply.



Discussion

No Comment Found