DBA Data[Home] [Help]

APPS.BENUTILS dependencies on ALL_TAB_COMMENTS

Line 2696: from all_tab_comments a

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