DBA Data[Home] [Help]

APPS.FII_AP_OP_INDICATOR_SUM_C dependencies on ALL_TABLES

Line 328: FROM all_tables

324: END IF;
325:
326: SELECT tablespace_name
327: INTO g_tablespace
328: FROM all_tables
329: WHERE table_name = 'FII_AP_OP_INDICATOR_SUMMARY'
330: AND owner = g_fii_schema;
331:
332: if g_debug_flag = 'Y' then