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


VIEW: APPS.IGSFV_RESIDENCY_STATES

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

View Type

A Business Intelligence System view


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


[View Source]

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

End date of the residence in the state.
STATE_NAME VARCHAR2 (360) Yes Name of the state.
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
,      STATE_CODE
,      END_DATE
,      STATE_NAME
,      PE_EIT_ID
,      PERSON_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSFV_RESIDENCY_STATES;

Dependencies

[top of page]

APPS.IGSFV_RESIDENCY_STATES references the following:

SchemaAPPS
PL/SQL PackageFND_PROFILE - show dependent code
SynonymHZ_GEOGRAPHIES
SynonymHZ_PARTIES
SynonymIGS_PE_EIT

APPS.IGSFV_RESIDENCY_STATES is not referenced by any database object