DBA Data[Home] [Help]

APPS.EAM_TEXT_INDEX_PVT dependencies on ALL_TABLES

Line 316: FROM all_tables

312:
313: SELECT 'tablespace ' || tablespace_name ||
314: ' storage (initial 1M next 1M minextents 1 maxextents unlimited pctincrease 0)'
315: INTO tspace_tbl_param
316: FROM all_tables
317: WHERE owner = g_Prod_Schema AND table_name = 'EAM_ASSET_TEXT';
318:
319: SELECT 'tablespace ' || tablespace_name ||
320: ' storage (initial 1M next 1M minextents 1 maxextents unlimited pctincrease 0)'

Line 1038: FROM all_tables

1034:
1035: SELECT 'tablespace ' || tablespace_name ||
1036: ' storage (initial 1M next 1M minextents 1 maxextents unlimited pctincrease 0)'
1037: INTO tspace_tbl_param
1038: FROM all_tables
1039: WHERE owner = g_Prod_Schema AND table_name = 'EAM_WORK_ORDER_TEXT';
1040:
1041: SELECT 'tablespace ' || tablespace_name ||
1042: ' storage (initial 1M next 1M minextents 1 maxextents unlimited pctincrease 0)'