Search Results s_adm_appl_status
Overview
The view APPS.IGS_AD_APPL_STAT_V is a validation and descriptive view within the Oracle E-Business Suite (EBS) Student Systems / Oracle Student System (OSS) product family, specifically the Admissions module. The object name searched, s_adm_appl_status, corresponds directly to the S_ADM_APPL_STATUS column projected by this view, confirming that IGS_AD_APPL_STAT_V is the intended lookup surface for admission application status codes.
The view presents the set of valid admission application statuses used to drive the lifecycle of an applicant record, from initial entry through decision, offer, acceptance, and closure. Its principal function is to join the underlying status definition table with the Oracle EBS lookup mechanism so that each stored status code is accompanied by its user-facing meaning and its closed indicator. This design allows forms, concurrent programs, and reports to display decoded status values without reimplementing lookup logic, and it provides referential integrity between an application status code and the ADM_APPL_STATUS lookup type.
Because it is defined in the APPS schema and is a view rather than a table, it is read-only for reporting and integration purposes. Any maintenance of status definitions is performed against the underlying base table and the lookup repository, not the view itself.
Underlying Base Objects
The view is defined over two source objects, as documented in the ETRM view text:
IGS_AD_APPL_STAT(aliasedDRVTAB) — the driving base table that stores the admission application status definitions, including the code, description, default flag, closed flag, and audit columns.IGS_LOOKUPS_VIEW(aliasedLKUP) — the lookup repository view that supplies the decodedMEANINGand the lookup-levelCLOSED_IND.
The join is an equi-join constrained by LKUP.LOOKUP_TYPE = 'ADM_APPL_STATUS' and LKUP.LOOKUP_CODE = DRVTAB.S_ADM_APPL_STATUS. This means a row is returned only when the stored status code exists as a lookup code under the ADM_APPL_STATUS lookup type. The documented metadata lists no additional referenced base objects, so the two objects above constitute the complete dependency set.
Key Columns
ROW_ID— theROWIDof the driving table row, provided for row identification.S_ADM_APPL_STATUS— the primary status code stored in the base table and matched to the lookup code.MEANING— the descriptive meaning of the lookup code, sourced fromIGS_LOOKUPS_VIEW.ADM_APPL_STATUS— the application status value held on the base table.DESCRIPTION— the base table description of the status.SYSTEM_DEFAULT_IND— indicates whether the status is the system default for new applications.CLOSED_IND— the base table flag indicating whether the status is a closed state.DSP_CLOSED_IND— the closed indicator from the lookup repository, exposed under this display alias.CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN— the standard audit columns inherited from the base table.
Common Use Cases and Queries
Typical uses include populating status list-of-values items on admission forms, validating status codes during data migration or interface loading, and reporting on open versus closed application populations.
Retrieve all available application statuses with their decoded meanings:
SELECT S_ADM_APPL_STATUS, MEANING, DESCRIPTION, CLOSED_IND
FROM APPS.IGS_AD_APPL_STAT_V
ORDER BY S_ADM_APPL_STATUS;
Identify the system default status:
SELECT S_ADM_APPL_STATUS, MEANING
FROM APPS.IGS_AD_APPL_STAT_V
WHERE SYSTEM_DEFAULT_IND = 'Y';
List only active (non-closed) statuses:
SELECT S_ADM_APPL_STATUS, MEANING
FROM APPS.IGS_AD_APPL_STAT_V
WHERE NVL(CLOSED_IND,'N') = 'N';
-
VIEW: APPS.IGS_AD_APPL_STAT_V
12.1.1
-
View: IGS_AD_APPL_STAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_STAT_V, object_name:IGS_AD_APPL_STAT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_APPL_STAT_V ,
-
View: IGS_AD_APPL_STAT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_APPL_STAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_STAT_V, object_name:IGS_AD_APPL_STAT_V, status:VALID,
-
View: IGF_AP_FA_BASE_H
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_FA_BASE_H, object_name:IGF_AP_FA_BASE_H, status:VALID, product: IGF - Financial Aid , description: This view is obsolete now. , implementation_dba_data: APPS.IGF_AP_FA_BASE_H ,
-
VIEW: APPS.IGF_AP_FA_BASE_H
12.1.1
-
View: IGF_AP_FA_BASE_H
12.2.2
product: IGF - Financial Aid (Obsolete) , description: This view is obsolete now. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_APPL_STAT_PKG SQL Statements
12.1.1
-
TABLE: IGS.IGS_AD_APPL_STAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_APPL_STAT, object_name:IGS_AD_APPL_STAT, status:VALID,
-
VIEW: APPS.IGF_AP_FA_BASE_H
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_FA_BASE_H, object_name:IGF_AP_FA_BASE_H, status:VALID,
-
VIEW: APPS.IGF_AP_FA_BASE_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_FA_BASE_H_V, object_name:IGF_AP_FA_BASE_H_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_APPL_STAT_PKG
12.1.1
-
View: IGF_AP_FA_BASE_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_FA_BASE_H_V, object_name:IGF_AP_FA_BASE_H_V, status:VALID, product: IGF - Financial Aid , description: This view is obsolete now. , implementation_dba_data: APPS.IGF_AP_FA_BASE_H_V ,
-
View: IGF_AP_FA_BASE_H_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: This view is obsolete now. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_CANCEL_RECONSIDER SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_VAL_AAS
12.1.1
-
TABLE: IGF.IGF_AP_FA_BASE_H_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_FA_BASE_H_ALL, object_name:IGF_AP_FA_BASE_H_ALL, status:VALID,
-
APPS.IGS_AD_GEN_007 SQL Statements
12.1.1
-
PACKAGE: APPS.IGF_AP_OSS_INTR_DTLS
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_CANCEL_RECONSIDER
12.1.1
-
APPS.IGF_SL_GEN SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_GEN_007
12.1.1
-
APPS.IGS_AD_APP_REQ_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_CANCEL_RECONSIDER dependencies on IGS_AD_APPL_STAT
12.1.1
-
APPS.IGS_AD_GEN_007 dependencies on IGS_AD_APPL_STAT
12.1.1
-
APPS.IGS_AD_GEN_007 dependencies on IGS_AD_APPL
12.1.1
-
APPS.IGF_AP_OSS_INTR_DTLS dependencies on IGS_AD_APPL_STAT
12.1.1
-
APPS.IGS_AD_CANCEL_RECONSIDER dependencies on IGS_AD_APPL
12.1.1
-
APPS.IGS_AD_APPL_STAT_PKG dependencies on IGS_AD_APPL_STAT
12.1.1
-
APPS.IGF_AP_OSS_INTR_DTLS dependencies on IGS_AD_APPL
12.1.1
-
APPS.IGF_AP_OSS_INTR_DTLS dependencies on IGS_AD_APPL_ALL
12.1.1
-
APPS.IGS_AD_APP_REQ_PKG dependencies on IGS_AD_APPL_STAT
12.1.1
-
APPS.IGF_AP_OSS_INTR_DTLS dependencies on IGS_PR_CSS_CLASS_STD_V
12.1.1
-
APPS.IGS_AD_APP_REQ_PKG dependencies on IGS_AD_APPL
12.1.1
-
APPS.IGS_AD_CANCEL_RECONSIDER dependencies on IGS_AD_APPL_ALL
12.1.1
-
APPS.IGS_AD_APP_REQ_PKG dependencies on IGS_AD_APP_REQ
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_APP_REQ_PKG
12.1.1
-
APPS.IGS_AD_APPL_STAT_PKG dependencies on APP_EXCEPTION
12.1.1
-
APPS.IGS_AD_APPL_STAT_PKG dependencies on FND_MESSAGE
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_GEN
12.1.1
-
APPS.IGS_AD_CANCEL_RECONSIDER dependencies on IGS_AD_PS_APPL_INST_ALL
12.1.1
-
APPS.IGS_AD_CANCEL_RECONSIDER dependencies on IGS_AD_PS_APPL_INST
12.1.1
-
APPS.IGS_AD_CANCEL_RECONSIDER dependencies on IGS_AD_PS_APPL
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
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'. ,