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


TABLE: CSF.CSF_MD_ADM_BOUNDS

Object Details
Object Name: CSF_MD_ADM_BOUNDS
Object Type: TABLE
Owner: CSF
FND Design Data: TableCSF.CSF_MD_ADM_BOUNDS
Subobject Name:
Status: VALID


DEFINITION
A MD ADMIN BOUND defines an administrative boundary defined in a country.
EXAMPLE
MISCELLANEOUS
The enitity can be both linear and and polygon.


Storage Details
Tablespace: TablespaceAPPS_TS_MEDIA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
SYS_IL0000083012C00012$$ LOB UNIQUE TablespaceAPPS_TS_MEDIA
SYS_IL0000083012C00013$$ LOB UNIQUE TablespaceAPPS_TS_MEDIA
Columns
Name Datatype Length Mandatory Comments
ADMIN_BOUND_ID NUMBER (30) Yes The ADMIN BOUND ID 's unique identifier.
ADMIN_LEVEL NUMBER
Yes The ADMIN LEVEL defines the administrative level represented by this carthographic entity.
FEATURE_CODE NUMBER
Yes The FEATURE CODE defines the type of administrative level.
INST_STYLE_ID NUMBER (30) Yes Generic unique identifier for an entity
AREA NUMBER

Defines the surface in square units.
GEOMETRY SDO_GEOMETRY (1)
SECURITY_GROUP_ID NUMBER

Identifier used for running in hosted mode.
Query Text

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


SELECT ADMIN_BOUND_ID
,      ADMIN_LEVEL
,      FEATURE_CODE
,      INST_STYLE_ID
,      AREA
,      GEOMETRY
,      SECURITY_GROUP_ID
FROM CSF.CSF_MD_ADM_BOUNDS;

Dependencies

[top of page]

CSF.CSF_MD_ADM_BOUNDS references the following:

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

SchemaCSF
ViewCSF_MD_ADM_BOUNDS#