DBA Data[Home] [Help]

APPS.BENUTILS dependencies on ALL_TAB_COMMENTS

Line 2693: from all_tab_comments a

2689: l_return boolean;
2690: --
2691: cursor c1(l_oracle_schema in varchar2) is
2692: select a.comments
2693: from all_tab_comments a
2694: where a.table_name = p_tablename
2695: and a.owner = upper(l_oracle_schema);
2696: --
2697: l_comments varchar2(2000);