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


VIEW: APPS.IGSBV_PERSON_SPECIAL_NEED

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

View Type

A Business Intelligence System view


Describes the disabilities that a person has, as well as the details pertaining to special requirement of the person


[View Source]

Columns
Name Datatype Length Mandatory Comments
DISABLTY_IDENTIFIER NUMBER (15) Yes Unique Identifier, PK
PERSON_IDENTIFIER NUMBER (15) Yes Person identifier
DISABILITY_TYPE VARCHAR2 (10) Yes Used to enter special needs for the person whose record is displayed. Special need types are institution-defined values.
_LA:ELIG_EARLY_REG_INDICATOR CHAR (59)
Eligible for Early Registration Indicator(Y/N)
START_DATE DATE

Start date
END_DATE DATE

End date
INFO_SOURCE VARCHAR2 (100)
Source of Information, Free format text
INTERVIEWER_IDENTIFIER NUMBER (15)
Interviewer party identifier
INTERVIEWER_DATE DATE

Date of Interview
SPECIAL_ALLOW_CODE CHAR (62)
Special allowed code.
SUPPORT_LEVEL_CODE CHAR (68)
Support level code.
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
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT DISABLTY_IDENTIFIER
,      PERSON_IDENTIFIER
,      DISABILITY_TYPE
,      _LA:ELIG_EARLY_REG_INDICATOR
,      START_DATE
,      END_DATE
,      INFO_SOURCE
,      INTERVIEWER_IDENTIFIER
,      INTERVIEWER_DATE
,      SPECIAL_ALLOW_CODE
,      SUPPORT_LEVEL_CODE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGSBV_PERSON_SPECIAL_NEED;

Dependencies

[top of page]

APPS.IGSBV_PERSON_SPECIAL_NEED references the following:

SchemaAPPS
SynonymIGS_PE_PERS_DISABLTY

APPS.IGSBV_PERSON_SPECIAL_NEED is not referenced by any database object