DBA Data[Home] [Help]

APPS.FND_ODF_GEN dependencies on DBA_TAB_COMMENTS

Line 938: from dba_tab_comments

934: l_ludate := to_char(sysdate, 'YYYY/MM/DD');
935: begin
936: select substr(ltrim(rtrim(comments)),1,240)
937: into l_comments
938: from dba_tab_comments
939: where owner = p_owner
940: and table_name = p_objName;
941: exception
942: when others then