Search Results igs_ad_gen_013
Overview
IGS_PS_OFR_PAT_APCOOD_V is an Oracle E-Business Suite view owned by the APPS schema and defined within the Student System (IGS) product family, specifically the Admissions (AD) and Program Structures (PS) modules. It presents a flattened, denormalized recordset that joins offered program/attendance patterns to their associated admission categories and admission process types. The view is intended for reporting and integration, exposing only those offered course patterns that are actively flagged as offered (offered_ind = 'Y') and valid entry points (entry_point_ind = 'Y'). Because it filters through institutional admission-processing rules (via the IGS_AD_GEN_013 package functions), the view returns a curated set of course/version/calendar combinations that a prospective applicant is actually eligible to be admitted into. In EBS 12.1.1 and 12.2.2, this view is commonly consumed by admissions enquiry forms, self-service applicant pages, and downstream interfaces that need to enumerate admissible programs.
Underlying Base Objects
The view is built over three documented base tables joined through the institution calendar relationship:
- IGS_PS_OFR_PAT (aliased COP) — the offered pattern table holding course code, version, calendar type, location, attendance mode/type, and the offered and entry-point indicators.
- IGS_CA_INST_REL (aliased CIR) — the calendar instance relationship table linking a superior calendar instance to a subordinate calendar instance, used here to bridge the offered pattern's calendar to the admission calendar.
- IGS_AD_PRD_AD_PRC_CA (aliased APAPC) — the admission period/admission process calendar table providing the admission calendar type, CI sequence number, admission category, and admission process type.
A correlated subquery over IGS_PS_OF_OPT_AD_CAT further constrains the result, invoking the IGS_AD_GEN_013.adms_get_coo_crv and IGS_AD_GEN_013.adms_get_coo_admperd functions. These calls — the source of the "igs_ad_gen_013" search term — enforce whether the course/version and the admission period are valid for the admission process type. No base objects are separately documented in ETRM metadata beyond those implied by the view text.
Key Columns
- course_cd, version_number — identifiers of the offered course and its version.
- cal_type, location_cd, attendance_mode, attendance_type — the delivery attributes of the offered pattern.
- adm_cal_type, adm_ci_sequence_number — the admission calendar type and instance sequence driving the admission window.
- admission_cat — the admission category (e.g., undergraduate, postgraduate) applicable to the record.
- s_admission_process_type — the admission process type used to validate eligibility through IGS_AD_GEN_013.
- created_by, creation_date, last_updated_by, last_update_date, last_update_login — standard auditing columns inherited from IGS_PS_OFR_PAT.
Common Use Cases and Queries
Typical uses include feeding admissions eligibility enquiries, populating applicant self-service lists, and validating program availability before application submission. Because all institutional rule logic is encapsulated in the view, callers avoid re-implementing the IGS_AD_GEN_013 checks.
List all admissible patterns for a given course:
SELECT course_cd, version_number, cal_type, location_cd, attendance_mode, attendance_type, admission_cat, s_admission_process_type FROM apps.igs_ps_ofr_pat_apcood_v WHERE course_cd = :course_cd;
Filter by admission category and process type:
SELECT * FROM apps.igs_ps_ofr_pat_apcood_v WHERE admission_cat = :adm_cat AND s_admission_process_type = :proc_type;
Enumerate distinct admission calendars offered for a location:
SELECT DISTINCT adm_cal_type, adm_ci_sequence_number, location_cd FROM apps.igs_ps_ofr_pat_apcood_v WHERE location_cd = :loc_cd ORDER BY adm_cal_type;
Because the view applies row-level admission rules at query time, filters on course, version, location, and admission category should be pushed into the WHERE clause to minimize execution of the IGS_AD_GEN_013 function calls and improve performance on large datasets.
-
VIEW: APPS.IGS_PS_OFR_PAT_APCOOD_V
12.1.1
-
VIEW: APPS.IGS_PS_OFR_PAT_APCOOD_PAT_V
12.1.1
-
PACKAGE: APPS.IGS_AD_GEN_013
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_GEN_013, 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,
-
View: IGS_PS_OFR_PAT_APCOOD_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view describes the offering pattern of a program offering option. It also describes the relationship between admission periods, admission process types and admission categories. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_OFR_PAT_APCOOD_PAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_OFR_PAT_APCOOD_PAT_V, object_name:IGS_PS_OFR_PAT_APCOOD_PAT_V, status:VALID, product: IGS - Student System , description: This view is used to display the admission period program offering pattern dates in ADMF2M62. , implementation_dba_data: APPS.IGS_PS_OFR_PAT_APCOOD_PAT_V ,
-
View: IGS_PS_OFR_PAT_APCOOD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_OFR_PAT_APCOOD_V, object_name:IGS_PS_OFR_PAT_APCOOD_V, status:VALID, product: IGS - Student System , description: This view describes the offering pattern of a program offering option. It also describes the relationship between admission periods, admission process types and admission categories. , implementation_dba_data: APPS.IGS_PS_OFR_PAT_APCOOD_V ,
-
APPS.IGS_AD_VAL_APCOO SQL Statements
12.1.1
-
View: IGS_PS_OFR_PAT_APCOOD_PAT_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is used to display the admission period program offering pattern dates in ADMF2M62. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.IGS_AD_VAL_CRS_ADMPERD
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_VAL_CRS_ADMPERD, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_VAL_APCOO
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_APCOO, status:VALID,
-
PACKAGE: APPS.IGS_AD_VAL_ACAI_STATUS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_VAL_ACAI_STATUS, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_PNMEMBR_DTLS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_PNMEMBR_DTLS_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,
-
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,
-
PACKAGE: APPS.IGS_AD_GEN_013
12.1.1
-
PACKAGE: APPS.IGS_AD_VAL_ACAI
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_VAL_ACAI, status:VALID,
-
SYNONYM: APPS.IGS_AD_CODE_CLASSES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_CODE_CLASSES, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_VAL_ACAI
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_ACAI, status:VALID,
-
VIEW: APPS.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,
-
PACKAGE BODY: APPS.IGS_AD_GEN_013
12.1.1
-
APPS.IGS_PRECREATE_APPL_PUB SQL Statements
12.1.1
-
VIEW: APPS.IGS_PS_OFR_PAT_APCOOD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_OFR_PAT_APCOOD_V, object_name:IGS_PS_OFR_PAT_APCOOD_V, status:VALID,
-
VIEW: APPS.IGS_PS_OFR_PAT_APCOOD_PAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_OFR_PAT_APCOOD_PAT_V, object_name:IGS_PS_OFR_PAT_APCOOD_PAT_V, status:VALID,
-
APPS.IGS_AD_VAL_ACAI SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_VAL_APCOO
12.1.1
-
VIEW: APPS.IGS_PS_VER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_VER, object_name:IGS_PS_VER, status:VALID,
-
APPS.IGS_AD_PNMEMBR_DTLS_PKG dependencies on IGS_AD_GEN_013
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_PNMEMBR_DTLS_PKG
12.1.1
-
APPS.IGS_PS_OFR_PAT_APCOOD_V dependencies on IGS_AD_GEN_013
12.1.1
-
APPS.IGS_AD_PANEL_DTLS_PKG dependencies on IGS_AD_GEN_013
12.1.1
-
APPS.IGS_PS_OFR_PAT_APCOOD_PAT_V dependencies on IGS_AD_GEN_013
12.1.1
-
APPS.IGS_PRECREATE_APPL_PUB dependencies on IGS_AD_GEN_013
12.1.1
-
APPS.IGS_AD_VAL_ACAI dependencies on IGS_AD_GEN_013
12.1.1
-
APPS.IGS_AD_GEN_013 dependencies on IGS_AD_GEN_013
12.1.1
-
APPS.IGS_AD_VAL_APCOO dependencies on IGS_AD_GEN_013
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_PRECREATE_APPL_PUB
12.1.1
-
APPS.IGS_PRECREATE_APPL_PUB dependencies on IGS_EN_ATD_MODE
12.1.1
-
APPS.IGS_PRECREATE_APPL_PUB dependencies on IGS_EN_ATD_TYPE
12.1.1
-
APPS.IGS_PRECREATE_APPL_PUB dependencies on IGS_AD_LOCATION
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_PANEL_DTLS_PKG
12.1.1
-
APPS.IGS_AD_PNMEMBR_DTLS_PKG dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_AD_PNMEMBR_DTLS_PKG dependencies on IGS_GE_MSG_STACK
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_VAL_ACAI
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'. ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: SYS.STANDARD
12.1.1
owner:SYS, object_type:PACKAGE, object_name:STANDARD, status:VALID,