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


TABLE: CSF.CSF_MD_LAND_USES

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


DEFINITION
A LAND USE defines the geometry of various land usages.
EXAMPLE
Some examples of land usages are: Parks, Forest, Industrial complex, Airport, Island, Military base, Reservations, etc.
MISCELLANEOUS


Storage Details
Tablespace: TablespaceAPPS_TS_MEDIA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
SYS_IL0000083021C00012$$ LOB UNIQUE TablespaceAPPS_TS_MEDIA
SYS_IL0000083021C00013$$ LOB UNIQUE TablespaceAPPS_TS_MEDIA
Columns
Name Datatype Length Mandatory Comments
LANDUSE_ID NUMBER (30) Yes Generic unique identifier for an entity
FEATURE_CODE NUMBER
Yes The FEATURE CODE defines the type of land usage.
INST_STYLE_ID NUMBER (30) Yes Generic unique identifier for an entity
PARK_TYPE NUMBER

Defines type of Park, sub-attribute for Feature Code 7170
AREA NUMBER

Specifies 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 LANDUSE_ID
,      FEATURE_CODE
,      INST_STYLE_ID
,      PARK_TYPE
,      AREA
,      GEOMETRY
,      SECURITY_GROUP_ID
FROM CSF.CSF_MD_LAND_USES;

Dependencies

[top of page]

CSF.CSF_MD_LAND_USES references the following:

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

SchemaCSF
ViewCSF_MD_LAND_USES#