DBA Data[Home] [Help]

APPS.EGO_ITEM_TEXT_PVT dependencies on ALL_TABLES

Line 308: FROM all_tables

304:
305: SELECT 'tablespace ' || tablespace_name ||
306: ' storage (initial 1M next 1M minextents 1 maxextents unlimited pctincrease 0)'
307: INTO tspace_tbl_param
308: FROM all_tables
309: WHERE owner = g_Prod_Schema AND table_name = 'EGO_ITEM_TEXT_TL';
310:
311: SELECT 'tablespace ' || tablespace_name ||
312: ' storage (initial 1M next 1M minextents 1 maxextents unlimited pctincrease 0)'