VISA_PERMIT_TBL(SQL Table) |
Index Back |
|---|---|
Visa Requirements by CountryUse VISA_PERMIT_TBL to track visa or permit requirements for each country where your company's employees live or work. Use a subordinate record, VISA_PERMIT_SUP, to identify supporting documents required for each visa or permit. |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(3) | VARCHAR2(3) NOT NULL |
Country
Prompt Table: COUNTRY_TBL |
|
| 2 | Character(3) | VARCHAR2(3) NOT NULL | Visa/Permit Type | |
| 3 | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
|
| 4 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
| 5 | VISA_PERMIT_CLASS | Character(1) | VARCHAR2(1) NOT NULL |
Visa/Permit Classification
B=Work/Residence Permit R=Residence Permit V=Visa W=Work Permit Default Value: V |
| 6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 7 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
| 8 | COMMENTS | Long Character | CLOB | Comment |