DBA Data[Home] [Help] [Dependency Information]


TABLE: CSF.CSF_WOM_CITY_METROPOLIS

Object Details
Object Name: CSF_WOM_CITY_METROPOLIS
Object Type: TABLE
Owner: CSF
Subobject Name:
Status: VALID


DEFINITION
This table defines POI (point of interest) of metro cities for Map Display
EXAMPLE

MISCELLANEOUS


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
SYS_IL0000395733C00013$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
SYS_IL0000395733C00014$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
Columns
Name Datatype Length Mandatory Comments
POI_ID NUMBER (17) Yes A unique identifier for the POI.
ISO_COUNTRY_CODE VARCHAR2 (3) Yes Country code of the POI.
OC VARCHAR2 (23)
OC of POI
NAME VARCHAR2 (255) Yes The NAME defines the name the POI.
POPULATION NUMBER (10)
The POPULATION defines the estimated number of inhabitans of the city.
CAPITAL_LEVEL NUMBER (10)
Capital level of POI.
GEOMETRY SDO_GEOMETRY (1)
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT POI_ID
,      ISO_COUNTRY_CODE
,      OC
,      NAME
,      POPULATION
,      CAPITAL_LEVEL
,      GEOMETRY
FROM CSF.CSF_WOM_CITY_METROPOLIS;

Dependencies

[top of page]

CSF.CSF_WOM_CITY_METROPOLIS references the following:

SchemaMDSYS
TYPESDO_ELEM_INFO_ARRAY
TYPESDO_GEOMETRY
TYPESDO_ORDINATE_ARRAY
SchemaSYS
PL/SQL PackageSTANDARD - show dependent code
CSF.CSF_WOM_CITY_METROPOLIS is referenced by following:

SchemaCSF
ViewCSF_WOM_CITY_METROPOLIS#