DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.IGSBV_PORT_OF_ENTRIES

Object Details
Object Name: IGSBV_PORT_OF_ENTRIES
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGSBV_PORT_OF_ENTRIES
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


This entity contains information about a person's port of entries.


[View Source]

Columns
Name Datatype Length Mandatory Comments
_LA:PORT_OF_ENTRY CHAR (67)
Port/place where the person entered the country
COUNTRY_ENTRY_FORM_NUMBER 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
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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT _LA:PORT_OF_ENTRY
,      COUNTRY_ENTRY_FORM_NUMBER
,      VISIT_START_DATE
,      VISIT_END_DATE
,      REMARKS
,      VISA_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSBV_PORT_OF_ENTRIES;

Dependencies

[top of page]

APPS.IGSBV_PORT_OF_ENTRIES references the following:

SchemaAPPS
SynonymIGS_PE_VISIT_HISTRY

APPS.IGSBV_PORT_OF_ENTRIES is not referenced by any database object