Table Detail Report

ZIP_DEFAULT



Column Section Top of Page


Table-level Detail

Description: Zip Default
Definition: Zip code defaults table.
Table Type: REFERENCE





Column Detail - ZIP_DEFAULT


Column Name Type Null? Definition
ACTIVE_IND NUMBER Y The table row is active or inactive. A row is generally active unless it is in an inactive state such as logically deleted, combined away, pending purge, etc.
ACTIVE_STATUS_CD NUMBER N Indicates the status of the row itself (not the data in the row) such as active, inactive, combined away, pending purge, etc.
ACTIVE_STATUS_DT_TM DATE Y The date and time that the active_status_cd was set.
BEG_EFFECTIVE_DT_TM DATE Y The date and time for which this table row becomes effective. Normally, this will be the date and time the row is added, but could be a past or future date and time.
CITY VC2(40) Y Name of the City.
CITY_CD NUMBER N The code value for the city.
COUNTY VC2(40) Y Name of the county.
COUNTY_CD NUMBER N Code value for the county.
COUNTY_FIPS VC2(5) Y The FIPS county code is a five-digit Federal Information Processing Standard (FIPS) code (FIPS 6-4) which uniquely identifies counties and county equivalents in the United States, certain U.S. possessions, and certain freely associated states. The first two digits are the FIPS state code and the last three are the county code within the state or possession.
END_EFFECTIVE_DT_TM DATE Y The date/time after which the row is no longer valid as active current data. This may be valued with the date that the row became inactive.
PREFERRED_TYPE VC2(1) Y The preferred type of zip code.
PREFIX VC2(10) Y Phone number prefix.
STATE VC2(40) Y Two letter abbreviation for a state.
STATE_CD NUMBER N Code value for a state.
UPDT_APPLCTX NUMBER N The application context number from the record info block.
UPDT_CNT NUMBER N Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row.
UPDT_DT_TM DATE N The date and time the row was last inserted or updated.
UPDT_ID NUMBER N The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table.
UPDT_TASK NUMBER N The registered (assigned) task number for the process that inserted or updated the row.
ZIPCODE VC2(10) Y The postal code used to identify a geographical region.
ZIP_DEFAULT_ID NUMBER N Primary key for this table.
ZIP_PRIMARY_IND NUMBER Y Primary indicator.