generate_comments_table_common_columns(p_table_schema text, p_table_name text)


Description

Provides boilerplate column comment configurations for columns which are common to many columns and applies these comment configurations to any table columns which are found to be in the set of common columns.

Parameters

  • p_table_schema :: Required? True; Default: ( No Default )

    The name of the schema which hosts the table.

  • p_table_name :: Required? True; Default: ( No Default )

    The name of the table for which common column comments should be added.

General Usage

Note that if there are customizations or overrides desired when documenting these common columns for a given table, such overrides should appear in the columns list passed to ms_syst_priv.generate_comments_table, directly by calling ms_syst_priv.generate_comments_table_column, or by simply commenting on the desired column directly.

Parameters

Name Type Mode
p_table_schema text IN
p_table_name text IN

Definition