DBA Data[Home] [Help]

APPS.ETRM_PNAV dependencies on DBA_COL_COMMENTS

Line 1030: from dba_col_comments

1026: cursor cur_col_comments(c_tname dba_tab_columns.table_name%type
1027: , c_cname dba_tab_columns.column_name%type
1028: , c_owner dba_tab_columns.owner%type)
1029: is select comments
1030: from dba_col_comments
1031: where owner = c_owner
1032: and table_name = c_tname
1033: and column_name = c_cname;
1034: