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


TABLE: IGS.IGS_AD_PRCS_CAT_STEP_ALL

Object Details
Object Name: IGS_AD_PRCS_CAT_STEP_ALL
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_AD_PRCS_CAT_STEP_ALL
Subobject Name:
Status: VALID


IGS_AD_PRCS_CAT_STEP_ALL describes step types that define processing for admission category or admission process type.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_AD_PRCS_CAT_STEP_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnADMISSION_CAT
ColumnS_ADMISSION_PROCESS_TYPE
ColumnSTEP_GROUP_TYPE
ColumnS_ADMISSION_STEP_TYPE
Columns
Name Datatype Length Mandatory Comments
ADMISSION_CAT VARCHAR2 (10) Yes The code of an institution-defined admission category. An admission category is used to group a set of applicants whose applications will be processed by a common set of admission procedure steps.
S_ADMISSION_PROCESS_TYPE VARCHAR2 (30) Yes Describes the system-defined processes available for direct admission. For example, Course - course admission, Transfer - course transfer, Re-Admit - re-admission.
ORG_ID NUMBER (15)
Unit organization identifier
S_ADMISSION_STEP_TYPE VARCHAR2 (30) Yes Describes the system admission step types that define processing for the admission category and admission process type specified.
MANDATORY_STEP_IND VARCHAR2 (1) Yes Describes whether the step is a mandatory step within the admission data collection process for the relevant admission process category.
STEP_TYPE_RESTRICTION_NUM NUMBER (2)
Describes a number restriction on an admission step type. An example of a step type to which number restriction applies is the Limit Preferences step, where the maximum number of preferences may be set as '5'.
STEP_ORDER_NUM NUMBER (3)
Describes the sequence in which the admission steps are performed. The step order will not apply to certain step group types.
STEP_GROUP_TYPE VARCHAR2 (10)
Step Group Type.
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 ADMISSION_CAT
,      S_ADMISSION_PROCESS_TYPE
,      ORG_ID
,      S_ADMISSION_STEP_TYPE
,      MANDATORY_STEP_IND
,      STEP_TYPE_RESTRICTION_NUM
,      STEP_ORDER_NUM
,      STEP_GROUP_TYPE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_AD_PRCS_CAT_STEP_ALL;

Dependencies

[top of page]

IGS.IGS_AD_PRCS_CAT_STEP_ALL does not reference any database object

IGS.IGS_AD_PRCS_CAT_STEP_ALL is referenced by following:

SchemaAPPS
SynonymIGS_AD_PRCS_CAT_STEP_ALL