[Home] [Help]
[Dependency Information]
| Object Name: | IGSFV_ENRL_ELIGIBILITY_SETUPS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSFV_ENRL_ELIGIBILITY_SETUPS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This view queries the available method types that students can be enrolled to.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ENROLLMENT_METHOD_TYPE | VARCHAR2 | (10) | Yes | The type of Enrollment method used for enrolling(ex: self-service, face to face, IVRs etc ) |
| DESCRIPTION | VARCHAR2 | (60) | Yes | Description of the enrollment method types |
| CLOSED_INDICATOR | VARCHAR2 | (1) | Yes | Describes whether the enrolment method type is closed |
| SELF_SERVICE | VARCHAR2 | (1) | Indicates whether the enrollment method type can be used in self-service or not | |
| IVR_ENABLED | VARCHAR2 | (1) | To indicate if the calendar is to be listed in IVR | |
| 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 ENROLLMENT_METHOD_TYPE
, DESCRIPTION
, CLOSED_INDICATOR
, SELF_SERVICE
, IVR_ENABLED
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSFV_ENRL_ELIGIBILITY_SETUPS;
APPS
IGS_EN_METHOD_TYPE
APPS.IGSFV_ENRL_ELIGIBILITY_SETUPS is not referenced by any database object
|
|
|
|