DBA Data[Home] [Help]

APPS.PJI_UTILS dependencies on ALL_TABLES

Line 461: from ALL_TABLES

457: l_pji_schema := get_pji_schema_name;
458:
459: select TABLESPACE_NAME
460: into g_pji_data_tspace
461: from ALL_TABLES
462: where OWNER = l_pji_schema and
463: TABLE_NAME = 'PJI_SYSTEM_PARAMETERS';
464:
465: end if;