DBA Data[Home] [Help]

APPS.OKC_CHR_KEYWORD_PVT dependencies on DBA_TABLES

Line 112: FROM sys.dba_tables

108:
109: BEGIN
110: fnd_file.put_line(fnd_file.log,'Checking OKC_K_HEADERS_TL table ...');
111: SELECT owner INTO okc
112: FROM sys.dba_tables
113: WHERE table_name = 'OKC_K_HEADERS_TL';
114: fnd_file.put_line(fnd_file.log,'OKC_K_HEADERS_TL table exists');
115: fnd_file.put_line(fnd_file.log,'OKC_K_HEADERS_TL table owner is '||okc);
116: