[Home] [Help]
[Dependency Information]
Object Name: | CSF_LF_BLOCKS |
---|---|
Object Type: | TABLE |
Owner: | CSF |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
DEFINITION
The Block table includes available address ranges for a certain roadsegment. Typically a block record describes the Start and End house number, both on the Left and Right side of the road segment.
EXAMPLE
MISCELLANEOUS
One roadsegment can have multiple blocks (e.g. commercial vs. base address range).
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BLOCK_ID | NUMBER | (30) | Yes | Surrogate key used for primary unique identifiers |
LEFT_ADDRESS_FORMAT | VARCHAR2 | (1) | Address format (numeric, alphanumeric, unaddressed) for road segment | |
LEFT_ADDRESS_SCHEME | VARCHAR2 | (1) | Address scheme (Odd, Even, Mixed) at Left Side of road segment | |
START_LEFT_ADDRESS | VARCHAR2 | (10) | Left House Number at Reference Node | |
END_LEFT_ADDRESS | VARCHAR2 | (10) | Left House Number at non-Reference node | |
RIGHT_ADDRESS_FORMAT | VARCHAR2 | (1) | Address format (numeric, alphanumeric, unaddressed) for road segment | |
RIGHT_ADDRESS_SCHEME | VARCHAR2 | (1) | Address scheme (Odd, Even, Mixed) at Right Side of road segment | |
START_RIGHT_ADDRESS | VARCHAR2 | (10) | Right House Number at Reference Node | |
END_RIGHT_ADDRESS | VARCHAR2 | (10) | Right House Number at Non-Reference Node | |
ADDRESS_TYPE | VARCHAR2 | (1) | Type of block (base, commercial etc.) | |
ROADSEGMENT_ID | NUMBER | (30) | Yes | Permanent identifier for RoadSegment (=GDF3.0 Edge ID) |
SECURITY_GROUP_ID | NUMBER | Identifier used for running in hosted mode |
Cut, paste (and edit) the following text to query this object:
SELECT BLOCK_ID
, LEFT_ADDRESS_FORMAT
, LEFT_ADDRESS_SCHEME
, START_LEFT_ADDRESS
, END_LEFT_ADDRESS
, RIGHT_ADDRESS_FORMAT
, RIGHT_ADDRESS_SCHEME
, START_RIGHT_ADDRESS
, END_RIGHT_ADDRESS
, ADDRESS_TYPE
, ROADSEGMENT_ID
, SECURITY_GROUP_ID
FROM CSF.CSF_LF_BLOCKS;
CSF.CSF_LF_BLOCKS does not reference any database object
CSF.CSF_LF_BLOCKS is referenced by following:
|
|
|