Search Results igs_ad_ps_apintunths
AI-generated from documented ETRM metadata — verify critical details on the linked pages.
Overview
IGS_AD_PS_APINTUNTHS is a secure (Organization Unit–stripped) view owned by the APPS schema in the Oracle E-Business Suite IGS (Student System) product family. It presents historical admissions application instance unit data for prospective students, derived from the underlying table IGS_AD_PS_APINTUNTHS_ALL. The view exposes dated history records — captured between HIST_START_DT and HIST_END_DT — that track changes to a nominated admissions unit associated with a person's application.
The primary functional role of the view is to enforce multi-organization (Org ID) security at query time. Rather than forcing each report, form, or concurrent program to implement its own operating-unit filter, the view applies a WHERE predicate that dynamically resolves the current organization from the USERENV('CLIENT_INFO') session context. It matches the ORG_ID column against this resolved value (defaulting to -99 when the client information is unavailable). Because the view name omits the _ALL suffix, it is the intended object for user-facing queries, while the corresponding _ALL table remains the base object for administrative and data-load operations.
Underlying Base Objects
The view is defined solely over the base table IGS_AD_PS_APINTUNTHS_ALL, the "all organizations" table that stores application instance unit history rows without any operating-unit restriction. The relationship is one-to-one; every row returned by the view corresponds to a single row in the base table possessing an ORG_ID that satisfies the security predicate. The generated view text selects each column explicitly and aliases the ROWID of the base table as ROW_ID, giving consuming forms and APIs a stable identifier for row-level operations. No additional joins, other tables, or documented secondary base objects are present in the view definition; the security logic is a pure self-contained filter applied at query time rather than a stored relational structure.
Key Columns
The view exposes 29 columns covering keys, context, and audit attributes:
- ROW_ID — Row identifier derived from the base table ROWID, used by Oracle Forms for update locking.
- ORG_ID — Operating unit that owns the record; the column filtered by the security predicate.
- PERSON_ID / ADMISSION_APPL_NUMBER / ACAI_SEQUENCE_NUMBER / CI_SEQUENCE_NUMBER — Identify the person, the admission application, and the application instance / course instance sequence to which the unit history belongs.
- NOMINATED_COURSE_CD, UNIT_CD, UV_VERSION_NUMBER, SUP_UNIT_CD, SUP_UV_VERSION_NUMBER — The nominated course and the unit (with its version, and any superior unit hierarchy) recorded at the time of the historical snapshot.
- HIST_START_DT, HIST_END_DT, HIST_WHO — Standard date-tracked history columns recording the effective period of the record and the process or user that created the version.
- CAL_TYPE, LOCATION_CD, UNIT_CLASS, UNIT_MODE — Delivery attributes of the application unit (calendar type, location, class and attendance mode).
- ADM_UNIT_OUTCOME_STATUS, ASS_TRACKING_ID, RULE_WAIVED_DT, RULE_WAIVED_PERSON_ID — Admissions-processing state, assessment tracking reference, and rule-waiver information.
- CREATED_BY / CREATION_DATE / LAST_UPDATED_BY / LAST_UPDATE_DATE / LAST_UPDATE_LOGIN — Standard who-column audit trail.
- ADM_PS_APPL_INST_UNIT_HIST_ID, ADM_PS_APPL_INST_UNIT_ID — Primary key of the history row and the identifier of the parent application instance unit.
Common Use Cases and Queries
The view is typically used for admissions history reporting, auditing changes to nominated units, and integration extracts that must respect the caller's operating unit. A typical query filters on person or application and orders by history date:
- Applicant unit history: SELECT person_id, admission_appl_number, unit_cd, adm_unit_outcome_status, hist_start_dt, hist_end_dt FROM igs_ad_ps_apintunths WHERE admission_appl_number = :p_appl ORDER BY hist_start_dt;
- Outcome-status change audit: SELECT person_id, unit_cd, adm_unit_outcome_status, last_updated_by, last_update_date FROM igs_ad_ps_apintunths WHERE hist_start_dt >= :p_from_date; to identify status transitions within a period for a given operating unit.
- Integration extract: join PERSON_ID to applicant master tables and filter on HIST_END_DT IS NULL (or the desired effective window) to obtain current nominated-unit records for downstream interfaces.
Because ORG_ID is automatically constrained by the view, developers need not add an organization predicate explicitly; the session's operating unit context determines the visible rows. When rows are missing, the CLIENT_INFO setting or ORG_ID value on the base table is normally the cause.
-
View: IGS_AD_PS_APINTUNTHS
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_PS_APINTUNTHS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APINTUNTHS, object_name:IGS_AD_PS_APINTUNTHS, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PS_APINTUNTHS ,
-
PACKAGE BODY: APPS.IGS_AU_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AU_GEN_001, status:VALID,
-
SYNONYM: APPS.IGS_AD_PS_APINTUNTHS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_PS_APINTUNTHS_ALL, status:VALID,
-
VIEW: APPS.IGS_AD_PS_APLINSTUNT_UNITHST_V
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_GEN_010
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_010, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_PS_APLINSTUNT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_PS_APLINSTUNT_PKG, status:VALID,
-
View: IGS_AD_PS_APLINSTUNT_UNITHST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTUNT_UNITHST_V, object_name:IGS_AD_PS_APLINSTUNT_UNITHST_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PS_APLINSTUNT_UNITHST_V ,
-
View: IGS_AD_PS_APLINSTUNT_UNITHST_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_001, status:VALID,
-
VIEW: APPS.IGS_AD_PS_APINTUNTHS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APINTUNTHS, object_name:IGS_AD_PS_APINTUNTHS, status:VALID,
-
VIEW: APPS.IGS_AD_PS_APLINSTUNT_UNITHST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTUNT_UNITHST_V, object_name:IGS_AD_PS_APLINSTUNT_UNITHST_V, status:VALID,
-
APPS.IGS_AU_GEN_001 SQL Statements
12.1.1
-
APPS.IGS_AD_GEN_010 dependencies on IGS_AD_PS_APINTUNTHS
12.1.1
-
APPS.IGS_AD_GEN_001 dependencies on IGS_AD_PS_APINTUNTHS
12.1.1
-
APPS.IGS_AD_PS_APLINSTUNT_PKG dependencies on IGS_AD_PS_APINTUNTHS
12.1.1
-
APPS.IGS_AU_GEN_001 dependencies on IGS_AD_PS_APINTUNTHS
12.1.1
-
APPS.IGS_AD_GEN_001 SQL Statements
12.1.1
-
APPS.IGS_AD_PS_APLINSTUNT_PKG SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_AU_GEN_001
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.IGS_AD_GEN_010
12.1.1
-
APPS.IGS_AU_GEN_001 dependencies on IGS_GE_DATE
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_PS_APLINSTUNT_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_GEN_001
12.1.1
-
12.1.1 DBA Data
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'. ,