Search Results igs_ss_adm_appl_stg
Overview
The IGS_SS_ADM_APPL_STG table is a core data structure within the Oracle E-Business Suite (EBS) Student System (IGS) module, specifically for versions 12.1.1 and 12.2.2. As its description indicates, it stores data describing the admission of an applicant to an institution. The "STG" suffix typically denotes a staging or base transactional table, suggesting it serves as the primary repository for admission application records. Its role is central to the admissions lifecycle, capturing the foundational attributes of an application, which are then referenced and enriched by numerous related child tables throughout the application, evaluation, and decisioning processes.
Key Information Stored
The table's primary key is the SS_ADM_APPL_ID, a unique identifier for each application record. Based on the documented foreign key relationships, other critical columns include PERSON_ID, which links the application to the party (applicant) in the Trading Community Architecture (HZ_PARTIES). It stores key application parameters such as ADMISSION_APPLICATION_TYPE, ADMISSION_CAT (category), and S_ADM_PROCESS_TYPE. The table also tracks critical academic and administrative timelines through its links to the academic calendar (ACAD_CAL_TYPE, ACAD_CAL_SEQ_NUMBER) and admission calendar (ADM_CAL_TYPE, ADM_CAL_SEQ_NUMBER). Furthermore, it holds classification data like ENTRY_STATUS, ENTRY_LEVEL, and special grouping codes (SPCL_GRP_1, SPCL_GRP_2), which are validated against the IGS_AD_CODE_CLASSES lookup table.
Common Use Cases and Queries
This table is fundamental for admission reporting, applicant tracking, and data integration. Common operational and analytical queries include retrieving all applications for a specific admission cycle, identifying applications by applicant source (APP_SOURCE_ID), or listing applications for a particular entry level and status. A typical reporting query might join this table with HZ_PARTIES for applicant demographics and IGS_AD_PRCS_CAT_ALL for process category descriptions. For data migration or interface development, this table is often the target for loading new application data from external systems, or the source for extracting application records to downstream reporting warehouses. Sample SQL to find applications for a given admission calendar would be:
- SELECT appl.SS_ADM_APPL_ID, party.party_name
- FROM IGS_SS_ADM_APPL_STG appl, HZ_PARTIES party
- WHERE appl.PERSON_ID = party.party_id
- AND appl.ADM_CAL_TYPE = '<CALENDAR_TYPE>'
- AND appl.ADM_CAL_SEQ_NUMBER = <SEQUENCE_NUMBER>;
Related Objects
The IGS_SS_ADM_APPL_STG table maintains extensive relationships within the Student System, acting as a central hub. It references several key master and lookup tables:
- HZ_PARTIES via PERSON_ID (Applicant Master)
- IGS_AD_SS_APPL_TYP via ADMISSION_APPLICATION_TYPE (Application Type)
- IGS_CA_INST_ALL via ACAD_CAL_TYPE/SEQ and ADM_CAL_TYPE/SEQ (Calendar Instances)
- IGS_AD_PRCS_CAT_ALL via ADMISSION_CAT and S_ADM_PROCESS_TYPE (Process Category)
- IGS_AD_CODE_CLASSES via ENTRY_STATUS, ENTRY_LEVEL, SPCL_GRP_1, SPCL_GRP_2, and APP_SOURCE_ID (Classification Codes)
Conversely, it is the parent table for several supporting staging tables that hold detailed application components, all joined on SS_ADM_APPL_ID:
- IGS_SS_AD_ACADIN_STG (Academic Institution Data)
- IGS_SS_AD_APPINT_STG (Application Interview Data)
- IGS_SS_AD_OTHINS_STG (Other Institution Data)
- IGS_SS_AD_SPLINT_STG (Special Interest Data)
- IGS_SS_AD_SPLTAL_STG (Special Talent Data)
- IGS_SS_APP_PGM_STG (Application Program Data)
-
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_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 ,
-
APPS.IGS_AD_SS_APPL_PGS_PKG dependencies on IGS_SS_ADM_APPL_STG
12.1.1
-
APPS.IGS_PRECREATE_APPL_PUB dependencies on IGS_SS_ADM_APPL_STG
12.1.1
-
APPS.IGS_AD_WF_P2A dependencies on IGS_SS_ADM_APPL_STG
12.1.1
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_SS_ADM_APPL_STG
12.1.1
-
APPS.IGS_AD_WRKFLOW_PKG dependencies on IGS_SS_ADM_APPL_STG
12.1.1
-
APPS.IGS_PRECREATE_APPL_PUB dependencies on IGS_SS_ADM_APPL_S
12.1.1
-
APPS.IGS_AD_WRKFLOW_PKG dependencies on IGS_SS_APP_PGM_STG
12.1.1
-
Table: IGS_AD_CODE_CLASSES
12.2.2
product: IGS - Student System (Obsolete) , description: Holds information about different codes, class to which code belongs, and description , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_CODE_CLASSES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_CODE_CLASSES, object_name:IGS_AD_CODE_CLASSES, status:VALID, product: IGS - Student System , description: Holds information about different codes, class to which code belongs, and description , implementation_dba_data: IGS.IGS_AD_CODE_CLASSES ,
-
SYNONYM: APPS.IGS_SS_ADM_APPL_STG
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_SS_ADM_APPL_STG, status:VALID,
-
TABLE: IGS.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,
-
APPS.IGS_AD_WRKFLOW_PKG SQL Statements
12.1.1
-
Table: IGS_SS_AD_ACADIN_STG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_AD_ACADIN_STG, object_name:IGS_SS_AD_ACADIN_STG, status:VALID, product: IGS - Student System , description: Staging table for Academic Interests for a Self Service Admission Application , implementation_dba_data: IGS.IGS_SS_AD_ACADIN_STG ,
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_OR_INSTITUTION
12.1.1
-
Table: IGS_SS_AD_SPLINT_STG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_AD_SPLINT_STG, object_name:IGS_SS_AD_SPLINT_STG, status:VALID, product: IGS - Student System , description: Staging table for special interests for a self service admission application , implementation_dba_data: IGS.IGS_SS_AD_SPLINT_STG ,
-
Table: IGS_SS_AD_SPLTAL_STG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_AD_SPLTAL_STG, object_name:IGS_SS_AD_SPLTAL_STG, status:VALID, product: IGS - Student System , description: Staging table for special talents for a self service admission application , implementation_dba_data: IGS.IGS_SS_AD_SPLTAL_STG ,
-
Table: IGS_SS_AD_OTHINS_STG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_AD_OTHINS_STG, object_name:IGS_SS_AD_OTHINS_STG, status:VALID, product: IGS - Student System , description: Staging table for applicants other institutions applied details for a self service admission application , implementation_dba_data: IGS.IGS_SS_AD_OTHINS_STG ,
-
Table: IGS_SS_AD_SPLINT_STG
12.2.2
product: IGS - Student System (Obsolete) , description: Staging table for special interests for a self service admission application , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_SS_AD_OTHINS_STG
12.2.2
product: IGS - Student System (Obsolete) , description: Staging table for applicants other institutions applied details for a self service admission application , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_SS_AD_SPLTAL_STG
12.2.2
product: IGS - Student System (Obsolete) , description: Staging table for special talents for a self service admission application , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_SS_AD_ACADIN_STG
12.2.2
product: IGS - Student System (Obsolete) , description: Staging table for Academic Interests for a Self Service Admission Application , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_WRKFLOW_PKG dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
Table: IGS_SS_AD_APPINT_STG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_AD_APPINT_STG, object_name:IGS_SS_AD_APPINT_STG, status:VALID, product: IGS - Student System , description: Staging table for applicant intent details for a self service admission application , implementation_dba_data: IGS.IGS_SS_AD_APPINT_STG ,
-
Table: IGS_SS_AD_APPINT_STG
12.2.2
product: IGS - Student System (Obsolete) , description: Staging table for applicant intent details for a self service admission application , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_SS_APP_PGM_STG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_APP_PGM_STG, object_name:IGS_SS_APP_PGM_STG, status:VALID, product: IGS - Student System , description: Staging Table for Application Program Instance in SS , implementation_dba_data: IGS.IGS_SS_APP_PGM_STG ,
-
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 ,
-
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 ,
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_PE_TYP_INSTANCES_ALL
12.1.1
-
Table: IGS_SS_APP_PGM_STG
12.2.2
product: IGS - Student System (Obsolete) , description: Staging Table for Application Program Instance in SS , 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_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 ,
-
PACKAGE BODY: APPS.IGS_AD_SS_APPL_PGS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_SS_APPL_PGS_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_WF_P2A
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_WF_P2A, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_WRKFLOW_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_WRKFLOW_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_PRECREATE_APPL_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PRECREATE_APPL_PUB, status:VALID,
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_SS_APP_PGM_STG
12.1.1
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_SS_AD_OTHINS_STG
12.1.1
-
Table: IGS_CA_INST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_INST_ALL, object_name:IGS_CA_INST_ALL, status:VALID, product: IGS - Student System , description: Describes an instance of a calendar type , implementation_dba_data: IGS.IGS_CA_INST_ALL ,
-
Table: IGS_CA_INST_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes an instance of a calendar type , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_SS_AD_SEC_STAT
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_WRKFLOW_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PRECREATE_APPL_PUB
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_SS_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_SS_GEN_001, status:VALID,
-
APPS.IGS_PRECREATE_APPL_PUB SQL Statements
12.1.1
-
APPS.IGS_AD_WRKFLOW_PKG dependencies on IGS_PE_PRSID_GRP_MEM
12.1.1
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_AD_SS_APPL_PGS
12.1.1
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_GE_NUMBER
12.1.1