package_table_columns_for_type (private)
package_table_columns_for_type object_type
Defined in packages/acs-subsite/tcl/package-procs.tcl
Generates the list of tables and columns that are parameters of the object named
NEW
for PL/SQL package associated with this object type.Note we limit the argument list to only object_type to make it possible to use
util_memoize_flush
to clear any cached values for this procedure.
- Parameters:
- object_type (required)
- The object type for which we are generating the list
- Returns:
- a list of lists where each list element is a pair of table name, column name
- Author:
- Michael Bryzek <mbryzek@arsdigita.com>
- Created:
- 12/2000
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.