Search Results adm_offer_dfrmnt_status
Overview
The view APPS.IGS_AD_OFRDFRMT_STAT_V exposes admission offer deferment status definitions within the Oracle E-Business Suite Student System (formerly Oracle Student System, now marketed as Oracle Student Information Management / Student Records) product family. The base object name IGS_AD_OFRDFRMT_STAT resolves to "Admissions Offer Deferment Status," and forms part of the IGS (Institution of Higher/Graduate Studies) schema that underpins Oracle's higher-education admissions and recruitment modules. The "_V" suffix indicates a database view rather than a table, and the view exists to join internal code values to their external, user-facing meanings maintained in the Oracle lookup framework.
Functionally, the view presents the code-value list used to classify the deferment status of an offer made to an applicant — for example, whether an offer has been deferred, reinstated, or allowed to lapse. Because the view already decodes the internal code through the lookup meaning, it is the preferred object for reporting, concurrent program queries, and interfaces that must present human-readable status text rather than opaque internal codes. Users querying by the search term "adm_offer_dfrmnt_status" are effectively searching for the lookup type and the underlying status table, both of which surface through this view.
Underlying Base Objects
The view is defined over two objects joined in its SQL text:
- IGS_AD_OFRDFRMT_STAT AODS — the primary admission offer deferment status table, aliased AODS. It supplies the internal status identifier, description, system-default flag, closed indicator, and standard WHO audit columns.
- IGS_LOOKUPS_VIEW LKUPV — the lookup view, filtered to
LOOKUP_TYPE = 'ADM_OFFER_DFRMNT_STATUS'. It supplies the external meaning and the display closed indicator.
The join is a code-value lookup relationship rather than a foreign-key to another business table: LKUPV.LOOKUP_CODE = AODS.S_ADM_OFFER_DFRMNT_STATUS. The prefixed column name S_ADM_OFFER_DFRMNT_STATUS (the "S_" convention) denotes the stored, language-independent lookup code, while the accompanying ADM_OFFER_DFRMNT_STATUS column holds the operative status value used by dependent admission offer records. The view is therefore a decoding layer: it does not introduce new business data, but resolves each status row against the seeded lookup type. Documented ETRM metadata lists no additional referenced base objects, confirming the two-object definition above.
Key Columns
- ROW_ID — the base table ROWID, exposed for use by Oracle Forms and programmatic row identification.
- ADM_OFFER_DFRMNT_STATUS — the primary status value used by downstream admission offer records.
- DESCRIPTION — the descriptive text stored on the status row itself.
- S_ADM_OFFER_DFRMNT_STATUS — the stored, internal lookup code referenced by the lookup framework.
- MEANING — the decoded, user-facing interpretation retrieved from the lookup, suitable for display and reporting.
- DSP_CLOSED_IND — the lookup's closed indicator, used to determine whether the status is terminal for display or workflow purposes.
- SYSTEM_DEFAULT_IND — flags whether this status is the system default applied when no status is explicitly specified.
- CLOSED_IND — the status row's own closed flag, retained alongside the lookup-derived indicator.
- Audit columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, and LAST_UPDATE_LOGIN, inherited from the base table.
Common Use Cases and Queries
Typical uses include LOV (List of Values) population in admission offer forms, validation of an entered deferment status, and reporting on the deferment statuses available in a given environment. Because the view decodes the lookup automatically, callers avoid writing their own lookup join.
Listing all active, non-closed statuses with their displayed meaning:
SELECT ADM_OFFER_DFRMNT_STATUS, S_ADM_OFFER_DFRMNT_STATUS, MEANING, SYSTEM_DEFAULT_IND
FROM APPS.IGS_AD_OFRDFRMT_STAT_V
WHERE CLOSED_IND = 'N'
ORDER BY MEANING;
Retrieving the system default deferment status:
SELECT MEANING, S_ADM_OFFER_DFRMNT_STATUS
FROM APPS.IGS_AD_OFRDFRMT_STAT_V
WHERE SYSTEM_DEFAULT_IND = 'Y';
Resolving a stored code to its meaning for an offer record:
SELECT o.OFFER_ID, v.MEANING AS DEFERMENT_STATUS
FROM IGS_AD_OFFERS_ALL o, APPS.IGS_AD_OFRDFRMT_STAT_V v
WHERE v.S_ADM_OFFER_DFRMNT_STATUS = o.DEFERMENT_STATUS_CODE;
Queries should generally be qualified with the APPS schema and constrained to avoid returning statuses that have been end-dated in the lookup, which the view does not itself filter.
-
Lookup Type: ADM_OFFER_DFRMNT_STATUS
12.2.2
product: IGS - Student System (Obsolete) , meaning: Admission Offer Deferment Status , description: Admission Offer Deferment Status ,
-
Lookup Type: ADM_OFFER_DFRMNT_STATUS
12.1.1
product: IGS - Student System , meaning: Admission Offer Deferment Status , description: Admission Offer Deferment Status ,
-
VIEW: APPS.IGS_AD_OFRDFRMT_STAT_V
12.1.1
-
View: IGS_AD_OFRDFRMT_STAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_OFRDFRMT_STAT_V, object_name:IGS_AD_OFRDFRMT_STAT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_OFRDFRMT_STAT_V ,
-
View: IGS_AD_OFRDFRMT_STAT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_OFRDFRMT_STAT
12.2.2
product: IGS - Student System (Obsolete) , description: Describes user-defined admission offer deferment statuses, which map to system admission offer deferment statuses , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_AD_OFRDFRMT_STAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_OFRDFRMT_STAT, object_name:IGS_AD_OFRDFRMT_STAT, status:VALID,
-
VIEW: APPS.IGS_AD_OFRDFRMT_STAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_OFRDFRMT_STAT_V, object_name:IGS_AD_OFRDFRMT_STAT_V, status:VALID,
-
APPS.IGS_AD_OFRDFRMT_STAT_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_VAL_AODS SQL Statements
12.1.1
-
View: IGS_AD_PS_APLINSTHST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTHST, object_name:IGS_AD_PS_APLINSTHST, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PS_APLINSTHST ,
-
View: IGS_AD_PS_APLINSTHST
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_OFRDFRMT_STAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_OFRDFRMT_STAT, object_name:IGS_AD_OFRDFRMT_STAT, status:VALID, product: IGS - Student System , description: Describes user-defined admission offer deferment statuses, which map to system admission offer deferment statuses , implementation_dba_data: IGS.IGS_AD_OFRDFRMT_STAT ,
-
View: IGS_AD_PS_APPL_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST, object_name:IGS_AD_PS_APPL_INST, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PS_APPL_INST ,
-
VIEW: APPS.IGS_AD_PS_APLINSTHST
12.1.1
-
VIEW: APPS.IGS_AD_PS_APLINSTHST_HISTORY_V
12.1.1
-
View: IGS_AD_PS_APLINSTHST_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTHST_HISTORY_V, object_name:IGS_AD_PS_APLINSTHST_HISTORY_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PS_APLINSTHST_HISTORY_V ,
-
View: IGS_AD_PS_APLINSTHST_HISTORY_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_OFRDFRMT_STAT_PKG
12.1.1
-
View: IGS_AD_PS_APPL_INST
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_PS_APPL_INST_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_SV, object_name:IGS_AD_PS_APPL_INST_SV, status:VALID, product: IGS - Student System , description: View of IGS_AD_PS_APPL_INST_ALL to secure the select operation on this table , implementation_dba_data: APPS.IGS_AD_PS_APPL_INST_SV ,
-
VIEW: APPS.IGS_AD_PS_APLINSTHST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTHST, object_name:IGS_AD_PS_APLINSTHST, status:VALID,
-
View: IGS_AD_PS_APPL_INST_SV
12.2.2
product: IGS - Student System (Obsolete) , description: View of IGS_AD_PS_APPL_INST_ALL to secure the select operation on this table , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_PS_APPL_INST_SV
12.1.1
-
APPS.IGS_AD_GEN_008 SQL Statements
12.1.1
-
VIEW: APPS.IGS_AD_PS_APPL_INST
12.1.1
-
VIEW: APPS.IGS_AD_PS_APPL_INST_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_SV, object_name:IGS_AD_PS_APPL_INST_SV, status:VALID,
-
View: IGS_AD_PS_APLINSTHST_APLHIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTHST_APLHIST_V, object_name:IGS_AD_PS_APLINSTHST_APLHIST_V, status:VALID, product: IGS - Student System , description: Request for program entry for an admission period , implementation_dba_data: APPS.IGS_AD_PS_APLINSTHST_APLHIST_V ,
-
TABLE: IGS.IGS_AD_PS_APLINSTHST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PS_APLINSTHST_ALL, object_name:IGS_AD_PS_APLINSTHST_ALL, status:VALID,
-
TABLE: IGS.IGS_AD_INSTHIST_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_INSTHIST_INT, object_name:IGS_AD_INSTHIST_INT, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_VAL_AODS
12.1.1
-
View: IGS_AD_PS_APLINSTHST_APLHIST_V
12.2.2
product: IGS - Student System (Obsolete) , description: Request for program entry for an admission period , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_VAL_ACAI_STATUS SQL Statements
12.1.1
-
VIEW: APPS.IGS_AD_PS_APPL_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST, object_name:IGS_AD_PS_APPL_INST, status:VALID,
-
APPS.IGS_AD_PS_APLINSTHST_PKG SQL Statements
12.1.1
-
TABLE: IGS.IGS_AD_PS_APPL_INST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_ALL, object_name:IGS_AD_PS_APPL_INST_ALL, status:VALID,
-
VIEW: APPS.IGS_AD_PS_APLINSTHST_APLHIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTHST_APLHIST_V, object_name:IGS_AD_PS_APLINSTHST_APLHIST_V, status:VALID,
-
VIEW: APPS.IGS_AD_PS_APLINSTHST_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTHST_HISTORY_V, object_name:IGS_AD_PS_APLINSTHST_HISTORY_V, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
View: IGS_AD_PS_APPL_INST_APLINST_V
12.2.2
product: IGS - Student System (Obsolete) , description: View of IGS_AD_PS_APPL_INST. Incorporates alternate codes and calendar instance start and end dates for both the Admission and Deferred Admission calendars. Also incorporates Admission Course Application details. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_PS_APPL_INST_APLINST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_APLINST_V, object_name:IGS_AD_PS_APPL_INST_APLINST_V, status:VALID, product: IGS - Student System , description: View of IGS_AD_PS_APPL_INST. Incorporates alternate codes and calendar instance start and end dates for both the Admission and Deferred Admission calendars. Also incorporates Admission Course Application details. , implementation_dba_data: APPS.IGS_AD_PS_APPL_INST_APLINST_V ,
-
VIEW: APPS.IGS_AD_PS_APPL_INST_APLINST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_APLINST_V, object_name:IGS_AD_PS_APPL_INST_APLINST_V, status:VALID,
-
APPS.IGS_AD_PS_APPL_INST_PKG SQL Statements
12.1.1
-
PACKAGE: APPS.IGS_AD_VAL_ACAI_STATUS
12.1.1
-
PACKAGE BODY: APPS.IGS_LOOKUPS_VIEW_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AU_GEN_001
12.1.1
-
APPS.IGS_AD_GEN_002 SQL Statements
12.1.1
-
APPS.IGS_AD_OFRDFRMT_STAT_PKG dependencies on IGS_AD_OFRDFRMT_STAT
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_PS_APLINSTHST_PKG
12.1.1