DBA Data[Home] [Help]

APPS.ETRM_RPT dependencies on DBA_COL_COMMENTS

Line 637: from dba_col_comments

633: cursor cur_col_comments(c_tname dba_tab_columns.table_name%type
634: , c_cname dba_tab_columns.column_name%type
635: , c_owner dba_tab_columns.owner%type)
636: is select comments
637: from dba_col_comments
638: where owner = c_owner
639: and table_name = c_tname
640: and column_name = c_cname;
641: