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


VIEW: APPS.IGSFV_ENRL_ELIGIBILITY_SETUPS

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

View Type

A Business Intelligence System view


This view queries the available method types that students can be enrolled to.


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.IGSFV_ENRL_ELIGIBILITY_SETUPS references the following:

SchemaAPPS
SynonymIGS_EN_METHOD_TYPE

APPS.IGSFV_ENRL_ELIGIBILITY_SETUPS is not referenced by any database object