package_plsql_args (private)

 package_plsql_args [ -object_name object_name ] package_name

Defined in packages/acs-subsite/tcl/package-procs.tcl

Return a list of parameters expected to a plsql function defined within a given package and cache these per thread. Changes in the interface will require a server restart.

Switches:
-object_name
(defaults to "NEW") (optional)
The function name which we're looking up
Parameters:
package_name - The package which owns the function
Returns:
list of parameters
Author:
Ben Adida <ben@openforce.net>
Created:
11/2001

Partial Call Graph (max 5 caller/called nodes):
%3 package_exec_plsql package_exec_plsql (public) package_plsql_args package_plsql_args package_exec_plsql->package_plsql_args package_instantiate_object package_instantiate_object (public) package_instantiate_object->package_plsql_args db_list db_list (public) package_plsql_args->db_list

Testcases:
No testcase defined.
[ show source ]
Show another procedure: