DBA Data[Home] [Help]

APPS.DOM_DOC_TEXT_PVT dependencies on ALL_TABLES

Line 264: FROM all_tables

260:
261: SELECT 'tablespace ' || tablespace_name ||
262: ' storage (initial 1M next 1M minextents 1 maxextents unlimited pctincrease 0)'
263: INTO tspace_tbl_param
264: FROM all_tables
265: WHERE owner = g_Prod_Schema AND table_name = 'DOM_DOCUMENTS_IMTEXT_TL';
266:
267:
268: SELECT 'tablespace ' || tablespace_name ||