Search Results step_group_type
Overview
IGS_AD_PRCS_CAT_STEP_V is a seeded Oracle EBS database view owned by the APPS schema, defined in the Oracle Student System (also known as Oracle Student Information System, or IGS) product family. It presents the set of admission process catalog steps that a given admission category is permitted to follow, combining configuration rows from the IGS_AD_PRCS_CAT_STEP base table with descriptive attribute information drawn from the IGS lookups infrastructure. The view exposes a denormalized, reporting-friendly projection of admissions setup data, supporting admissions process configuration queries, catalog validation, and integration extracts without requiring the caller to join the lookup views and tracking-type tables directly.
The view is of particular interest to implementers researching the column step_type_restriction_num_ind, an indicator that governs whether a numeric step-type restriction value must be supplied for a given admission step type within a catalog step definition.
Underlying Base Objects
The view is defined as a UNION ALL-style composition of two SELECT branches. Although the ETRM metadata lists no documented referenced base objects, the embedded view text identifies them explicitly:
- IGS_AD_PRCS_CAT_STEP (APCS) — the driving table holding admission category, process type, admission step type, step group type, mandatory step indicator, step type restriction number, step ordering, and standard audit columns.
- IGS_LOOKUPS_VIEW (LKUPV1) — supplies the step meaning, the step_type_restriction_num_ind indicator, and closed indicator for non-TRACK step group rows. It is joined on LOOKUP_TYPE = 'ADMISSION_STEP_TYPE', LOOKUP_CODE = S_ADMISSION_STEP_TYPE, and matching STEP_GROUP_TYPE.
- IGS_TR_TYPE (TRT) — supplies tracking-type description and closed indicator for the TRACK branch.
- IGS_LOOKUP_VALUES (LKUPV2) — supplies the tracking-type meaning for the TRACK branch, joined on LOOKUP_TYPE = 'TRACKING_TYPE'.
The first branch returns rows where STEP_GROUP_TYPE is not 'TRACK'; the second returns rows where STEP_GROUP_TYPE equals 'TRACK', with S_TRACKING_TYPE and S_TRK_MEANING populated in place of the step meaning columns.
Key Columns
- ROW_ID — surrogate identifier inherited from IGS_AD_PRCS_CAT_STEP.
- ADMISSION_CAT — the admission category to which the step configuration applies.
- S_ADMISSION_PROCESS_TYPE / S_ADMISSION_STEP_TYPE — process type and step type codes.
- S_TRACKING_TYPE / S_TRK_MEANING — populated only for TRACK group rows; NULL otherwise.
- MEANING — lookup meaning for the admission step type (NULL on the TRACK branch).
- STEP_GROUP_TYPE — group classification; 'TRACK' rows are sourced from IGS_TR_TYPE.
- STEP_TYPE_RESTRICTION_NUM_IND — the lookup-driven indicator that determines whether a numeric restriction is required for the step type. For TRACK rows it is hard-coded to 'N'.
- CLOSED_IND, MANDATORY_STEP_IND, STEP_TYPE_RESTRICTION_NUM, STEP_ORDER_NUM — status, mandatory flag, restriction value, and display ordering.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard audit columns.
Common Use Cases and Queries
This view is typically used to list the steps available within an admission category, to identify which steps require a numeric step-type restriction, or to extract catalog step configuration into downstream interfaces. A representative query is:
SELECT admission_cat, s_admission_step_type, step_group_type, step_type_restriction_num_ind, step_type_restriction_num, step_order_num FROM apps.igs_ad_prcs_cat_step_v WHERE admission_cat = :p_category ORDER BY step_order_num;SELECT admission_cat, s_admission_step_type, step_order_num FROM apps.igs_ad_prcs_cat_step_v WHERE step_type_restriction_num_ind = 'Y';SELECT step_group_type, COUNT(*) FROM apps.igs_ad_prcs_cat_step_v GROUP BY step_group_type;
Because the view already resolves lookup meanings and tracking descriptions, it is preferable to the underlying base table for read-only reporting, while remaining unsuitable for direct DML.
-
VIEW: APPS.IGS_AD_PRCS_CAT_STEP_V
12.1.1
-
View: IGS_AD_PRCS_CAT_STEP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PRCS_CAT_STEP_V, object_name:IGS_AD_PRCS_CAT_STEP_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PRCS_CAT_STEP_V ,
-
View: IGS_AD_PRCS_CAT_STEP_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_CAT_PRC_STEP_LKUP_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view performs a look up for the category procedure based on a specific enrolment step type. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_EN_CAT_PRC_STEP_LKUP_V
12.1.1
-
View: IGS_EN_CAT_PRC_STEP_LKUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_CAT_PRC_STEP_LKUP_V, object_name:IGS_EN_CAT_PRC_STEP_LKUP_V, status:VALID, product: IGS - Student System , description: This view performs a look up for the category procedure based on a specific enrolment step type. , implementation_dba_data: APPS.IGS_EN_CAT_PRC_STEP_LKUP_V ,
-
View: IGS_PE_USR_AVAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_USR_AVAL_V, object_name:IGS_PE_USR_AVAL_V, status:VALID, product: IGS - Student System , description: Describes the Self Service User Activity Setup Details. , implementation_dba_data: APPS.IGS_PE_USR_AVAL_V ,
-
View: IGS_PE_USR_AVAL_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the Self Service User Activity Setup Details. , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_AD_PRCS_CAT_STEP_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PRCS_CAT_STEP_ALL, object_name:IGS_AD_PRCS_CAT_STEP_ALL, status:VALID,
-
VIEW: APPS.IGS_PE_USR_AVAL_V
12.1.1
-
VIEW: APPS.IGS_EN_PIG_S_SETUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_PIG_S_SETUP_V, object_name:IGS_EN_PIG_S_SETUP_V, status:VALID,
-
VIEW: APPS.IGS_AD_PRCS_CAT_STEP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PRCS_CAT_STEP_V, object_name:IGS_AD_PRCS_CAT_STEP_V, status:VALID,
-
APPS.IGS_AD_PRCS_CAT_STEP_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_PE_USR_AVAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_USR_AVAL_V, object_name:IGS_PE_USR_AVAL_V, status:VALID,
-
VIEW: APPS.IGS_EN_ELGB_OVR_SYS_STEP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ELGB_OVR_SYS_STEP_V, object_name:IGS_EN_ELGB_OVR_SYS_STEP_V, status:VALID,
-
View: IGS_EN_CAT_PROCEDURE_STEP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_CAT_PROCEDURE_STEP_V, object_name:IGS_EN_CAT_PROCEDURE_STEP_V, status:VALID, product: IGS - Student System , description: IGS_EN_CAT_PROCEDURE_STEP_V performs the appropriate steps that have to be followed based on the enrolment procedure look up. , implementation_dba_data: APPS.IGS_EN_CAT_PROCEDURE_STEP_V ,
-
VIEW: APPS.IGS_AD_PRCS_CAT_STEP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PRCS_CAT_STEP, object_name:IGS_AD_PRCS_CAT_STEP, status:VALID,
-
VIEW: APPS.IGS_EN_CAT_PRC_STEP_LKUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_CAT_PRC_STEP_LKUP_V, object_name:IGS_EN_CAT_PRC_STEP_LKUP_V, status:VALID,
-
APPS.IGS_AD_GEN_003 SQL Statements
12.1.1
-
View: IGS_EN_CAT_PROCEDURE_STEP_V
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_EN_CAT_PROCEDURE_STEP_V performs the appropriate steps that have to be followed based on the enrolment procedure look up. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_PIG_S_SETUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_PIG_S_SETUP_V, object_name:IGS_EN_PIG_S_SETUP_V, status:VALID, product: IGS - Student System , description: Person ID Group Enrollment Step Setup View , implementation_dba_data: APPS.IGS_EN_PIG_S_SETUP_V ,
-
View: IGS_EN_ELGB_OVR_SYS_STEP_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is used to capture the Enrollment Eligibility Override of system steps. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_PIG_S_SETUP_V
12.2.2
product: IGS - Student System (Obsolete) , description: Person ID Group Enrollment Step Setup View , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_EN_CPD_EXT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_CPD_EXT_V, object_name:IGS_EN_CPD_EXT_V, status:VALID,
-
View: IGS_AD_PRCS_CAT_STEP
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_ELGB_OVR_SYS_STEP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ELGB_OVR_SYS_STEP_V, object_name:IGS_EN_ELGB_OVR_SYS_STEP_V, status:VALID, product: IGS - Student System , description: This view is used to capture the Enrollment Eligibility Override of system steps. , implementation_dba_data: APPS.IGS_EN_ELGB_OVR_SYS_STEP_V ,
-
View: IGS_EN_CPD_EXT_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the Enrollment Category Eligibility Validation Extension , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_PRCS_CAT_STEP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PRCS_CAT_STEP, object_name:IGS_AD_PRCS_CAT_STEP, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PRCS_CAT_STEP ,
-
View: IGS_LOOKUPS_VIEW
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_LOOKUPS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_LOOKUPS_VIEW, object_name:IGS_LOOKUPS_VIEW, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_LOOKUPS_VIEW ,
-
View: IGS_EN_CPD_EXT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_CPD_EXT_V, object_name:IGS_EN_CPD_EXT_V, status:VALID, product: IGS - Student System , description: Describes the Enrollment Category Eligibility Validation Extension , implementation_dba_data: APPS.IGS_EN_CPD_EXT_V ,
-
VIEW: APPS.IGS_EN_ELGB_OVR_STEP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ELGB_OVR_STEP_V, object_name:IGS_EN_ELGB_OVR_STEP_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_PRCS_CAT_STEP_PKG
12.1.1
-
View: IGS_EN_ELGB_OVR_STEP_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the Enrollment Category Eligibility Validation Override step Details , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_ELGB_OVR_STEP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ELGB_OVR_STEP_V, object_name:IGS_EN_ELGB_OVR_STEP_V, status:VALID, product: IGS - Student System , description: Describes the Enrollment Category Eligibility Validation Override step Details , implementation_dba_data: APPS.IGS_EN_ELGB_OVR_STEP_V ,
-
VIEW: APPS.IGS_EN_CAT_PROCEDURE_STEP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_CAT_PROCEDURE_STEP_V, object_name:IGS_EN_CAT_PROCEDURE_STEP_V, status:VALID,
-
TABLE: IGS.IGS_LOOKUPS_VAL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_LOOKUPS_VAL, object_name:IGS_LOOKUPS_VAL, status:VALID,
-
APPS.IGS_AD_GEN_016 SQL Statements
12.1.1
-
APPS.IGS_AD_GEN_014 SQL Statements
12.1.1
-
VIEW: APPS.IGS_LOOKUPS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_LOOKUPS_VIEW, object_name:IGS_LOOKUPS_VIEW, status:VALID,
-
APPS.IGS_AD_GEN_004 SQL Statements
12.1.1
-
APPS.IGS_LOOKUPS_VAL_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_PS_APLINSTUNT_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_IMP_ADM_DES SQL Statements
12.1.1
-
APPS.IGS_ADMAPPLICATION_PUB SQL Statements
12.1.1
-
APPS.IGS_EN_GEN_003 SQL Statements
12.1.1
-
APPS.IGS_AD_SS_GEN_001 SQL Statements
12.1.1
-
APPS.IGS_AD_PS_APPL_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_GEN_014
12.1.1
-
PACKAGE BODY: APPS.IGS_LOOKUPS_VAL_PKG
12.1.1