DBA Data[Home] [Help]

APPS.ENG_CHANGE_TEXT_PVT dependencies on ALL_TABLES

Line 269: FROM all_tables

265:
266: SELECT 'tablespace ' || tablespace_name ||
267: ' storage (initial 1M next 1M minextents 1 maxextents unlimited pctincrease 0)'
268: INTO tspace_tbl_param
269: FROM all_tables
270: WHERE owner = g_Prod_Schema AND table_name = 'ENG_CHANGE_IMTEXT_TL';
271:
272: SELECT 'tablespace ' || tablespace_name ||
273: ' storage (initial 1M next 1M minextents 1 maxextents unlimited pctincrease 0)'