Search Results optional_ind
Overview
IGS_AV_STND_ALT_UNIT_V is an Oracle E-Business Suite seeded database view owned by the APPS schema within the IGS (Student System) product family. It exposes Advanced Standing alternative unit data, combining the parent advanced standing unit record with any associated alternative unit mappings. The view presents a denormalized, read-only projection that is intended for reporting, inquiry, and integration purposes rather than for direct transactional maintenance. Because it joins a child alternative-unit table to its parent unit table, consumers are spared from reconstructing the relationship manually. In Oracle EBS 12.1.1 and 12.2.2, the view conforms to standard APPS object conventions, carrying the WHO audit columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) plus the ROW_ID pseudocolumn, which allows downstream tools and forms to reference rows uniquely. The view is central to functions that determine which alternative units may satisfy an advanced standing requirement, and it surfaces the AS_COURSE_CD and AS_VERSION_NUMBER context for the parent advanced standing unit.
Underlying Base Objects
The view is defined as an equijoin between two Student System base tables:
- IGS_AV_STND_UNIT (alias ASU) — the parent advanced standing unit table, supplying PERSON_ID, AS_COURSE_CD, AS_VERSION_NUMBER, S_ADV_STND_TYPE, UNIT_CD, VERSION_NUMBER, and the primary key AV_STND_UNIT_ID.
- IGS_AV_STND_ALT_UNIT (alias ASAU) — the child alternative unit table, supplying ALT_UNIT_CD, ALT_VERSION_NUMBER, OPTIONAL_IND, AV_STND_UNIT_ID, and the WHO audit columns.
The join predicate is ASU.AV_STND_UNIT_ID = ASAU.AV_STND_UNIT_ID, making the parent table the driving side and the alternative-unit table the detail side. One parent advanced standing unit may therefore yield multiple rows in the view, one for each alternative unit configured against it. The ROW_ID column is derived from ASAU.ROWID, meaning each returned row is addressable at the child-table level. ETRM metadata documents no additional referenced objects beyond these two tables; no synonyms, external tables, or packaged function calls are involved in the view text.
Key Columns
- ROW_ID — the ROWID of the underlying IGS_AV_STND_ALT_UNIT row, useful for unique row identification.
- PERSON_ID — the person (student) to whom the advanced standing unit belongs.
- AS_COURSE_CD — the course code associated with the advanced standing unit; this is the column most frequently targeted when users search for "as_course_cd".
- AS_VERSION_NUMBER — the version of the advanced standing course.
- S_ADV_STND_TYPE — the advanced standing type classification.
- UNIT_CD / VERSION_NUMBER — the parent unit code and version that the advanced standing is defined against.
- ALT_UNIT_CD / ALT_VERSION_NUMBER — the alternative unit code and version that may substitute for or satisfy the parent unit requirement.
- OPTIONAL_IND — indicates whether the alternative unit is optional.
- AV_STND_UNIT_ID — the foreign key linking the alternative unit back to its parent advanced standing unit.
- Audit columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN.
Common Use Cases and Queries
Typical uses include verifying which alternative units are configured for a given advanced standing unit, auditing optional flags, and integrating advanced standing rules into external systems. A common query filters by course code:
SELECT as_course_cd, unit_cd, alt_unit_cd, optional_ind FROM apps.igs_av_stnd_alt_unit_v WHERE as_course_cd = :p_course_cd;
To retrieve all alternatives for a specific person:
SELECT person_id, as_course_cd, unit_cd, alt_unit_cd FROM apps.igs_av_stnd_alt_unit_v WHERE person_id = :p_person_id;
Because the view is read-only and joins two base tables, ensure appropriate IGS grants and MOAC operating unit context are applied when querying from a custom concurrent program or BI Publisher report.
-
View: IGS_AV_STND_ALT_UNIT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AV_STND_ALT_UNIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_STND_ALT_UNIT_V, object_name:IGS_AV_STND_ALT_UNIT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AV_STND_ALT_UNIT_V ,
-
VIEW: APPS.GMD_QC_RESULTS_TREE_V
12.1.1
-
VIEW: APPS.GMD_QC_RESULTS_TREE_V
12.2.2
-
VIEW: GMD.GMD_SPEC_TESTS_B#
12.2.2
-
VIEW: APPS.IGS_AV_STND_ALT_UNIT_V
12.1.1
-
VIEW: APPS.IGS_AV_STND_ALT_UNIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_STND_ALT_UNIT_V, object_name:IGS_AV_STND_ALT_UNIT_V, status:VALID,
-
VIEW: APPS.PMITS_QC_RESULTS_V
12.2.2
-
VIEW: APPS.PMITS_QC_RESULTS_V
12.1.1
-
View: GMD_QC_E_SPEC_TESTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_SPEC_TESTS_V, object_name:GMD_QC_E_SPEC_TESTS_V, status:VALID, product: GMD - Process Manufacturing Product Development , implementation_dba_data: APPS.GMD_QC_E_SPEC_TESTS_V ,
-
View: PMITS_QC_SPEC_TESTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMITS_QC_SPEC_TESTS_V, object_name:PMITS_QC_SPEC_TESTS_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: Using this view user can access tests associated with a spec. it also provides reference information defined in test , implementation_dba_data: APPS.PMITS_QC_SPEC_TESTS_V ,
-
View: GMD_QC_E_SPEC_TESTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_SPEC_TESTS_V, object_name:GMD_QC_E_SPEC_TESTS_V, status:VALID, product: GMD - Process Manufacturing Product Development , implementation_dba_data: APPS.GMD_QC_E_SPEC_TESTS_V ,
-
View: PMITS_QC_SPEC_TESTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMITS_QC_SPEC_TESTS_V, object_name:PMITS_QC_SPEC_TESTS_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: Using this view user can access tests associated with a spec. it also provides reference information defined in test , implementation_dba_data: APPS.PMITS_QC_SPEC_TESTS_V ,
-
VIEW: APPS.GMD_QC_E_SPEC_TESTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_SPEC_TESTS_V, object_name:GMD_QC_E_SPEC_TESTS_V, status:VALID,
-
VIEW: APPS.GMD_QC_E_SPEC_TESTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_SPEC_TESTS_V, object_name:GMD_QC_E_SPEC_TESTS_V, status:VALID,
-
TABLE: IGS.IGS_AV_STND_ALT_UNIT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AV_STND_ALT_UNIT, object_name:IGS_AV_STND_ALT_UNIT, status:VALID,
-
VIEW: APPS.GMD_QC_RESULTS_TREE_V
12.2.2
owner:APPS, object_type:VIEW, object_name:GMD_QC_RESULTS_TREE_V, status:VALID,
-
View: PMITS_QC_RESULTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMITS_QC_RESULTS_V, object_name:PMITS_QC_RESULTS_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: Using this view users can access Quality control Results and Associated spec and test level min and max allowed values , implementation_dba_data: APPS.PMITS_QC_RESULTS_V ,
-
VIEW: APPS.GMD_QC_RESULTS_TREE_V
12.1.1
owner:APPS, object_type:VIEW, object_name:GMD_QC_RESULTS_TREE_V, status:VALID,
-
View: PMITS_QC_RESULTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMITS_QC_RESULTS_V, object_name:PMITS_QC_RESULTS_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: Using this view users can access Quality control Results and Associated spec and test level min and max allowed values , implementation_dba_data: APPS.PMITS_QC_RESULTS_V ,
-
VIEW: GMD.GMD_SPEC_TESTS_B#
12.2.2
owner:GMD, object_type:VIEW, object_name:GMD_SPEC_TESTS_B#, status:VALID,
-
APPS.GMD_MASS_RESULTS_GRP SQL Statements
12.2.2
-
APPS.IGS_AV_STND_ALT_UNIT_PKG SQL Statements
12.1.1
-
TABLE: GMD.GMD_MASS_RESULTS_GT
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_MASS_RESULTS_GT, object_name:GMD_MASS_RESULTS_GT, status:VALID,
-
APPS.GMD_MASS_RESULTS_GRP SQL Statements
12.1.1
-
TABLE: GMD.GMD_MASS_RESULTS_GT
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_MASS_RESULTS_GT, object_name:GMD_MASS_RESULTS_GT, status:VALID,
-
VIEW: APPS.GMD_QC_E_SPEC_TESTS_V
12.1.1
-
VIEW: APPS.GMD_QC_E_SPEC_TESTS_V
12.2.2
-
VIEW: APPS.PMITS_QC_SPEC_TESTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMITS_QC_SPEC_TESTS_V, object_name:PMITS_QC_SPEC_TESTS_V, status:VALID,
-
View: GMD_QC_E_RESULTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_RESULTS_V, object_name:GMD_QC_E_RESULTS_V, status:VALID, product: GMD - Process Manufacturing Product Development , implementation_dba_data: APPS.GMD_QC_E_RESULTS_V ,
-
View: GMD_QC_E_RESULTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_RESULTS_V, object_name:GMD_QC_E_RESULTS_V, status:VALID, product: GMD - Process Manufacturing Product Development , implementation_dba_data: APPS.GMD_QC_E_RESULTS_V ,
-
VIEW: APPS.PMITS_QC_SPEC_TESTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMITS_QC_SPEC_TESTS_V, object_name:PMITS_QC_SPEC_TESTS_V, status:VALID,
-
VIEW: APPS.GMD_QC_E_RESULTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_RESULTS_V, object_name:GMD_QC_E_RESULTS_V, status:VALID,
-
VIEW: APPS.GMD_QC_E_RESULTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_RESULTS_V, object_name:GMD_QC_E_RESULTS_V, status:VALID,
-
VIEW: APPS.GMD_QC_E_RESULTS_V
12.2.2
-
VIEW: APPS.GMD_QC_E_RESULTS_V
12.1.1
-
View: GMD_SPEC_TESTS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_SPEC_TESTS_VL, object_name:GMD_SPEC_TESTS_VL, status:VALID, product: GMD - Process Manufacturing Product Development , description: OPM Specification tests View , implementation_dba_data: APPS.GMD_SPEC_TESTS_VL ,
-
PACKAGE BODY: APPS.IGS_AV_STND_ALT_UNIT_PKG
12.1.1
-
View: GMD_SPEC_TESTS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_SPEC_TESTS_VL, object_name:GMD_SPEC_TESTS_VL, status:VALID, product: GMD - Process Manufacturing Product Development , description: OPM Specification tests View , implementation_dba_data: APPS.GMD_SPEC_TESTS_VL ,
-
PACKAGE: APPS.GMD_QM_CONC_REPLACE_PKG
12.1.1
-
PACKAGE: APPS.GMD_QM_CONC_REPLACE_PKG
12.2.2
-
VIEW: APPS.PMITS_QC_RESULTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMITS_QC_RESULTS_V, object_name:PMITS_QC_RESULTS_V, status:VALID,
-
VIEW: APPS.PMITS_QC_RESULTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMITS_QC_RESULTS_V, object_name:PMITS_QC_RESULTS_V, status:VALID,
-
TYPE: SYSTEM.GMD_SPEC_TEST_REC_TYPE
12.1.1
owner:SYSTEM, object_type:TYPE, object_name:GMD_SPEC_TEST_REC_TYPE, status:VALID,
-
TYPE: SYSTEM.GMD_SPEC_TEST_REC_TYPE
12.2.2
owner:SYSTEM, object_type:TYPE, object_name:GMD_SPEC_TEST_REC_TYPE, status:VALID,
-
TABLE: GMD.GMD_SPEC_TESTS_B
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_SPEC_TESTS_B, object_name:GMD_SPEC_TESTS_B, status:VALID,
-
TABLE: GMD.GMD_SPEC_TESTS_B
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_SPEC_TESTS_B, object_name:GMD_SPEC_TESTS_B, status:VALID,
-
VIEW: APPS.GMD_SPEC_TESTS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_SPEC_TESTS_VL, object_name:GMD_SPEC_TESTS_VL, status:VALID,
-
VIEW: APPS.GMD_SPEC_TESTS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_SPEC_TESTS_VL, object_name:GMD_SPEC_TESTS_VL, status:VALID,
-
TABLE: IGS.IGS_AV_LGCY_UNT_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AV_LGCY_UNT_INT, object_name:IGS_AV_LGCY_UNT_INT, status:VALID,