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


VIEW: APPS.IGSBV_RESIDENCY_STATUSES

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

View Type

A Business Intelligence System view


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


[View Source]

Columns
Name Datatype Length Mandatory Comments
PERSON_NUMBER VARCHAR2 (30) Yes Person number
_LA:RESIDENCY_CLASS CHAR (65)
Residency class
_LA:RESIDENCY_STATUS CHAR (67)
Residency status
EVALUATION_DATE DATE
Yes Date that residency was evaluated or changed
EVALUATOR VARCHAR2 (30) Yes Name of person who evaluated or updated the residency status
COMMENTS VARCHAR2 (240)
A text facility for entering any additional information about the Residency details
START_DATE DATE

No longer used
END_DATE DATE

No longer used
CALENDAR_TYPE VARCHAR2 (10) Yes Calendar type
SEQUENCE_NUMBER NUMBER
Yes Calendar sequence number
RESIDENT_DETAILS_ID NUMBER (15) Yes Unique identifier of the Residency Details
PERSON_ID NUMBER (15) Yes Person identification number
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
,      _LA:RESIDENCY_CLASS
,      _LA:RESIDENCY_STATUS
,      EVALUATION_DATE
,      EVALUATOR
,      COMMENTS
,      START_DATE
,      END_DATE
,      CALENDAR_TYPE
,      SEQUENCE_NUMBER
,      RESIDENT_DETAILS_ID
,      PERSON_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSBV_RESIDENCY_STATUSES;

Dependencies

[top of page]

APPS.IGSBV_RESIDENCY_STATUSES references the following:

SchemaAPPS
SynonymHZ_PARTIES
SynonymIGS_PE_RES_DTLS_ALL

APPS.IGSBV_RESIDENCY_STATUSES is not referenced by any database object