[Home] [Help]
[Dependency Information]
Object Name: | IGS_EN_CAT_PRC_STEP |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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.
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 |
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;
|
|
|