DBA Data[Home] [Help]

APPS.EGO_ITEM_TEXT_PVT dependencies on ALL_TABLES

Line 265: FROM all_tables

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