SFA_PF_2STCD_VW

(SQL View)
Index Back

State Codes/Names

SFA_PF_2STCD_VW retrieves the states specific for the Legal Residence and Mailing State values for Profile Application

SELECT B.country_2char ,A.state ,A.numeric_cd ,A.descr FROM ps_sfa_state_tbl A , PS_COUNTRY_TBL B WHERE A.COUNTRY = B.COUNTRY AND A.STATE NOT IN ('NR','PQ')

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 COUNTRY_2CHAR Character(2) VARCHAR2(2) NOT NULL 2-Char Country Code
2 STATE Character(6) VARCHAR2(6) NOT NULL State
3 NUMERIC_CD Character(2) VARCHAR2(2) NOT NULL Numeric Code
4 DESCR Character(30) VARCHAR2(30) NOT NULL Description