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


TABLE: CSF.CSF_LF_POSTCODES

Object Details
Object Name: CSF_LF_POSTCODES
Object Type: TABLE
Owner: CSF
FND Design Data: TableCSF.CSF_LF_POSTCODES
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_MEDIA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
SYS_IL0000083001C00010$$ LOB UNIQUE TablespaceAPPS_TS_MEDIA
SYS_IL0000083001C00011$$ LOB UNIQUE TablespaceAPPS_TS_MEDIA
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.
POSTAL_CODE_LOCUS 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 POSTAL_CODE_ID
,      POSTAL_CODE
,      COUNTRY_CODE
,      POSTAL_CODE_LOCUS
,      SECURITY_GROUP_ID
FROM CSF.CSF_LF_POSTCODES;

Dependencies

[top of page]

CSF.CSF_LF_POSTCODES references the following:

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

SchemaCSF
ViewCSF_LF_POSTCODES#