Search Results igs_ad_prcs_cat_all
Overview
The IGS_AD_PRCS_CAT_ALL table is a core data entity within the Oracle E-Business Suite Student System (IGS) for releases 12.1.1 and 12.2.2. It functions as the master definition table for user-defined admission categories that are linked to specific admission process types. This table enables institutions to model and manage distinct admission workflows, such as those for undergraduate, graduate, or international applicants, by categorizing them under configurable processes. Its role is central to the admission lifecycle, serving as a key reference point that governs how applications are processed, evaluated, and progressed through the system.
Key Information Stored
While the provided metadata does not list all columns, the primary and foreign key relationships define its critical structural elements. The table's composite primary key consists of ADMISSION_CAT and S_ADMISSION_PROCESS_TYPE, which together uniquely identify each admission process category record. The ADMISSION_CAT column is a foreign key referencing IGS_AD_CAT_ALL, linking to the master list of admission categories. The S_ADMISSION_PROCESS_TYPE defines the type of process (e.g., standard, transfer). Another significant column is RATING_SCALE_ID, a foreign key to IGS_AD_RATING_SCALES, which associates a specific evaluation or scoring scale with this process category. Additional columns typically store descriptive data, system control flags (like closed indicator), and audit information such as creation date and last update details.
Common Use Cases and Queries
This table is primarily accessed for configuring admission processes and for reporting on applications by their process category. Common operational scenarios include setting up new admission cycles, defining evaluation criteria for different applicant types, and generating management reports on application volumes segmented by admission process. A typical query might join this table to the application master (IGS_AD_APPL_ALL) to analyze the distribution of applications. For example:
- SELECT apc.admission_cat, apc.s_admission_process_type, COUNT(app.person_id) FROM igs_ad_prcs_cat_all apc, igs_ad_appl_all app WHERE apc.admission_cat = app.admission_cat AND apc.s_admission_process_type = app.s_admission_process_type GROUP BY apc.admission_cat, apc.s_admission_process_type;
Another common use is validating setup data by checking for process categories linked to a specific rating scale used for applicant scoring.
Related Objects
The IGS_AD_PRCS_CAT_ALL table maintains extensive relationships with other Student System tables, as documented in the foreign key metadata. It references two parent tables: IGS_AD_CAT_ALL via ADMISSION_CAT and IGS_AD_RATING_SCALES via RATING_SCALE_ID. Crucially, it is referenced as a parent table by numerous key transactional and setup entities, demonstrating its central role. These child tables include:
- IGS_AD_APPL_ALL (Applications) on ADMISSION_CAT, S_ADMISSION_PROCESS_TYPE
- IGS_AD_PRD_AD_PRC_CA (Admission Period Process Category Associations)
- IGS_AD_PRCS_CAT_LTR (Process Category Letters)
- IGS_AD_PRCS_CAT_STEP_ALL (Process Category Steps)
- IGS_AD_QUAL_TYPE (Qualification Types)
- IGS_SS_ADM_APPL_STG (Self-Service Admission Application Staging) on ADMISSION_CAT, S_ADM_PROCESS_TYPE
- IGS_AD_SS_APPL_TYP (Self-Service Application Types)
These relationships ensure data integrity and enforce business rules across the admission process configuration and execution modules.
-
Table: IGS_AD_PRCS_CAT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PRCS_CAT_ALL, object_name:IGS_AD_PRCS_CAT_ALL, status:VALID, product: IGS - Student System , description: Describes user-defined admission category for admission process , implementation_dba_data: IGS.IGS_AD_PRCS_CAT_ALL ,
-
Table: IGS_AD_PRCS_CAT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes user-defined admission category for admission process , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_AP_OSS_INTR_DTLS dependencies on IGS_AD_PRCS_CAT_ALL
12.1.1
-
APPS.IGS_AD_PRCS_CAT_PKG dependencies on IGS_AD_PRCS_CAT_ALL
12.1.1
-
VIEW: APPS.IGSBV_AD_ADM_PRCS_CATEGORIES
12.1.1
-
APPS.IGS_AD_PRCS_CAT_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_PRCS_CAT_PKG dependencies on IGS_AD_PRCS_CAT_PKG
12.1.1
-
VIEW: APPS.IGS_AD_PRCS_CAT
12.1.1
-
TABLE: IGS.IGS_AD_PRCS_CAT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PRCS_CAT_ALL, object_name:IGS_AD_PRCS_CAT_ALL, status:VALID,
-
VIEW: APPS.IGSFV_AD_ADM_PRCS_CATEGORIES
12.1.1
-
SYNONYM: APPS.IGS_AD_PRCS_CAT_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_PRCS_CAT_ALL, status:VALID,
-
Table: IGS_AD_PRCS_CAT_STEP_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes step types which define processing for admission category or admission process type , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_PRCS_CAT_PKG
12.1.1
-
Table: IGS_AD_RATING_SCALES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_RATING_SCALES, object_name:IGS_AD_RATING_SCALES, status:VALID, product: IGS - Student System , description: Holds rating scales used by evaluators to rate applications , implementation_dba_data: IGS.IGS_AD_RATING_SCALES ,
-
Table: IGS_AD_QUAL_TYPE
12.2.2
product: IGS - Student System (Obsolete) , description: New Setup table to hold the qualification type each Admission category , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AD_ADM_PRCS_CATEGORIES
12.2.2
product: IGS - Student System (Obsolete) , description: Defines user defined admission categories for Admission Processes , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_PRCS_CAT_LTR
12.2.2
product: IGS - Student System (Obsolete) , description: Describes system letters produced for specific admission process categories , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_SS_APPL_TYP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SS_APPL_TYP, object_name:IGS_AD_SS_APPL_TYP, status:VALID, product: IGS - Student System , description: Holds Admission Application Type details , implementation_dba_data: IGS.IGS_AD_SS_APPL_TYP ,
-
Table: IGS_AD_PRD_AD_PRC_CA
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PRD_AD_PRC_CA, object_name:IGS_AD_PRD_AD_PRC_CA, status:VALID, product: IGS - Student System , description: Holds the record that describes the relationship among admission periods, admission process types, and admission categories , implementation_dba_data: IGS.IGS_AD_PRD_AD_PRC_CA ,
-
Table: IGS_AD_PRCS_CAT_LTR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PRCS_CAT_LTR, object_name:IGS_AD_PRCS_CAT_LTR, status:VALID, product: IGS - Student System , description: Describes system letters produced for specific admission process categories , implementation_dba_data: IGS.IGS_AD_PRCS_CAT_LTR ,
-
Table: IGS_AD_CAT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes user-defined categories of applicant that identify different processing requirements of applicants to institution , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_AD_ADM_PRCS_CATEGORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_ADM_PRCS_CATEGORIES, object_name:IGSBV_AD_ADM_PRCS_CATEGORIES, status:VALID, product: IGS - Student System , description: Describes user defined admission categories for Admission Processes , implementation_dba_data: APPS.IGSBV_AD_ADM_PRCS_CATEGORIES ,
-
Table: IGS_AD_CAT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_CAT_ALL, object_name:IGS_AD_CAT_ALL, status:VALID, product: IGS - Student System , description: Describes user-defined categories of applicant that identify different processing requirements of applicants to institution , implementation_dba_data: IGS.IGS_AD_CAT_ALL ,
-
View: IGSBV_AD_ADM_PRCS_CATEGORIES
12.2.2
product: IGS - Student System (Obsolete) , description: Describes user defined admission categories for Admission Processes , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_RATING_SCALES
12.2.2
product: IGS - Student System (Obsolete) , description: Holds rating scales used by evaluators to rate applications , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.IGF_AP_OSS_INTR_DTLS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AP_OSS_INTR_DTLS, status:VALID,
-
Table: IGS_SS_ADM_APPL_STG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_ADM_APPL_STG, object_name:IGS_SS_ADM_APPL_STG, status:VALID, product: IGS - Student System , description: This table describes admission of applicant to institution , implementation_dba_data: IGS.IGS_SS_ADM_APPL_STG ,
-
Table: IGS_AD_PRD_AD_PRC_CA
12.2.2
product: IGS - Student System (Obsolete) , description: Holds the record that describes the relationship among admission periods, admission process types, and admission categories , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_QUAL_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_QUAL_TYPE, object_name:IGS_AD_QUAL_TYPE, status:VALID, product: IGS - Student System , description: New Setup table to hold the qualification type each Admission category , implementation_dba_data: IGS.IGS_AD_QUAL_TYPE ,
-
Table: 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, product: IGS - Student System , description: Describes step types which define processing for admission category or admission process type , implementation_dba_data: IGS.IGS_AD_PRCS_CAT_STEP_ALL ,
-
Table: IGS_AD_SS_APPL_TYP
12.2.2
product: IGS - Student System (Obsolete) , description: Holds Admission Application Type details , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AD_ADM_PRCS_CATEGORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ADM_PRCS_CATEGORIES, object_name:IGSFV_AD_ADM_PRCS_CATEGORIES, status:VALID, product: IGS - Student System , description: Defines user defined admission categories for Admission Processes , implementation_dba_data: APPS.IGSFV_AD_ADM_PRCS_CATEGORIES ,
-
Table: IGS_AD_APPL_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_APPL_ALL, object_name:IGS_AD_APPL_ALL, status:VALID, product: IGS - Student System , description: Describes admission of applicant to institution , implementation_dba_data: IGS.IGS_AD_APPL_ALL ,
-
Table: IGS_SS_ADM_APPL_STG
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes admission of applicant to institution , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_PRCS_CAT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_PRCS_CAT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PRCS_CAT, object_name:IGS_AD_PRCS_CAT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PRCS_CAT ,
-
PACKAGE BODY: APPS.IGS_AD_PRCS_CAT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_PRCS_CAT_PKG, status:VALID,
-
VIEW: APPS.IGSFV_AD_ADM_PRCS_CATEGORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ADM_PRCS_CATEGORIES, object_name:IGSFV_AD_ADM_PRCS_CATEGORIES, status:VALID,
-
Table: IGS_AD_APPL_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes admission of applicant to institution , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_AD_ADM_PRCS_CATEGORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_ADM_PRCS_CATEGORIES, object_name:IGSBV_AD_ADM_PRCS_CATEGORIES, status:VALID,
-
VIEW: APPS.IGS_AD_PRCS_CAT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PRCS_CAT, object_name:IGS_AD_PRCS_CAT, status:VALID,
-
VIEW: APPS.IGS_AD_MISSING_ITEMS_LETTER_V
12.1.1
-
VIEW: APPS.IGS_AD_POSTADM_MISS_ITM_LTR_V
12.1.1
-
View: IGS_AD_MISSING_ITEMS_LETTER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_MISSING_ITEMS_LETTER_V, object_name:IGS_AD_MISSING_ITEMS_LETTER_V, status:VALID, product: IGS - Student System , description: Returns the missing items. For processing application of the student, few documents are required by the admission module. When student forget to send any document or miss out any document , then these documents are treated as missing items , implementation_dba_data: APPS.IGS_AD_MISSING_ITEMS_LETTER_V ,
-
View: IGS_AD_MISSING_ITEMS_LETTER_V
12.2.2
product: IGS - Student System (Obsolete) , description: Returns the missing items. For processing application of the student, few documents are required by the admission module. When student forget to send any document or miss out any document , then these documents are treated as missing items , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_POSTADM_MISS_ITM_LTR_V
12.2.2
product: IGS - Student System (Obsolete) , description: It returns the Missing items for Post Admission Requirements , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_POSTADM_MISS_ITM_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_POSTADM_MISS_ITM_LTR_V, object_name:IGS_AD_POSTADM_MISS_ITM_LTR_V, status:VALID, product: IGS - Student System , description: It returns the Missing items for Post Admission Requirements , implementation_dba_data: APPS.IGS_AD_POSTADM_MISS_ITM_LTR_V ,
-
VIEW: APPS.IGS_AD_MISSING_ITEMS_LETTER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_MISSING_ITEMS_LETTER_V, object_name:IGS_AD_MISSING_ITEMS_LETTER_V, status:VALID,
-
VIEW: APPS.IGS_AD_POSTADM_MISS_ITM_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_POSTADM_MISS_ITM_LTR_V, object_name:IGS_AD_POSTADM_MISS_ITM_LTR_V, status:VALID,
-
12.1.1 DBA Data
12.1.1