[Home] [Help]
[Dependency Information]
| Object Name: | IGSFV_PERSON_SPECIAL_NEED |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSFV_PERSON_SPECIAL_NEED
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
Describes the disabilities that a person has, as well as the details pertaining to special requirement of the person
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DISABLTY_IDENTIFIER | NUMBER | (15) | Yes | Unique Identifier, PK |
| PERSON_IDENTIFIER | NUMBER | (15) | Yes | Person identifier |
| PERSON_NUMBER | VARCHAR2 | (30) | Yes | Unique identification number for this person |
| PERSON_NAME | VARCHAR2 | (360) | Yes | Name of this person |
| 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_NUMBER | VARCHAR2 | (30) | Yes | Interviewer unique identification number for this party |
| INTERVIEWER_NAME | VARCHAR2 | (360) | Yes | Interviewer name |
| INTERVIEWER_DATE | DATE | Date of Interview | ||
| SPECIAL_ALLOW_CODE | CHAR | (62) | Special allowed code. | |
| SUPPORT_LEVEL_CODE | CHAR | (68) | Support level code. | |
| DISABILITY_DESC | VARCHAR2 | (60) | Yes | Description of the special need type (disability type) |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT DISABLTY_IDENTIFIER
, PERSON_IDENTIFIER
, PERSON_NUMBER
, PERSON_NAME
, DISABILITY_TYPE
, _LA:ELIG_EARLY_REG_INDICATOR
, START_DATE
, END_DATE
, INFO_SOURCE
, INTERVIEWER_IDENTIFIER
, INTERVIEWER_NUMBER
, INTERVIEWER_NAME
, INTERVIEWER_DATE
, SPECIAL_ALLOW_CODE
, SUPPORT_LEVEL_CODE
, DISABILITY_DESC
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGSFV_PERSON_SPECIAL_NEED;
APPS
HZ_PARTIES
IGS_AD_DISBL_TYPE
IGS_PE_PERS_DISABLTY
APPS.IGSFV_PERSON_SPECIAL_NEED is not referenced by any database object
|
|
|
|