1.

How to pass record as a subprogram parameter in PL/SQL?

Answer»

Within a PACKAGE, you can refer the OBJECTS and SUBPROGRAMS LIKE this:

  • name_of_package.object_name
  • name_of_package.subprogram_name


Discussion

No Comment Found