STATE_TBL(SQL Table) |
Index Back |
---|---|
States and ProvincesState table |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | COUNTRY | Character(3) | VARCHAR2(3) NOT NULL |
Country
Default Value: INSTALLATION.COUNTRY Prompt Table: COUNTRY_TBL |
2 | STATE | Character(6) | VARCHAR2(6) NOT NULL | State |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | NUMERIC_CD | Character(2) | VARCHAR2(2) NOT NULL | Numeric Code |
5 | DESCR_AC | Character(30) | VARCHAR2(30) NOT NULL | Alternate Description |
6 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
7 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |