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


TABLE: CSF.CSF_WOM_POI

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


DEFINITION
This table defines POI (point of interest) for Map Display
EXAMPLE
Holiday Inn, Shell petrol station, etc.
MISCELLANEOUS


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
SYS_IL0000395740C00011$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
SYS_IL0000395740C00012$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
Columns
Name Datatype Length Mandatory Comments
POI_ID NUMBER (17)
A unique identifier for the POI.
ISO_COUNTRY_CODE VARCHAR2 (3)
Conutry code of the POI.
NAME VARCHAR2 (255)
Name of the POI.
FEAT_CODE NUMBER (6)
The FEATURE CODE defines the type the POI.
GEOMETRY SDO_GEOMETRY (1)
CAT_ID NUMBER
Yes
Query Text

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


SELECT POI_ID
,      ISO_COUNTRY_CODE
,      NAME
,      FEAT_CODE
,      GEOMETRY
,      CAT_ID
FROM CSF.CSF_WOM_POI;

Dependencies

[top of page]

CSF.CSF_WOM_POI references the following:

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

SchemaCSF
ViewCSF_WOM_POI#