Search Results final_mandatory_type_code
Overview
IGS_AS_UNITASS_ITEM is a multi-organization secured view owned by the APPS schema in the Oracle E-Business Suite Student System (IGS) product family. It presents the assessment items that have been allocated to a specific unit version within a nominated teaching calendar instance, such as a unit offering pattern. In the ETRM data model, a single unit version may be assigned many assessment items, and each assessment item in turn may be linked to additional assessment structures through the ASS_ID reference. The view therefore acts as the primary read-only access path for reporting and integration components that need to retrieve the assessment scheme defined for a unit offering.
Because the view is defined with an ORG_ID predicate derived from USERENV('CLIENT_INFO'), it enforces Oracle's multi-org security model at the row level. Only records belonging to the organization currently set in the user's operating unit context are returned. This makes the view suitable for concurrent programs, OAF pages, and BI Publisher reports that must respect organization-level data segregation without adding explicit ORG_ID filters.
Underlying Base Objects
The view is defined over a single base object, IGS_AS_UNITASS_ITEM_ALL, which is the multi-org table storing all assessment item assignments. The view projects a curated column list from that table and applies the organization security predicate. The ROWID of the base row is aliased as ROW_ID to preserve row identity for update-capable consumers. No other documented base objects are referenced in the metadata, and the ETRM 12.2.2 entry does not expose additional join targets; related information such as grading schema, assessment identifiers, and calendar instance details are denormalized into this single source table.
Key Columns
UNIT_ASS_ITEM_ID— Primary key of the assessment item assignment, and the column most commonly referenced by downstream transactions.ORG_ID— Operating unit that owns the record; drives the multi-org security predicate.UNIT_CD,VERSION_NUMBER— Identify the unit version to which the assessment item belongs.CAL_TYPE,CI_SEQUENCE_NUMBER,CI_START_DT,CI_END_DT— Define the teaching calendar instance (offering pattern) under which the unit is taught.ASS_ID,SEQUENCE_NUMBER— Reference the assessment and its ordering within the unit.DUE_DT,REFERENCE— Due date and free-text reference for the item.DFLT_ITEM_IND— Indicates whether the item is a default assessment component.LOGICAL_DELETE_DT,ACTION_DT— Soft-delete and action timestamps for lifecycle tracking.EXAM_CAL_TYPE,EXAM_CI_SEQUENCE_NUMBER— Examination calendar instance linkage.GRADING_SCHEMA_CD,GS_VERSION_NUMBER— Grading schema applied to the item.UNIT_ASS_ITEM_GROUP_ID— Grouping identifier for related assessment items.MIDTERM_MANDATORY_TYPE_CODE,MIDTERM_WEIGHT_QTY,FINAL_MANDATORY_TYPE_CODE,FINAL_WEIGHT_QTY— Midterm and final weighting and mandatory-type attributes.CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,REQUEST_ID,PROGRAM_ID— Standard WHO audit and concurrent program context columns.
Common Use Cases and Queries
Typical consumers retrieve the assessment scheme for a unit offering to drive student assessment pages, gradebook population, and transcript-adjacent reporting. The following query lists active assessment items for a unit version in the current operating unit:
SELECT unit_ass_item_id, unit_cd, version_number,
cal_type, ci_sequence_number, ass_id,
due_dt, dflt_item_ind, grading_schema_cd
FROM apps.igs_as_unitass_item
WHERE unit_cd = :p_unit_cd
AND version_number = :p_version
AND cal_type = :p_cal_type
AND logical_delete_dt IS NULL
ORDER BY sequence_number;
A second common pattern joins the view to unit and assessment reference views to produce a fully described listing, filtering on DFLT_ITEM_IND = 'Y' where only default components are required. Because the view resolves ORG_ID automatically, callers generally omit that predicate and rely on the session's operating unit context, which is the recommended practice for all IGS assessment reporting.
-
View: IGS_AS_UNITASS_ITEM
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_AS_UNITASS_ITEM describes the assessment items that are allocated to a unit version within a nominated teaching calendar instance, such as unit offering pattern. A unit might be assigned many assessment items, and in turn, an assessmen , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_UNITASS_ITEM_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_PS_UNITASS_ITEM_L7R
12.1.1
owner:IGS, object_type:TABLE, object_name:IGS_PS_UNITASS_ITEM_L7R, status:VALID,
-
View: IGS_PS_UNITASS_ITEM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNITASS_ITEM_V, object_name:IGS_PS_UNITASS_ITEM_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_UNITASS_ITEM_V ,
-
VIEW: APPS.IGS_AS_UNITASS_ITEM
12.1.1
-
View: IGS_AS_UNITASS_ITEM
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_UNITASS_ITEM, object_name:IGS_AS_UNITASS_ITEM, status:VALID, product: IGS - Student System , description: IGS_AS_UNITASS_ITEM describes the assessment items that are allocated to a unit version within a nominated teaching calendar instance, such as unit offering pattern. A unit might be assigned many assessment items, and in turn, an assessmen , implementation_dba_data: APPS.IGS_AS_UNITASS_ITEM ,
-
VIEW: APPS.IGS_PS_UNITASS_ITEM_V
12.1.1
-
TABLE: IGS.IGS_AS_UNITASS_ITEM_ALL_L7R
12.1.1
owner:IGS, object_type:TABLE, object_name:IGS_AS_UNITASS_ITEM_ALL_L7R, status:VALID,
-
View: IGS_AS_UAI_SUA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_UAI_SUA_V, object_name:IGS_AS_UAI_SUA_V, status:VALID, product: IGS - Student System , description: Describes the assessment items that are allocated to a unit version within a nominated teaching calendar instance for a student , implementation_dba_data: APPS.IGS_AS_UAI_SUA_V ,
-
View: IGS_AS_UNIT_ASSESSMENT_ITEM_V
12.2.2
product: IGS - Student System (Obsolete) , description: Created primarily for the assignment due dates summary report , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_UNIT_ASSESSMENT_ITEM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_UNIT_ASSESSMENT_ITEM_V, object_name:IGS_AS_UNIT_ASSESSMENT_ITEM_V, status:VALID,
-
View: IGS_AS_USECAI_SUA_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view displays all the unit section assessment items that are currently applicable to the student unit attempt. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_UNIT_ASSESSMENT_ITEM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_UNIT_ASSESSMENT_ITEM_V, object_name:IGS_AS_UNIT_ASSESSMENT_ITEM_V, status:VALID, product: IGS - Student System , description: Created primarily for the assignment due dates summary report , implementation_dba_data: APPS.IGS_AS_UNIT_ASSESSMENT_ITEM_V ,
-
VIEW: APPS.IGS_AS_UNITASS_ITEM
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_UNITASS_ITEM, object_name:IGS_AS_UNITASS_ITEM, status:VALID,
-
VIEW: APPS.IGS_PS_UNITASS_ITEM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNITASS_ITEM_V, object_name:IGS_PS_UNITASS_ITEM_V, status:VALID,
-
View: IGS_AS_UAI_FIND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_UAI_FIND_V, object_name:IGS_AS_UAI_FIND_V, status:VALID, product: IGS - Student System , description: This view is used for the Find Unit Assessment Item form. (ASSF2311) , implementation_dba_data: APPS.IGS_AS_UAI_FIND_V ,
-
View: IGS_AS_UAI_FIND_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is used for the Find Unit Assessment Item form. (ASSF2311) , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_AS_SU_ATMPT_AST_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AS_SU_ATMPT_AST_ITEMS, object_name:IGSBV_AS_SU_ATMPT_AST_ITEMS, status:VALID, product: IGS - Student System , description: Describes assessment item allocated to student unit attempt, either manually or by unit's default assessment items. , implementation_dba_data: APPS.IGSBV_AS_SU_ATMPT_AST_ITEMS ,
-
View: IGS_AS_USECAI_SUA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_USECAI_SUA_V, object_name:IGS_AS_USECAI_SUA_V, status:VALID, product: IGS - Student System , description: This view displays all the unit section assessment items that are currently applicable to the student unit attempt. , implementation_dba_data: APPS.IGS_AS_USECAI_SUA_V ,
-
View: IGS_AS_UAI_SUA_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the assessment items that are allocated to a unit version within a nominated teaching calendar instance for a student , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_AS_SU_ATMPT_AST_ITEMS
12.2.2
product: IGS - Student System (Obsolete) , description: Describes assessment item allocated to student unit attempt, either manually or by unit's default assessment items. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_SUAAI_OUTHIST_V
12.2.2
product: IGS - Student System (Obsolete) , description: This is history view to for tracking the student assessment items outcomes. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_UAI_SUA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_UAI_SUA_V, object_name:IGS_AS_UAI_SUA_V, status:VALID,
-
View: IGS_AS_UNITASS_ITEM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_UNITASS_ITEM_V, object_name:IGS_AS_UNITASS_ITEM_V, status:VALID, product: IGS - Student System , description: This view displays the assessment item for a unit offering. , implementation_dba_data: APPS.IGS_AS_UNITASS_ITEM_V ,
-
VIEW: APPS.IGS_AS_USECAI_SUA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_USECAI_SUA_V, object_name:IGS_AS_USECAI_SUA_V, status:VALID,
-
View: IGS_AS_SUAAI_OUTHIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUAAI_OUTHIST_V, object_name:IGS_AS_SUAAI_OUTHIST_V, status:VALID, product: IGS - Student System , description: This is history view to for tracking the student assessment items outcomes. , implementation_dba_data: APPS.IGS_AS_SUAAI_OUTHIST_V ,
-
View: IGS_AS_UNITASS_ITEM_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view displays the assessment item for a unit offering. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_SUAAI_OUTHIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUAAI_OUTHIST_V, object_name:IGS_AS_SUAAI_OUTHIST_V, status:VALID,
-
TABLE: IGS.IGS_PS_UNITASS_ITEM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNITASS_ITEM, object_name:IGS_PS_UNITASS_ITEM, status:VALID,
-
VIEW: APPS.IGS_AS_UNITASS_ITEM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_UNITASS_ITEM_V, object_name:IGS_AS_UNITASS_ITEM_V, status:VALID,
-
TABLE: IGS.IGS_AS_SUAAI_OUHIST
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_SUAAI_OUHIST, object_name:IGS_AS_SUAAI_OUHIST, status:VALID,
-
View: IGS_AS_SUAAI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUAAI_V, object_name:IGS_AS_SUAAI_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AS_SUAAI_V ,
-
View: IGS_AS_SUAAI_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AS_SUAAI_OUHIST_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGSBV_AS_SU_ATMPT_AST_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AS_SU_ATMPT_AST_ITEMS, object_name:IGSBV_AS_SU_ATMPT_AST_ITEMS, status:VALID,
-
APPS.IGS_AS_GEN_005 SQL Statements
12.1.1
-
VIEW: APPS.IGS_AS_SUAAI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUAAI_V, object_name:IGS_AS_SUAAI_V, status:VALID,
-
VIEW: APPS.IGS_AS_UAI_FIND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_UAI_FIND_V, object_name:IGS_AS_UAI_FIND_V, status:VALID,
-
TABLE: IGS.IGS_AS_SU_ATMPT_ITM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_SU_ATMPT_ITM, object_name:IGS_AS_SU_ATMPT_ITM, status:VALID,
-
TABLE: IGS.IGS_AS_UNITASS_ITEM_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_UNITASS_ITEM_ALL, object_name:IGS_AS_UNITASS_ITEM_ALL, status:VALID,
-
APPS.IGS_AS_UNITASS_ITEM_PKG SQL Statements
12.1.1
-
APPS.IGS_PS_UNITASS_ITEM_PKG SQL Statements
12.1.1
-
APPS.IGS_AS_SU_ATMPT_ITM_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_SUAAI_OUHIST_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_UNITASS_ITEM_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_UNITASS_ITEM_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_SU_ATMPT_ITM_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_GEN_005
12.1.1
-
APPS.IGS_PS_GENERIC_PUB dependencies on IGS_PS_UNITASS_ITEM
12.1.1
-
APPS.IGS_AS_GEN_005 dependencies on IGS_PS_UNITASS_ITEM
12.1.1