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 (optional, defaults to
"NEW"
)- The function name which we're looking up
- Parameters:
- package_name (required)
- 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):
- Testcases:
- No testcase defined.