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 - 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):
%3 package_create_attribute_list package_create_attribute_list (private) package_table_columns_for_type package_table_columns_for_type package_create_attribute_list->package_table_columns_for_type acs_object_type::get acs_object_type::get (public) package_table_columns_for_type->acs_object_type::get db_list_of_lists db_list_of_lists (public) package_table_columns_for_type->db_list_of_lists

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