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


TABLE: CSF.CSF_LF_POSTCODES_WM

Object Details
Object Name: CSF_LF_POSTCODES_WM
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:
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.
Query Text

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


SELECT POSTAL_CODE_ID
,      POSTAL_CODE
,      COUNTRY_CODE
,      SECURITY_GROUP_ID
FROM CSF.CSF_LF_POSTCODES_WM;

Dependencies

[top of page]

CSF.CSF_LF_POSTCODES_WM does not reference any database object

CSF.CSF_LF_POSTCODES_WM is referenced by following:

SchemaAPPS
SynonymCSF_LF_POSTCODES_WM