[Home] [Help]
[Dependency Information]
Object Name: | IGS_EN_ELGB_OVR_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Describes the Enrollment Category Eligibility Validation Override Details
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | Rowid | |
ELGB_OVERRIDE_ID | NUMBER | (15) | Yes | Unique Identifier for the Eligibility Override information. |
PERSON_ID | NUMBER | (15) | Yes | Unique Identifier for the Person |
PERSON_NUMBER | VARCHAR2 | (30) | Yes | Unique Identifier for the Person |
FULL_NAME | VARCHAR2 | (450) | Full name of the person. | |
SEX_MEANING | VARCHAR2 | (80) | Sex of the person. | |
BIRTH_DT | DATE | Birth date of the person. | ||
CAL_TYPE | VARCHAR2 | (10) | Yes | Calendar Type for which the override applied |
CI_SEQUENCE_NUMBER | NUMBER | (6) | Yes | Calendar Sequence Number for which the override applied |
START_DT | DATE | Yes | Start date of the calendar instance. | |
END_DT | DATE | Yes | End date of the calendar instance. | |
ALTERNATE_CODE | VARCHAR2 | (10) | Alternate code of the load or teaching calendar instance. | |
ACAD_ALTERNATE_CODE | VARCHAR2 | (10) | Alternate code of the academic calendar instance. | |
ORG_ID | NUMBER | (15) | Unique Identifier of the Organization. | |
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 | |
CI_DESCRIPTION | VARCHAR2 | (30) | Calendar description |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, ELGB_OVERRIDE_ID
, PERSON_ID
, PERSON_NUMBER
, FULL_NAME
, SEX_MEANING
, BIRTH_DT
, CAL_TYPE
, CI_SEQUENCE_NUMBER
, START_DT
, END_DT
, ALTERNATE_CODE
, ACAD_ALTERNATE_CODE
, ORG_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, CI_DESCRIPTION
FROM APPS.IGS_EN_ELGB_OVR_V;
APPS.IGS_EN_ELGB_OVR_V is not referenced by any database object
|
|
|