Search Results step_catalog_cd
Overview
The IGS_AD_PER_STM_TYP table is a core reference data table within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Admissions (IGS) module. Its primary function is to define and maintain the different types of personal statements that can be required from applicants during the admissions process. Personal statements are narrative components of an application, such as statements of purpose, essays, or letters of intent. This table acts as a master catalog for these statement types, enabling the configuration and tracking of specific requirements across different application types and programs.
Key Information Stored
The table stores the definitional attributes for each personal statement type. The primary column, PERSL_STAT_TYPE, is a unique 30-character identifier serving as the primary key. Each type is further described by the PERSL_STAT_TYPE_DESC column. A critical functional column is STEP_CATALOG_CD, which holds a foreign key reference to the IGS_TR_STEP_CTLG_ALL table. This link associates the personal statement type with a specific step in a transactional catalog, likely governing the workflow, rules, or user interface for submitting the statement. The CLOSED_IND column manages the lifecycle, indicating whether a statement type is active or archived. Standard EBS WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) complete the record for auditing.
Common Use Cases and Queries
This table is central to configuring admissions requirements and reporting on applicant submissions. Common operational scenarios include setting up application types to require specific personal statements, listing all active statement types for a user interface drop-down, or identifying which statement types are linked to particular workflow steps. A frequent reporting need is to join this table with applicant data to see which statements have been submitted. A foundational query to retrieve all active personal statement types and their associated workflow steps is:
- SELECT persl_stat_type, persl_stat_type_desc, step_catalog_cd FROM igs.igs_ad_per_stm_typ WHERE closed_ind = 'N';
For integration or data validation, a key query involves checking the integrity of the STEP_CATALOG_CD foreign key relationship or finding statement types that are not linked to any catalog step (where STEP_CATALOG_CD IS NULL).
Related Objects
The IGS_AD_PER_STM_TYP table has defined relationships with several other EBS objects, forming a key part of the admissions data model. Its primary key is referenced by two application-related tables:
- IGS_AD_APPL_PERSTAT: The PERSL_STAT_TYPE column in this table references IGS_AD_PER_STM_TYP, linking specific personal statement submissions from an applicant to their defined type.
- IGS_AD_APTYP_PESTAT: The PERSL_STAT_TYPE column here also references IGS_AD_PER_STM_TYP, establishing which personal statement types are required for a given application type.
Conversely, the STEP_CATALOG_CD column in IGS_AD_PER_STM_TYP is a foreign key that references the IGS_TR_STEP_CTLG_ALL table. This relationship integrates personal statement requirements with the broader transactional step catalog, which manages process flows and business rules within the system.
-
TABLE: IGS.IGS_AD_PER_STM_TYP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PER_STM_TYP, object_name:IGS_AD_PER_STM_TYP, status:VALID,
-
TABLE: IGS.IGS_TR_STEP_CTLG_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_TR_STEP_CTLG_ALL, object_name:IGS_TR_STEP_CTLG_ALL, status:VALID,
-
APPS.IGS_TR_VAL_TRI dependencies on IGS_TR_STEP_CTLG
12.1.1
-
VIEW: APPS.IGS_AD_PER_STM_TYP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PER_STM_TYP_V, object_name:IGS_AD_PER_STM_TYP_V, status:VALID,
-
VIEW: APPS.IGS_TR_TYPE_STEP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_TR_TYPE_STEP, object_name:IGS_TR_TYPE_STEP, status:VALID,
-
VIEW: APPS.IGS_TR_STEP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_TR_STEP_V, object_name:IGS_TR_STEP_V, status:VALID,
-
Table: IGS_TR_STEP_CTLG_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_TR_STEP_CTLG_ALL, object_name:IGS_TR_STEP_CTLG_ALL, status:VALID, product: IGS - Student System , description: This is repository for tracking steps , implementation_dba_data: IGS.IGS_TR_STEP_CTLG_ALL ,
-
APPS.IGS_TR_STEP_CTLG_PKG dependencies on IGS_TR_STEP_CTLG_ALL
12.1.1
-
View: IGS_AD_PER_STM_TYP_V
12.2.2
product: IGS - Student System (Obsolete) , description: Admission Personal Statements Type view , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_TR_STEP_CTLG
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_TR_STEP_CTLG, object_name:IGS_TR_STEP_CTLG, status:VALID,
-
APPS.IGS_TR_STEP_CTLG_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_TR_TYPE_STEP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_TR_TYPE_STEP_V, object_name:IGS_TR_TYPE_STEP_V, status:VALID,
-
APPS.IGS_AD_PER_STM_TYP_PKG dependencies on IGS_AD_PER_STM_TYP
12.1.1
-
View: IGS_AD_PER_STM_TYP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PER_STM_TYP_V, object_name:IGS_AD_PER_STM_TYP_V, status:VALID, product: IGS - Student System , description: Admission Personal Statements Type view , implementation_dba_data: APPS.IGS_AD_PER_STM_TYP_V ,
-
View: IGS_TR_TYPE_STEP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_TR_TYPE_STEP_V, object_name:IGS_TR_TYPE_STEP_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_TR_TYPE_STEP_V ,
-
Table: IGS_TR_STEP_CTLG_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This is repository for tracking steps , implementation_dba_data: Not implemented in this database ,
-
View: IGS_TR_TYPE_STEP_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_TR_STEP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_TR_STEP_V, object_name:IGS_TR_STEP_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_TR_STEP_V ,
-
View: IGS_TR_TYPE_STEP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_TR_TYPE_STEP, object_name:IGS_TR_TYPE_STEP, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_TR_TYPE_STEP ,
-
APPS.IGS_TR_VAL_TRI SQL Statements
12.1.1
-
View: IGS_TR_STEP_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_TR_STEP_CTLG
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_TR_STEP_CTLG, object_name:IGS_TR_STEP_CTLG, status:VALID, product: IGS - Student System , description: This is the multi-org view for a master table for tracking steps , implementation_dba_data: APPS.IGS_TR_STEP_CTLG ,
-
View: IGS_TR_TYPE_STEP
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_TR_STEP_CTLG
12.2.2
product: IGS - Student System (Obsolete) , description: This is the multi-org view for a master table for tracking steps , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_TR_TYPE_STEP_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_TR_TYPE_STEP_ALL, object_name:IGS_TR_TYPE_STEP_ALL, status:VALID,
-
APPS.IGS_TR_TYPE_STEP_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_PER_STM_TYP_PKG SQL Statements
12.1.1
-
TABLE: IGS.IGS_TR_STEP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_TR_STEP, object_name:IGS_TR_STEP, status:VALID,
-
APPS.IGS_TR_STEP_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_TR_STEP_CTLG_PKG
12.1.1
-
APPS.IGS_TR_TYPE_STEP_PKG dependencies on IGS_TR_TYPE_STEP_ALL
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_PER_STM_TYP_PKG
12.1.1
-
APPS.IGS_TR_STEP_PKG dependencies on IGS_TR_STEP
12.1.1
-
PACKAGE BODY: APPS.IGS_TR_VAL_TRI
12.1.1
-
PACKAGE BODY: APPS.IGS_TR_TYPE_STEP_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_TR_STEP_PKG
12.1.1
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,