DBA Data[Home] [Help]

APPS.PJI_UTILS dependencies on ALL_TABLES

Line 481: from ALL_TABLES

477: l_pji_schema := get_pji_schema_name;
478:
479: select TABLESPACE_NAME
480: into g_pji_data_tspace
481: from ALL_TABLES
482: where OWNER = l_pji_schema and
483: TABLE_NAME = 'PJI_SYSTEM_PARAMETERS';
484:
485: end if;