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


VIEW: APPS.IGS_EN_CAT_PRC_STEP_LKUP_V

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

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
ENROLMENT_CAT VARCHAR2 (10) Yes This field describes the types of enrolment procedure.
S_STUDENT_COMM_TYPE VARCHAR2 (10) Yes A system defined type of student. The allowable types areNEW -students commencing a course, RETURN students continuing with course and ALL -encompassing both NEW and RETURNing students.
ENR_METHOD_TYPE VARCHAR2 (10) Yes This fields describes the type of enrolment method used for enrolling.
S_ENROLMENT_STEP_TYPE VARCHAR2 (30) Yes This field describes the type code allocated to the enrolment step.
STEP_ORDER_NUM NUMBER (3)
This field describes the sequence in which the enrolment procedure step is performed.
MANDATORY_STEP_IND VARCHAR2 (0)
This field describes whether the step is a mandatory step within the enrolment collection process for the relevant enrolment category detail.
MEANING VARCHAR2 (80) Yes
CLOSED_IND VARCHAR2 (1)
This is a flag for determining if the Lookup Type is closed
STEP_GROUP_TYPE VARCHAR2 (10)
A system defined classification of enrolment steps.Enrolment steps relate either to the PERSON, the student's COURSE attempt or their UNIT enrolment. PERSON steps,if selected, are displayed in Part 1 of the Record Enrolments Form, ENRF3000. course steps are displayed in Part 2, and unit steps are displayed in Part 3 of the form.
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 ROW_ID
,      ENROLMENT_CAT
,      S_STUDENT_COMM_TYPE
,      ENR_METHOD_TYPE
,      S_ENROLMENT_STEP_TYPE
,      STEP_ORDER_NUM
,      MANDATORY_STEP_IND
,      MEANING
,      CLOSED_IND
,      STEP_GROUP_TYPE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_EN_CAT_PRC_STEP_LKUP_V;

Dependencies

[top of page]

APPS.IGS_EN_CAT_PRC_STEP_LKUP_V references the following:

SchemaAPPS
ViewIGS_EN_CAT_PRC_STEP
ViewIGS_LOOKUPS_VIEW

APPS.IGS_EN_CAT_PRC_STEP_LKUP_V is not referenced by any database object