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


TABLE: CSF.CSF_LF_POSTCODES_NA

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


DEFINITION
Defines postal code that is valid for a RoadSegment or POI and represents the official numeric or alphanumeric postal code present in that country.
EXAMPLE
MISCELLANEOUS
The PostCode table is related to the Place Table for retrieving Country ID.
Postal Codes could be duplicated between countries, therefore the Country ID is required.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
SYS_IL0000493202C00011$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
SYS_IL0000493202C00012$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
Columns
Name Datatype Length Mandatory Comments
POSTAL_CODE_ID NUMBER (30) Yes Primary key for the Postal Code table
POSTAL_CODE VARCHAR2 (240) Yes Actual numeric or alphanumeric Postal Code
COUNTRY_CODE VARCHAR2 (240) Yes The country for which the postcode is.
SECURITY_GROUP_ID NUMBER

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

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


SELECT POSTAL_CODE_ID
,      POSTAL_CODE
,      COUNTRY_CODE
,      SECURITY_GROUP_ID
,      POSTAL_CODE_LOCUS
FROM CSF.CSF_LF_POSTCODES_NA;

Dependencies

[top of page]

CSF.CSF_LF_POSTCODES_NA references the following:

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

SchemaCSF
ViewCSF_LF_POSTCODES_NA#