Search Results igs_ad_prd_ad_prc_ca
Overview
The table IGS_AD_PRD_AD_PRC_CA is a core data structure within the Oracle E-Business Suite Student System (IGS) module, versions 12.1.1 and 12.2.2. It functions as a critical junction table, establishing and enforcing the valid relationships between three fundamental entities in the admissions lifecycle: admission periods, admission process types, and admission categories. This table ensures that applications are processed according to the correct business rules by defining which combinations of these key attributes are permissible. Its integrity is central to the configuration of the admissions process, acting as a reference point for validating application data and controlling downstream processing workflows.
Key Information Stored
The table's structure is defined by its composite primary key, which consists of four columns that together uniquely identify a valid relationship record. The columns ADM_CAL_TYPE and ADM_CI_SEQUENCE_NUMBER identify the specific admission calendar period. The ADMISSION_CAT column holds the admission category code (e.g., Freshman, Transfer). The S_ADMISSION_PROCESS_TYPE column stores the system-defined admission process type. There are no additional descriptive columns documented in the provided metadata, indicating the table's primary purpose is to maintain the existence of the relationship itself rather than storing supplemental attributes. The table's design enforces referential integrity through foreign key constraints to master tables for these entities.
Common Use Cases and Queries
This table is primarily used for configuration validation and application data integrity checks. A common operational use case is to validate an applicant's chosen admission category and process type against the defined period during application entry or submission. For reporting and setup analysis, administrators may query this table to audit or list all configured valid combinations for a given admission period. Sample SQL to retrieve all valid process types and categories for a specific period would be:
- SELECT admission_cat, s_admission_process_type FROM igs_ad_prd_ad_prc_ca WHERE adm_cal_type = '&CAL_TYPE' AND adm_ci_sequence_number = &SEQ_NUM;
Another critical use is as a constraint for data entry in related application tables, ensuring that only pre-defined combinations from IGS_AD_PRD_AD_PRC_CA can be used in student application records.
Related Objects
As indicated by its foreign key relationships, IGS_AD_PRD_AD_PRC_CA sits at the center of a network of admissions-related tables. It is a child table of IGS_AD_PERD_AD_CAT (linking periods and categories) and IGS_AD_PRCS_CAT_ALL (linking process types and categories). Crucially, it serves as a parent table to several key transactional and setup tables, including IGS_AD_APPL_ALL (the main admissions application table), IGS_AD_PECRS_OFOP_DT (likely concerning program offering details), and IGS_AD_PRD_PS_OF_OPT (likely concerning program of study options). This pattern confirms its role as a master validation point; these dependent tables reference IGS_AD_PRD_AD_PRC_CA to guarantee their records align with the established admission rules.
-
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_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 ,
-
APPS.IGS_AD_VAL_APCOO dependencies on IGS_AD_PRD_AD_PRC_CA
12.1.1
-
APPS.IGS_AD_VAL_APCOOD dependencies on IGS_AD_PRD_AD_PRC_CA
12.1.1
-
APPS.IGS_AD_VAL_APAC dependencies on IGS_AD_PRD_AD_PRC_CA
12.1.1
-
APPS.IGS_AD_GEN_012 dependencies on IGS_AD_PRD_AD_PRC_CA
12.1.1
-
APPS.IGS_AD_OFFRESP_STATUS_WF dependencies on IGS_AD_PRD_AD_PRC_CA
12.1.1
-
APPS.IGS_AD_WF_P2A dependencies on IGS_AD_PRD_AD_PRC_CA
12.1.1
-
APPS.IGS_AD_ADM_REQ dependencies on IGS_AD_PRD_AD_PRC_CA
12.1.1
-
APPS.IGS_PRECREATE_APPL_PUB dependencies on IGS_AD_PRD_AD_PRC_CA
12.1.1
-
APPS.IGS_AD_INS_ADMPERD dependencies on IGS_AD_PRD_AD_PRC_CA
12.1.1
-
APPS.IGS_ADMAPPLICATION_PUB dependencies on IGS_AD_PRD_AD_PRC_CA
12.1.1
-
APPS.IGS_AD_VAL_AA dependencies on IGS_AD_PRD_AD_PRC_CA
12.1.1
-
APPS.IGS_AD_PS_APPL_INST_PKG dependencies on IGS_AD_PRD_AD_PRC_CA
12.1.1
-
APPS.IGS_AD_PRD_AD_PRC_CA_PKG dependencies on IGS_AD_PRD_AD_PRC_CA
12.1.1
-
APPS.IGS_AD_IMP_OFF_RESP_DATA dependencies on IGS_AD_PRD_AD_PRC_CA
12.1.1
-
APPS.IGS_AD_SUSPEND_APPL_PKG dependencies on IGS_AD_PRD_AD_PRC_CA
12.1.1
-
APPS.IGS_AD_PS_APPL_INST_PKG dependencies on IGS_AD_APPL_ALL
12.1.1
-
VIEW: APPS.IGSBV_ADM_PERD_ADM_PRCS_TYP
12.1.1
-
APPS.IGS_AD_PRD_AD_PRC_CA_PKG dependencies on IGS_AD_PRD_AD_PRC_CA_PKG
12.1.1
-
APPS.IGS_AD_OFFRESP_STATUS_WF dependencies on IGS_AD_APPL_ALL
12.1.1
-
APPS.IGS_AD_IMP_OFF_RESP_DATA dependencies on IGS_CA_INST_REL
12.1.1
-
APPS.IGS_AD_PRD_AD_PRC_CA_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_IMP_OFF_RESP_DATA dependencies on IGS_CA_INST_ALT_V
12.1.1
-
VIEW: APPS.IGSFV_ADM_PERD_ADM_PRCS_TYP
12.1.1
-
VIEW: APPS.IGS_AD_PRD_AD_PRC_CA_V
12.1.1
-
TABLE: IGS.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,
-
VIEW: APPS.IGS_PS_OFR_PAT_ADM_PERD_V
12.1.1
-
APPS.IGS_AD_IMP_OFF_RESP_DATA dependencies on IGS_AD_APPL_ALL
12.1.1
-
VIEW: APPS.IGS_PS_OFR_PAT_OFERPAT_V
12.1.1
-
VIEW: APPS.IGS_PS_OFR_PAT_APCOO_V
12.1.1
-
SYNONYM: APPS.IGS_AD_PRD_AD_PRC_CA
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_PRD_AD_PRC_CA, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_PRD_AD_PRC_CA_PKG
12.1.1
-
APPS.IGS_AD_IMP_OFF_RESP_DATA dependencies on IGS_CA_TYPE
12.1.1
-
VIEW: APPS.IGS_PS_OFR_PAT_CRSVRSN_V
12.1.1
-
VIEW: APPS.IGS_PS_OFR_PAT_APCOOD_V
12.1.1
-
View: IGSBV_ADM_PERD_ADM_PRCS_TYP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ADM_PERD_ADM_PRCS_TYP, object_name:IGSBV_ADM_PERD_ADM_PRCS_TYP, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSBV_ADM_PERD_ADM_PRCS_TYP ,
-
View: IGSBV_ADM_PERD_ADM_PRCS_TYP
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_OFR_PAT_APCOOD_PAT_V
12.1.1
-
APPS.IGS_AD_IMP_OFF_RESP_DATA dependencies on IGS_CA_INST
12.1.1
-
APPS.IGS_AD_INS_ADMPERD SQL Statements
12.1.1
-
Table: IGS_AD_PRD_PS_OF_OPT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PRD_PS_OF_OPT, object_name:IGS_AD_PRD_PS_OF_OPT, status:VALID, product: IGS - Student System , description: Describes the relationship among admission periods, admission process types, admission categories, and program offering options , implementation_dba_data: IGS.IGS_AD_PRD_PS_OF_OPT ,
-
View: IGS_AD_PRD_AD_PRC_CA_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_INS_ADMPERD dependencies on IGS_AD_PRD_PS_OF_OPT_SEQ_NUM_S
12.1.1
-
APPS.IGS_AD_INS_ADMPERD dependencies on DUAL
12.1.1
-
Table: IGS_AD_PERD_AD_CAT
12.2.2
product: IGS - Student System (Obsolete) , description: Describes admission category and admission calendar instance that define admission period , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_PECRS_OFOP_DT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PECRS_OFOP_DT, object_name:IGS_AD_PECRS_OFOP_DT, status:VALID, product: IGS - Student System , description: Describes program offering option specified by the admission period program offering option , implementation_dba_data: IGS.IGS_AD_PECRS_OFOP_DT ,
-
APPS.IGS_AD_OFFRESP_STATUS_WF dependencies on IGS_AD_APPL
12.1.1
-
APPS.IGS_AD_VAL_APCOOD SQL Statements
12.1.1
-
VIEW: APPS.IGS_PS_UNIT_OFR_OPT_OFROPT_V
12.1.1