[Home] [Help]
[Dependency Information]
| Object Name: | IGSFV_PORT_OF_ENTRIES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSFV_PORT_OF_ENTRIES
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This entity contains information about a person's port of entries.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| _LA:PORT_OF_ENTRY | CHAR | (67) | Port/place where the person entered the country | |
| COUNTRY_ENTRY_FORM_NUM | VARCHAR2 | (30) | Yes | Form Number issued when entering the country |
| VISIT_START_DATE | DATE | Yes | Date entered into country | |
| VISIT_END_DATE | DATE | Date that the visit ended | ||
| REMARKS | VARCHAR2 | (500) | A text facility for entering any additional information about the port of entry | |
| PERSON_NUMBER | VARCHAR2 | (30) | Yes | Unique identifier for a person. |
| VISA_TYPE | VARCHAR2 | (30) | Yes | Type of Visa |
| VISA_ISSUE_DATE | DATE | Yes | Date when the visa was issued | |
| VISA_ID | NUMBER | (15) | Yes | Unique identifier of the Visa for which the Port of entry is issued. |
| CREATION_DATE | DATE | Yes | Standard Who Column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT _LA:PORT_OF_ENTRY
, COUNTRY_ENTRY_FORM_NUM
, VISIT_START_DATE
, VISIT_END_DATE
, REMARKS
, PERSON_NUMBER
, VISA_TYPE
, VISA_ISSUE_DATE
, VISA_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSFV_PORT_OF_ENTRIES;
APPS
HZ_PARTIES
IGS_PE_VISA
IGS_PE_VISIT_HISTRY
APPS.IGSFV_PORT_OF_ENTRIES is not referenced by any database object
|
|
|
|