Search Results igs_ad_prcs_cat_step
Overview
The view IGS_AD_PRCS_CAT_STEP belongs to the IGS (Student System) product family within Oracle E-Business Suite. In the ETRM metadata for both release 12.1.1 and 12.2.2, the product is flagged as Obsolete, and the view itself is documented as Not implemented in this database. This designation indicates that the object is retained primarily for historical or reference purposes and is not expected to be present in a standard, supported EBS installation.
Functionally, the view exposes configuration data that maps admissions process categories to the individual steps that make up an admissions workflow. Each row represents one step, or step grouping, that applies to a given admission category and admission process type. The view provides an organization-scoped, filtered presentation of this configuration, applying a Multi-Org security predicate so that a session sees only rows belonging to its current operating unit context. In reporting and integration terms, it would have served as a read-only interface for extracting, validating, or migrating admissions step definitions without touching the underlying _ALL table directly.
Underlying Base Objects
The single documented base object referenced by the view text is the table IGS_AD_PRCS_CAT_STEP_ALL. The view is a straightforward projection over that table, selecting a fixed column list and applying a WHERE clause that enforces organization-level access control. No additional joins, views, or synonyms are documented among the referenced base objects.
The view's own name carries no _ALL suffix, which signals that it delivers the operating-unit-filtered subset of the multi-org table. The _ALL table stores rows across all organizations; the view removes that cross-organization visibility and returns only the rows matching the caller's current organization identifier, or rows with a null organization identifier treated as global. Aside from this filtering, the column set is identical to that of the base table, with the addition of a ROW_ID column derived from the table's physical row identifier.
Key Columns
- ROW_ID — The physical row identifier from the base table, exposed for row-level addressing and certain updatable-view or integration scenarios.
- ORG_ID — The operating unit identifier that scopes each configuration record; drives the Multi-Org filter applied in the view.
- ADMISSION_CAT — The admission category to which the step configuration applies, linking the step to a category of applicant or admission track.
- S_ADMISSION_PROCESS_TYPE — The admissions process type, identifying the broader process within which the step is executed.
- S_ADMISSION_STEP_TYPE — The specific step type performed within the process.
- MANDATORY_STEP_IND — Indicates whether the step is mandatory for the associated category and process combination.
- STEP_TYPE_RESTRICTION_NUM — A numeric restriction qualifying or limiting the step type's applicability.
- STEP_ORDER_NUM — The sequence in which the step occurs relative to other steps in the process.
- STEP_GROUP_TYPE — Classifies the step into a grouping used to organize related steps.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — Standard EBS audit columns recording who created and last modified the row and when.
Common Use Cases and Queries
Because the view filters on ORG_ID using the session's client information, queries are typically executed after the correct operating unit context is set. A representative query retrieving ordered steps for a category and process is:
SELECT ADMISSION_CAT, S_ADMISSION_PROCESS_TYPE, S_ADMISSION_STEP_TYPE, MANDATORY_STEP_IND, STEP_ORDER_NUM, STEP_GROUP_TYPE FROM IGS_AD_PRCS_CAT_STEP WHERE ADMISSION_CAT = :category ORDER BY STEP_ORDER_NUM;SELECT S_ADMISSION_STEP_TYPE, STEP_ORDER_NUM, MANDATORY_STEP_IND FROM IGS_AD_PRCS_CAT_STEP WHERE ADMISSION_CAT = :category AND S_ADMISSION_PROCESS_TYPE = :process AND MANDATORY_STEP_IND = 'Y' ORDER BY STEP_ORDER_NUM;SELECT ORG_ID, COUNT(*) FROM IGS_AD_PRCS_CAT_STEP GROUP BY ORG_ID;— used to confirm organization coverage and validate Multi-Org partitioning.
Practical scenarios include auditing the ordered set of mandatory steps per category, migrating step configuration between environments, and producing documentation of the admissions workflow. Given the obsolete status and the "not implemented" designation in the ETRM metadata, any reliance on this view should be confirmed against the target instance before use; where it is absent, the equivalent data must be sourced from IGS_AD_PRCS_CAT_STEP_ALL with an explicit organization predicate.
-
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_AD_PRCS_CAT_STEP
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_PRCS_CAT_STEP_V
12.1.1
-
APPS.IGS_AD_GEN_003 SQL Statements
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 ,
-
APPS.IGS_AD_GEN_013 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_ADM_DES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_ADM_DES, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_003, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_SS_APPL_FEE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_SS_APPL_FEE_PKG, status:VALID,
-
VIEW: APPS.IGS_AD_PS_APPL_INST_CDT_CTXT_V
12.1.1
-
PACKAGE BODY: APPS.IGS_PRECREATE_APPL_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PRECREATE_APPL_PUB, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_VAL_APCS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_APCS, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_SS_APPL_UPD_PAGE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_SS_APPL_UPD_PAGE, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_GEN_013
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_013, status:VALID,
-
SYNONYM: APPS.IGS_AD_PRCS_CAT_STEP_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_PRCS_CAT_STEP_ALL, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_VAL_AAL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_AAL, status:VALID,
-
PACKAGE BODY: APPS.IGS_RE_VAL_CA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_RE_VAL_CA, status:VALID,
-
APPS.IGS_AD_VAL_AAL SQL Statements
12.1.1
-
PACKAGE: APPS.IGS_AD_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_GEN_003, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_GEN_004
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_004, status:VALID,
-
APPS.IGS_RE_VAL_CA SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_PS_APPL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_PS_APPL_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_CANCEL_RECONSIDER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_CANCEL_RECONSIDER, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_PANEL_DTLS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_PANEL_DTLS_PKG, status:VALID,
-
VIEW: APPS.IGS_AD_ACK_LETTER_V
12.1.1
-
PACKAGE BODY: APPS.IGS_RE_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_RE_GEN_002, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_DEF_APPL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_DEF_APPL_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_002, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_ADM_REQ
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_ADM_REQ, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_PS_APLINSTUNT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_PS_APLINSTUNT_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_IMP_OFF_RESP_DATA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_OFF_RESP_DATA, status:VALID,
-
PACKAGE BODY: APPS.IGS_ADMAPPLICATION_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_ADMAPPLICATION_PUB, status:VALID,
-
VIEW: APPS.IGS_AD_INTERVIEW_LETTERS_V
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_APPL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_APPL_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_VAL_SCA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_VAL_SCA, 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_GEN_014 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_GEN_014
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_014, status:VALID,
-
PACKAGE BODY: APPS.IGS_UC_EXPORT_TO_OSS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_UC_EXPORT_TO_OSS, status:VALID,
-
VIEW: APPS.IGS_AD_OUTCOME_LETTERS_V
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_VAL_ACAI
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_ACAI, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_PRC_TAC_OFFER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_PRC_TAC_OFFER, status:VALID,
-
View: IGS_AD_PS_APPL_INST_CDT_CTXT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_CDT_CTXT_V, object_name:IGS_AD_PS_APPL_INST_CDT_CTXT_V, status:VALID, product: IGS - Student System , description: This will display the context of a research candidature. If the candidature is only linked to an applicant, then it will display Admission Application Instance details, otherwise the candidature must be linked to a student course attempt, a , implementation_dba_data: APPS.IGS_AD_PS_APPL_INST_CDT_CTXT_V ,
-
View: IGS_AD_PS_APPL_INST_CDT_CTXT_V
12.2.2
product: IGS - Student System (Obsolete) , description: This will display the context of a research candidature. If the candidature is only linked to an applicant, then it will display Admission Application Instance details, otherwise the candidature must be linked to a student course attempt, a , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_IMP_ADM_DES SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_PS_APPL_INST_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_PS_APPL_INST_PKG, status:VALID,
-
VIEW: APPS.IGS_AD_MISSING_ITEMS_LETTER_V
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_VAL_ACAI_FTR_OFFER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_ACAI_FTR_OFFER, status:VALID,
-
View: IGS_AD_ACK_LETTER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ACK_LETTER_V, object_name:IGS_AD_ACK_LETTER_V, status:VALID, product: IGS - Student System , description: It would return the Acknowledgement Details of a student , implementation_dba_data: APPS.IGS_AD_ACK_LETTER_V ,