Search Results deceased_ind
Overview
The view IGS_AS_EXM_SUPRVISOR_V belongs to the IGS – Student System product family, a module that is documented as obsolete in Oracle E-Business Suite 12.1.1 and 12.2.2. The view consolidates examination supervisor records with related person, lookup, and organizational unit information, allowing consumers to query supervisor details in a single denormalized result set rather than joining multiple base entities manually. In the EBS reporting and integration layer, such views typically serve as the primary access point for concurrent programs, Oracle Reports, OBIEE extract routines, and inbound/outbound interfaces that require supervisor data. The ETRM metadata records the implementation/DBA data as "Not implemented in this database," which indicates that in the documented environment the object is absent from the data dictionary. This is consistent with the view belonging to a decommissioned module, and it should therefore be treated as reference-only for the 12.1.1 and 12.2.2 releases.
Underlying Base Objects
Although the documented ETRM metadata lists no referenced base objects, the view definition itself identifies the following sources:
IGS_AS_EXM_SUPRVISOR– the primary examination supervisor entity, aliasedES.IGS_PE_PERSON_V– person details, aliasedP.IGS_PE_PERSON_LKUPV_V– person descriptive value lookups such as sex and birth data, aliasedPDV.IGS_AS_EXM_SPRVSRTYP– examination supervisor type descriptions, aliasedEST.IGS_OR_UNIT– organizational unit details, aliasedOU, joined with an outer join onORG_UNIT_CDandSTART_DT.IGS_OR_STATUS– organization status lookup, aliasedORG_STATUS, outer joined onORG_STATUS.
The joins are keyed primarily on PERSON_ID and EXAM_SUPERVISOR_TYPE, with the organizational unit and status relationships implemented as outer joins so that supervisors without an assigned responsible unit still appear in the result set.
Key Columns
The view exposes a mixture of identifiers, descriptive attributes, and audit columns. Notable columns include:
ROW_ID– theROWIDof the underlying supervisor row, useful for direct DML anchoring.PERSON_NUMBER,PERSON_ID,PREFERRED_NAME– person identification and display attributes.SEX,MEANING_SEX,BIRTH_DT,ENCUMBERED_IND,DECEASED_IND– personal descriptive and status flags.ES_DESCRIPTION,IN_CHARGE_IND,CLOSED_IND– supervisor type description and its controlling flags.EXAM_SUPERVISOR_TYPE,PREVIOUS_SESSIONS– the supervisor classification and prior session count.RESPONSIBLE_ORG_UNIT_CD,OU_DESCRIPTION,ORG_STATUS,S_ORG_STATUS,RESPONSIBLE_OU_START_DT– organizational assignment and its status, whereS_ORG_STATUSis the lookup meaning searched by the user.COMMENTSand the standard audit columnsCREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN.
Common Use Cases and Queries
Typical usage centers on retrieving supervisors filtered by organizational status or person attributes. The user's search term s_org_status maps directly to the S_ORG_STATUS column, which resolves the organization status code to its lookup meaning. Example queries include:
- Listing active supervisors by organization status:
SELECT person_number, preferred_name, s_org_status FROM igs_as_exm_suprvisor_v WHERE s_org_status = 'ACTIVE'; - Identifying supervisors in charge:
SELECT person_number, es_description, in_charge_ind FROM igs_as_exm_suprvisor_v WHERE in_charge_ind = 'Y'; - Reporting supervisors without an assigned organizational unit, exploiting the outer joins:
SELECT person_number FROM igs_as_exm_suprvisor_v WHERE responsible_org_unit_cd IS NULL;
Because the object is documented as not implemented in the reference database and belongs to an obsolete product, these queries are illustrative of the intended contract rather than guaranteed runnable. Integrations referencing this view should be migrated to supported alternatives within the current EBS data model.
-
View: IGS_AS_EXM_SUPRVISOR_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_PS_APLCNTX_LKUP_V
12.2.2
product: IGS - Student System (Obsolete) , description: View of IGS_AD_PS_APPL_APLCNTX_V for forms, requiring this table as a context block - Obsolete , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_AW_FUND_GRP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FUND_GRP_V, object_name:IGF_AW_FUND_GRP_V, status:VALID,
-
View: IGS_AD_PS_APLCNTX_LKUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLCNTX_LKUP_V, object_name:IGS_AD_PS_APLCNTX_LKUP_V, status:VALID, product: IGS - Student System , description: View of IGS_AD_PS_APPL_APLCNTX_V for forms, requiring this table as a context block - Obsolete , implementation_dba_data: APPS.IGS_AD_PS_APLCNTX_LKUP_V ,
-
View: IGS_PE_PERSON_LKUPV_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_PS_APLCNTX_LKUP_V
12.1.1
-
View: IGS_AS_EXM_SUPRVISOR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_EXM_SUPRVISOR_V, object_name:IGS_AS_EXM_SUPRVISOR_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AS_EXM_SUPRVISOR_V ,
-
View: IGS_PE_API_ALT_PERS_API_ID_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_API_ALT_PERS_API_ID_V, object_name:IGS_PE_API_ALT_PERS_API_ID_V, status:VALID, product: IGS - Student System , description: Alternate ID for API person id information. , implementation_dba_data: APPS.IGS_PE_API_ALT_PERS_API_ID_V ,
-
View: IGS_PE_PERSON_LKUPV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_LKUPV_V, object_name:IGS_PE_PERSON_LKUPV_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_PERSON_LKUPV_V ,
-
View: IGS_AD_PS_APPL_INST_CONTEXT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_CONTEXT_V, object_name:IGS_AD_PS_APPL_INST_CONTEXT_V, status:VALID, product: IGS - Student System , description: View of IGS_AD_PS_APPL_INST_APLINST_V for forms requiring this table as a context block. , implementation_dba_data: APPS.IGS_AD_PS_APPL_INST_CONTEXT_V ,
-
View: IGS_PE_API_ALT_PERS_API_ID_V
12.2.2
product: IGS - Student System (Obsolete) , description: Alternate ID for API person id information. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_EXM_SUPRVISOR_V
12.1.1
-
VIEW: APPS.IGS_AS_EXM_SUPRVISOR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_EXM_SUPRVISOR_V, object_name:IGS_AS_EXM_SUPRVISOR_V, status:VALID,
-
VIEW: APPS.IGS_AV_ADV_STANDING_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_ADV_STANDING_V, object_name:IGS_AV_ADV_STANDING_V, status:VALID,
-
VIEW: APPS.IGS_PE_PERSON_LKUPV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_LKUPV_V, object_name:IGS_PE_PERSON_LKUPV_V, status:VALID,
-
View: IGS_AD_PS_APPL_INST_CONTEXT_V
12.2.2
product: IGS - Student System (Obsolete) , description: View of IGS_AD_PS_APPL_INST_APLINST_V for forms requiring this table as a context block. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RE_CANDIDATURE_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is of the candidature table. It includes a column called course_cd which is sca_course_cd if it exists, otherwise acai_nominated_course_cd. This view is to support form RESF32111. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RE_CANDIDATURE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_RE_CANDIDATURE_V, object_name:IGS_RE_CANDIDATURE_V, status:VALID, product: IGS - Student System , description: This view is of the candidature table. It includes a column called course_cd which is sca_course_cd if it exists, otherwise acai_nominated_course_cd. This view is to support form RESF32111. , implementation_dba_data: APPS.IGS_RE_CANDIDATURE_V ,
-
VIEW: APPS.IGS_PR_DISPLAY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_DISPLAY_V, object_name:IGS_PR_DISPLAY_V, status:VALID,
-
View: IGS_PE_PERSON_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_DTLS_V, object_name:IGS_PE_PERSON_DTLS_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_PERSON_DTLS_V ,
-
View: IGS_PE_API_ALT_PERS_ID_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_PE_HZ_PARTIES_M1R
12.1.1
owner:IGS, object_type:TABLE, object_name:IGS_PE_HZ_PARTIES_M1R, status:VALID,
-
VIEW: APPS.IGS_PE_API_ALT_PERS_API_ID_V
12.1.1
-
View: IGS_PE_API_ALT_PERS_ID_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_API_ALT_PERS_ID_V, object_name:IGS_PE_API_ALT_PERS_ID_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_API_ALT_PERS_ID_V ,
-
View: IGS_PE_PERSON_DTLS_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_GR_GRADUANDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_GRADUANDS_V, object_name:IGS_GR_GRADUANDS_V, status:VALID,
-
VIEW: APPS.IGS_PE_PERSON_LKUPV_V
12.1.1
-
View: IGF_AW_FUND_GRP_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AV_ADV_STANDING_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_ADV_STANDING_V, object_name:IGS_AV_ADV_STANDING_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AV_ADV_STANDING_V ,
-
VIEW: APPS.IGS_RE_CANDIDATURE_V
12.1.1
-
View: IGF_AW_FUND_GRP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FUND_GRP_V, object_name:IGF_AW_FUND_GRP_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_AW_FUND_GRP_V ,
-
VIEW: APPS.IGS_GR_AWD_CRMN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_AWD_CRMN_V, object_name:IGS_GR_AWD_CRMN_V, status:VALID,
-
VIEW: APPS.IGS_AD_PS_APLCNTX_LKUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLCNTX_LKUP_V, object_name:IGS_AD_PS_APLCNTX_LKUP_V, status:VALID,
-
VIEW: APPS.IGS_AD_PS_APPL_INST_CONTEXT_V
12.1.1
-
VIEW: APPS.IGS_AD_PS_APPL_APLCNTX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_APLCNTX_V, object_name:IGS_AD_PS_APPL_APLCNTX_V, status:VALID,
-
View: IGS_PE_HZ_REL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_HZ_REL_V, object_name:IGS_PE_HZ_REL_V, status:VALID, product: IGS - Student System , description: View based on join between IGS_PE_HZ_REL and HZ_RELATIONSHIPS , implementation_dba_data: APPS.IGS_PE_HZ_REL_V ,
-
View: IGS_AV_ADV_STANDING_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_AP_EFC_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_EFC_DET_V, object_name:IGF_AP_EFC_DET_V, status:VALID,
-
VIEW: APPS.IGS_PE_PERSON_DTLS_V
12.1.1
-
View: IGS_PE_HZ_REL_V
12.2.2
product: IGS - Student System (Obsolete) , description: View based on join between IGS_PE_HZ_REL and HZ_RELATIONSHIPS , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_FI_PARTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_PARTIES_V, object_name:IGS_FI_PARTIES_V, status:VALID,
-
VIEW: APPS.IGS_PE_API_ALT_PERS_ID_V
12.1.1
-
View: IGS_GR_AWD_CRMN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_AWD_CRMN_V, object_name:IGS_GR_AWD_CRMN_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_GR_AWD_CRMN_V ,
-
View: IGS_EN_SCA_STATUS_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view describes student course attempt status along with displaying the course information and student information. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_SCA_STATUS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SCA_STATUS_V, object_name:IGS_EN_SCA_STATUS_V, status:VALID, product: IGS - Student System , description: This view describes student course attempt status along with displaying the course information and student information. , implementation_dba_data: APPS.IGS_EN_SCA_STATUS_V ,
-
VIEW: APPS.IGS_PE_PERSON_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_DTLS_V, object_name:IGS_PE_PERSON_DTLS_V, status:VALID,
-
View: IGF_AP_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_PERSON_V, object_name:IGF_AP_PERSON_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_AP_PERSON_V ,
-
VIEW: APPS.IGS_AD_ENQ_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ENQ_PERSON_V, object_name:IGS_AD_ENQ_PERSON_V, status:VALID,
-
View: IGF_AP_PERSON_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_PS_APPL_APLCNTX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_APLCNTX_V, object_name:IGS_AD_PS_APPL_APLCNTX_V, status:VALID, product: IGS - Student System , description: View of IGS_AD_PS_APPL, for forms requiring this table as a context block. - Obsolete , implementation_dba_data: APPS.IGS_AD_PS_APPL_APLCNTX_V ,