Well, "STATE_CODE" and "STATE_FIPS_CODE" are the columns. "STATE_FIPS_CODE" needs to be updated if the STATE from flat file (i.e 'AK','CA', ...) is exists in table.
By the way the flat file will be like this
Zip Code","City","County","State","FIPS"
"00008","Tongass National Forest","Prince of Wales-Outer Ketchikan","AK","02201"
"00009","Lake Clark National Preserve","Bethel Census Area","CA","02050"
"00010","Yukon Delta Wilderness","Wade Hampton Census Area","NY","02270"
i.e, the STATE is not duclicated in flat file
While an insertion, it should happen with COMMON_STATE_DETAILS_ID as SEQ_COMMON_STATE_DETAILS_ID.NextVal
Thanks