generate_comments_table(p_comments_config ms_syst_priv.comments_config_table)


Description

Generates table comments, and optionally associated column comments, in a standardized format.

Parameters

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

    A value of type ms_syst_priv.comments_config_table which describes the required and optional attributes for generating the column’s comments. See the comments for that database type for detailed information.

General Usage

The comments themselves are defined using an object of type ms_syst_priv.comment_configs_table which in turn is used as the parameter of this function.

Parameters

Name Type Mode
p_comments_config ms_syst_priv.comments_config_table IN

Definition