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


VIEW: APPS.IGS_EN_CAT_PRC_STEP

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

View Type

A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.


This view incorporates the category procedure step which is based on the enrolment category, enrolment method type and student commencement type.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
ORG_ID NUMBER (15)
Operating Unit Identifier.
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 are NEW -students commencing a course , RETURN -students continuing withcourse and ALL -encompassing both NEW and RETURNing students.
ENR_METHOD_TYPE VARCHAR2 (10) Yes This field 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. --Obsolete
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
,      ORG_ID
,      ENROLMENT_CAT
,      S_STUDENT_COMM_TYPE
,      ENR_METHOD_TYPE
,      S_ENROLMENT_STEP_TYPE
,      STEP_ORDER_NUM
,      MANDATORY_STEP_IND
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_EN_CAT_PRC_STEP;

Dependencies

[top of page]

APPS.IGS_EN_CAT_PRC_STEP references the following:

SchemaAPPS
SynonymIGS_EN_CAT_PRC_STEP_ALL
APPS.IGS_EN_CAT_PRC_STEP is referenced by following:

SchemaAPPS
ViewIGS_EN_CAT_PRC_STEP_LKUP_V
ViewIGS_EN_CAT_PROCEDURE_STEP_V
Package BodyIGS_EN_ELGBL_PERSON - show dependent code
Package BodyIGS_EN_GEN_015 - show dependent code
Package BodyIGS_EN_PLAN_UTILS - show dependent code
Package BodyIGS_SS_ENR_DETAILS - show dependent code
Package BodyIGS_SS_EN_WRAPPERS - show dependent code