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


VIEW: APPS.IGSFV_RESIDENCY_COUNTRIES

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

View Type

A Business Intelligence System view


This entity contains information about the person's residency country.


[View Source]

Columns
Name Datatype Length Mandatory Comments
PERSON_NUMBER VARCHAR2 (30) Yes Unique identification number for the person.
INFORMATION_TYPE VARCHAR2 (40) Yes Country.
START_DATE DATE
Yes Start date of the residence in the country.
COUNTRY_CODE VARCHAR2 (150)
Country code.
END_DATE DATE

End date of the residence in the country.
COUNTRY_NAME VARCHAR2 (80) Yes Name of the country.
PE_EIT_ID NUMBER (15) Yes Unique identifier for the residency.
PERSON_ID NUMBER (15) Yes Unique identifier for a person.
CREATED_BY NUMBER (15) Yes Standard who column
CREATION_DATE DATE
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 PERSON_NUMBER
,      INFORMATION_TYPE
,      START_DATE
,      COUNTRY_CODE
,      END_DATE
,      COUNTRY_NAME
,      PE_EIT_ID
,      PERSON_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSFV_RESIDENCY_COUNTRIES;

Dependencies

[top of page]

APPS.IGSFV_RESIDENCY_COUNTRIES references the following:

SchemaAPPS
ViewFND_TERRITORIES_VL
SynonymHZ_PARTIES
SynonymIGS_PE_EIT

APPS.IGSFV_RESIDENCY_COUNTRIES is not referenced by any database object