Search Results writes_level
Overview
The view IGS_AD_LANGUAGE_INT is a reporting and integration object belonging to the IGS – Student System product family, which is documented as obsolete in Oracle EBS 12.1.1 and 12.2.2. It presents a denormalized, read-oriented projection of the language competency interface records maintained by the Student System admissions area. The view is defined over IGS_AD_LANGUAGE_INT_ALL, the multi-organization base table, and exposes the full set of interface attributes alongside operational control columns such as STATUS, MATCH_IND, and ERROR_CODE.
Because the underlying table carries the _ALL suffix, it is partitioned by operating unit; the view surfaces ORG_ID as the first functional column, enabling operating-unit-scoped querying. The view text additionally constructs a synthetic ROW_ID column from TAB.ROWID, providing a logical identifier even though the interface table does not expose a dedicated primary key in the projection. This makes the view suitable for reconciliation reports and for driving correction logic within inbound language competency interfaces.
Underlying Base Objects
The documented view text references exactly one base object: IGS_AD_LANGUAGE_INT_ALL, aliased as TAB. No other tables, joins, or functions are present in the view definition, so the view inherits the row count, operating-unit partitioning, and audit behavior of the base interface table. The ETRM metadata records no additional referenced base objects, and the view description indicates it is not implemented in every database, reflecting the obsolescence and optional provisioning of the IGS Student System modules.
In practical terms, the view is a straight column projection: every column listed in the projection corresponds one-to-one with a column on IGS_AD_LANGUAGE_INT_ALL, with only ROW_ID being derived rather than stored. Consequently, the view imposes no filtering predicates of its own, and row visibility is determined entirely by the privileges of the querying user on the base table.
Key Columns
ROW_ID— Derived from the base tableROWID; useful for identifying a specific interface row during correction or re-processing.ORG_ID— Operating unit identifier, since the base table is an_ALLtable.INTERFACE_LANGUAGE_IDandINTERFACE_ID— The interface record’s own identifier and the parent interface header it belongs to.LANGUAGE_NAMEandNATIVE_LANGUAGE— The language being reported and its native representation.PRIMARY_LANGUAGE_INDICATOR— Flags the primary language for the person or record.READS_LEVEL,SPEAKS_LEVEL,WRITES_LEVEL,UNDERSTANDS_LEVEL— Competency proficiency attributes;READS_LEVELin particular supports querying reading proficiency for admissions or placement evaluation.STATUS,MATCH_IND,ERROR_CODE— Interface processing state, match outcome, and error diagnosis.LANG_STATUS— Language-level status attribute distinct from the interfaceSTATUS.- Standard audit and concurrent-manager columns:
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN,REQUEST_ID,PROGRAM_APPLICATION_ID,PROGRAM_ID,PROGRAM_UPDATE_DATE.
Common Use Cases and Queries
Typical usage includes auditing inbound language competency loads, identifying rejected records, and reporting proficiency by reading level. A query targeting reading proficiency for a specific interface run might resemble the following:
SELECT ORG_ID, INTERFACE_LANGUAGE_ID, LANGUAGE_NAME,
READS_LEVEL, SPEAKS_LEVEL, WRITES_LEVEL,
STATUS, MATCH_IND, ERROR_CODE
FROM IGS_AD_LANGUAGE_INT
WHERE READS_LEVEL IS NOT NULL
AND STATUS = 'ERROR';
Reconciliation against a completed load can be performed by grouping on STATUS and MATCH_IND, while row-level correction work can leverage ROW_ID to isolate the exact base row. Because the object is documented as obsolete, implementations should confirm its presence before relying on it in new customizations.
-
View: IGS_AD_LANGUAGE_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_LANGUAGE_INT, object_name:IGS_AD_LANGUAGE_INT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_LANGUAGE_INT ,
-
View: IGSBV_PERSON_LANGUAGE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PERSON_LANGUAGE, object_name:IGSBV_PERSON_LANGUAGE, status:VALID, product: IGS - Student System , description: Language that person speaks , read and write , implementation_dba_data: APPS.IGSBV_PERSON_LANGUAGE ,
-
View: IGSFV_PERSON_LANGUAGE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PERSON_LANGUAGE, object_name:IGSFV_PERSON_LANGUAGE, status:VALID, product: IGS - Student System , description: Language that person speaks , read and write , implementation_dba_data: APPS.IGSFV_PERSON_LANGUAGE ,
-
View: IGS_PE_LANGUAGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_LANGUAGES_V, object_name:IGS_PE_LANGUAGES_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_LANGUAGES_V ,
-
Lookup Type: IMPORT_ERROR_CODE
12.1.1
product: IGS - Student System , meaning: Import Error Code , description: Import Error Code ,