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


VIEW: APPS.IGSBV_LEGAL_PERM_RESIDENCES

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

View Type

A Business Intelligence System view


This entity contains information about the person's Legal Permanent Residence Country.


[View Source]

Columns
Name Datatype Length Mandatory Comments
PERSON_NUMBER VARCHAR2 (30) Yes Unique identification number of a person.
INFORMATION_TYPE VARCHAR2 (40) Yes Legal permanent residence.
START_DATE DATE
Yes Start date of the legal permanent residence.
_LA:PERMANENT_RES_COUNTRY CHAR (63)
Permanent residence country of a person.
END_DATE DATE

End date of the legal permanent residence.
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
,      _LA:PERMANENT_RES_COUNTRY
,      END_DATE
,      PE_EIT_ID
,      PERSON_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSBV_LEGAL_PERM_RESIDENCES;

Dependencies

[top of page]

APPS.IGSBV_LEGAL_PERM_RESIDENCES references the following:

SchemaAPPS
SynonymHZ_PARTIES
SynonymIGS_PE_EIT

APPS.IGSBV_LEGAL_PERM_RESIDENCES is not referenced by any database object