Search Results org_status
Overview
APPS.IGS_AS_EXM_SUPRVISOR_V is a reporting view in the Oracle E-Business Suite student system (the IGS/Student Systems product family, delivered under the Oracle Student System and its assessment components). It presents examination supervisor assignments together with the descriptive attributes of the person acting as supervisor, the supervisor type definition, the responsible organization unit, and the organization unit status. The view is read-only and is intended for inquiry, reporting, and integration scenarios where a denormalized, human-readable representation of examination supervision records is required. In Oracle EBS 12.1.1 and 12.2.2 the object resides in the APPS schema and is normally accessed through a custom responsibility or via a synonym granted to reporting users.
The view is particularly relevant to queries involving the organization status of the responsible unit, since it exposes both the coded value (ORG_STATUS) and the decoded description (S_ORG_STATUS). This makes it convenient for filtering on active versus inactive organizational units without joining to the status lookup table directly.
Underlying Base Objects
The view is defined over six objects joined in a single SELECT statement. Although the ETRM metadata does not document referenced base objects, the view text explicitly names them:
- IGS_AS_EXM_SUPRVISOR (aliased ES) — the primary base table of examination supervisor assignments.
- IGS_PE_PERSON_V (aliased P) — the person view supplying person number, preferred name, and encumbered indicator.
- IGS_PE_PERSON_LKUPV_V (aliased PDV) — the person lookup view supplying sex, birth date, and deceased indicator.
- IGS_AS_EXM_SPRVSRTYP (aliased EST) — the examination supervisor type definition table.
- IGS_OR_UNIT (aliased OU) — the organization unit table supplying description and status.
- IGS_OR_STATUS (aliased ORG_STATUS) — the organization status lookup, providing the decoded status description.
The joins are keyed on PERSON_ID, EXAM_SUPERVISOR_TYPE, and, for the organization unit, on ORG_UNIT_CD and START_DT. The organization unit and organization status joins are outer joins (indicated by the (+) operator), so supervisor records are retained even when no matching responsible organization unit or status row exists.
Key Columns
- ROW_ID — the ROWID of the IGS_AS_EXM_SUPRVISOR row, used for update or drill-down purposes.
- PERSON_ID, PERSON_NUMBER, PREFERRED_NAME — identity of the supervisor.
- SEX, MEANING_SEX, BIRTH_DT, DECEASED_IND — personal attributes from the person lookup view.
- ENCUMBERED_IND — indicates whether the person record is encumbered.
- ES_DESCRIPTION, IN_CHARGE_IND, CLOSED_IND — description and flags of the examination supervisor type.
- EXAM_SUPERVISOR_TYPE — the code identifying the supervisor role.
- PREVIOUS_SESSIONS — the prior sessions associated with the supervisor.
- RESPONSIBLE_ORG_UNIT_CD, OU_DESCRIPTION — the responsible organization unit and its description.
- ORG_STATUS, S_ORG_STATUS — the organization unit status code and its decoded description, derived from IGS_OR_STATUS.
- RESPONSIBLE_OU_START_DT — the start date qualifying the responsible organization unit.
- COMMENTS and audit columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN).
Common Use Cases and Queries
The view supports examiner supervision reporting, supervisor listing by organization, and filtering by organization status. A typical query listing active supervisors is:
- SELECT person_number, preferred_name, exam_supervisor_type, responsible_org_unit_cd, ou_description, s_org_status FROM apps.igs_as_exm_suprvisor_v WHERE s_org_status = 'Active';
- SELECT person_id, preferred_name, org_status FROM apps.igs_as_exm_suprvisor_v WHERE responsible_org_unit_cd = :org_unit_cd ORDER BY preferred_name;
Because ORG_STATUS and S_ORG_STATUS are exposed alongside the supervisor detail, reports can filter, group, or sort on organizational status without additional joins to IGS_OR_STATUS. Users should note the outer-join semantics: when a supervisor has no responsible organization unit, OU_DESCRIPTION, ORG_STATUS, and S_ORG_STATUS return null.
-
VIEW: APPS.IGS_AS_EXM_SUPRVISOR_V
12.1.1
-
View: IGS_AS_EXM_SUPRVISOR_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
APPS.IGS_OR_VAL_OU SQL Statements
12.1.1
-
VIEW: APPS.IGS_OR_UNIT_HIST_V
12.1.1
-
View: IGS_OR_UNIT_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_UNIT_HIST_V, object_name:IGS_OR_UNIT_HIST_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_OR_UNIT_HIST_V ,
-
View: IGS_OR_UNIT_HIST_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: AST_LM_CKEY_ACCT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LM_CKEY_ACCT_V, object_name:AST_LM_CKEY_ACCT_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_LM_CKEY_ACCT_V ,
-
VIEW: APPS.IGS_OR_INST_ORG_BASE_V
12.1.1
-
View: IGSBV_ORG_EXTENSIONS
12.2.2
product: IGS - Student System (Obsolete) , description: Obsolete , implementation_dba_data: Not implemented in this database ,
-
View: IGS_OR_INST_ORG_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_INST_ORG_BASE_V, object_name:IGS_OR_INST_ORG_BASE_V, status:VALID, product: IGS - Student System , description: Base View to hold basic institution/organization related information , implementation_dba_data: APPS.IGS_OR_INST_ORG_BASE_V ,
-
View: IGS_OR_UNIT_HIST
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IEX_LM_CKEY_ACCT_V
12.1.1
-
VIEW: APPS.AST_LM_CKEY_ACCT_V
12.2.2
-
View: IGS_OR_UNIT_HIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_UNIT_HIST, object_name:IGS_OR_UNIT_HIST, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_OR_UNIT_HIST ,
-
View: IGSFV_ORG_EXTENSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ORG_EXTENSIONS, object_name:IGSFV_ORG_EXTENSIONS, status:VALID, product: IGS - Student System , description: Obsolete , implementation_dba_data: APPS.IGSFV_ORG_EXTENSIONS ,
-
VIEW: APPS.IGS_OR_UNIT_HIST
12.1.1
-
View: AST_LM_CKEY_ACCT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LM_CKEY_ACCT_V, object_name:AST_LM_CKEY_ACCT_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_LM_CKEY_ACCT_V ,
-
View: IGSFV_ORG_EXTENSIONS
12.2.2
product: IGS - Student System (Obsolete) , description: Obsolete , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AST_LM_CKEY_ACCT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LM_CKEY_ACCT_V, object_name:AST_LM_CKEY_ACCT_V, status:VALID,
-
VIEW: APPS.AST_LM_CKEY_ACCT_V
12.1.1
-
VIEW: APPS.IEX_LM_CKEY_ACCT_V
12.2.2
-
VIEW: APPS.IEX_LM_CKEY_ACCT_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IEX_LM_CKEY_ACCT_V, status:VALID,
-
APPS.IGS_OR_STATUS_PKG SQL Statements
12.1.1
-
View: IGS_OR_INST_ORG_BASE_V
12.2.2
product: IGS - Student System (Obsolete) , description: Base View to hold basic institution/organization related information , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_ORG_EXTENSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ORG_EXTENSIONS, object_name:IGSBV_ORG_EXTENSIONS, status:VALID, product: IGS - Student System , description: Obsolete , implementation_dba_data: APPS.IGSBV_ORG_EXTENSIONS ,
-
VIEW: APPS.IGSBV_ORGANIZATION_UNIT_PARTY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ORGANIZATION_UNIT_PARTY, object_name:IGSBV_ORGANIZATION_UNIT_PARTY, status:VALID,
-
VIEW: APPS.IGS_AD_SCHL_APLY_TO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_SCHL_APLY_TO_V, object_name:IGS_AD_SCHL_APLY_TO_V, status:VALID,
-
TABLE: IGS.IGS_OR_STATUS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_OR_STATUS, object_name:IGS_OR_STATUS, status:VALID,
-
VIEW: APPS.IGSBV_ORG_EXTENSIONS
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,
-
Table: IGS_OR_STATUS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the user-defined organization statuses. E.g. Current, Suspended. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AST_LM_CKEY_ACCT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LM_CKEY_ACCT_V, object_name:AST_LM_CKEY_ACCT_V, status:VALID,
-
VIEW: APPS.IEX_LM_CKEY_ACCT_V
12.1.1
owner:APPS, object_type:VIEW, object_name:IEX_LM_CKEY_ACCT_V, status:VALID,
-
VIEW: APPS.IGS_OR_UNIT_HIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_UNIT_HIST, object_name:IGS_OR_UNIT_HIST, status:VALID,
-
VIEW: APPS.IGSFV_ORGANIZATION_UNIT_PARTY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ORGANIZATION_UNIT_PARTY, object_name:IGSFV_ORGANIZATION_UNIT_PARTY, status:VALID,
-
VIEW: APPS.IGSFV_ORG_EXTENSIONS
12.1.1
-
View: IGS_AD_SCHL_APLY_TO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_SCHL_APLY_TO_V, object_name:IGS_AD_SCHL_APLY_TO_V, status:VALID, product: IGS - Student System , description: This view is a base view to display all records from IGS_AD_SCHOOL_APPLY_TO table , implementation_dba_data: APPS.IGS_AD_SCHL_APLY_TO_V ,
-
Table: IGS_OR_STATUS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_OR_STATUS, object_name:IGS_OR_STATUS, status:VALID, product: IGS - Student System , description: This entity describes the user-defined organization statuses. E.g. Current, Suspended. , implementation_dba_data: IGS.IGS_OR_STATUS ,
-
View: IGS_OR_UNIT_FUNDSRC_V
12.2.2
product: IGS - Student System (Obsolete) , description: View of all organization units joined to all funding source to use in ADMF2M44 , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_OR_INST_ORG_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_INST_ORG_BASE_V, object_name:IGS_OR_INST_ORG_BASE_V, status:VALID,
-
View: IGS_AD_SCHL_APLY_TO_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is a base view to display all records from IGS_AD_SCHOOL_APPLY_TO table , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_ORGANIZATION_UNIT_PARTY
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_PE_HZ_PARTIES describes the attributes of the person , implementation_dba_data: Not implemented in this database ,
-
View: IGS_OR_UNIT_FUNDSRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_UNIT_FUNDSRC_V, object_name:IGS_OR_UNIT_FUNDSRC_V, status:VALID, product: IGS - Student System , description: View of all organization units joined to all funding source to use in ADMF2M44 , implementation_dba_data: APPS.IGS_OR_UNIT_FUNDSRC_V ,
-
VIEW: APPS.IGSFV_ORG_EXTENSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ORG_EXTENSIONS, object_name:IGSFV_ORG_EXTENSIONS, status:VALID,
-
VIEW: APPS.IGSBV_ORG_EXTENSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ORG_EXTENSIONS, object_name:IGSBV_ORG_EXTENSIONS, status:VALID,
-
VIEW: APPS.IGS_OR_UNIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_UNIT_V, object_name:IGS_OR_UNIT_V, status:VALID,
-
View: IGSFV_ORGANIZATION_UNIT_PARTY
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_PE_HZ_PARTIES describes the attribites of a person , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_OR_UNIT_HIST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_OR_UNIT_HIST_ALL, object_name:IGS_OR_UNIT_HIST_ALL, status:VALID,
-
View: IGSFV_ORGANIZATION_UNIT_PARTY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ORGANIZATION_UNIT_PARTY, object_name:IGSFV_ORGANIZATION_UNIT_PARTY, status:VALID, product: IGS - Student System , description: IGS_PE_HZ_PARTIES describes the attribites of a person , implementation_dba_data: APPS.IGSFV_ORGANIZATION_UNIT_PARTY ,