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


TABLE: CSF.CSF_MD_LAND_USES_NA

Object Details
Object Name: CSF_MD_LAND_USES_NA
Object Type: TABLE
Owner: CSF
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_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
SYS_IL0000493273C00013$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
SYS_IL0000493273C00014$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
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.
SECURITY_GROUP_ID NUMBER

Identifier used for running in hosted mode.
GEOMETRY SDO_GEOMETRY (1)
Query Text

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


SELECT LANDUSE_ID
,      FEATURE_CODE
,      INST_STYLE_ID
,      PARK_TYPE
,      AREA
,      SECURITY_GROUP_ID
,      GEOMETRY
FROM CSF.CSF_MD_LAND_USES_NA;

Dependencies

[top of page]

CSF.CSF_MD_LAND_USES_NA references the following:

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

SchemaCSF
ViewCSF_MD_LAND_USES_NA#