[Home] [Help]
[Dependency Information]
| Object Name: | IGSBV_RESIDENCY_STATES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSBV_RESIDENCY_STATES
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This entity contains information about the person's residency state.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERSON_NUMBER | VARCHAR2 | (30) | Yes | Unique identification number for a 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. | ||
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT PERSON_NUMBER
, INFORMATION_TYPE
, START_DATE
, STATE_CODE
, END_DATE
, PE_EIT_ID
, PERSON_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSBV_RESIDENCY_STATES;
APPS
HZ_PARTIES
IGS_PE_EIT
APPS.IGSBV_RESIDENCY_STATES is not referenced by any database object
|
|
|
|