DBA Data[Home] [Help]

APPS.DT_CHECKINT dependencies on STANDARD

Line 185: -- Determines whether the given table has the standard who cols

181: return ( l_return_value ) ;
182:
183: end get_id_col ;
184:
185: -- Determines whether the given table has the standard who cols
186: function table_has_who_cols ( p_table_name in varchar2 , p_schema in varchar2 ) return boolean is
187: cursor get_creation_date_col is
188: select 1
189: from all_tab_columns col