Search Results authorising_person_number
AI-generated from documented ETRM metadata — verify critical details on the linked pages.
Overview
IGS_AV_LGCY_LVL_INT is an interface (staging) table within the Oracle E-Business Suite IGS — Student System product family. Its documented purpose is to store Advance Standing Unit Level Legacy data — records migrated or loaded from a legacy student administration system representing advance standing (advanced academic credit or exemption) at the unit level, prior to validation and promotion into the live Advance Standing schema. The IGS Student System module is flagged as Obsolete in the ETRM 12.1.1 documentation, and the table is explicitly recorded as "Not implemented in this database," meaning it exists in the shipped schema definition but is not instantiated in a standard installation. In EBS 12.2.2, the same obsolescence posture applies, and no online product functionality depends on it.
The documented physical schema places the table under owner IGS with 48 columns. The single documented unique index, IGS_AV_LGCY_LVL_INT_PK, keys on LEGACY_LVL_INT_ID, which serves as the surrogate primary key. The metadata's heuristic Data Vault classification is standalone, with no foreign-key relationships mined from the FK structure. From a modeling perspective, this object is best treated as a standalone staging hub/satellite hybrid rather than a link, since the batch-scoped legacy key (BATCH_ID plus PERSON_NUMBER/PROGRAM_CD) supplies the natural business identifier while the remaining columns describe the attribute payload.
Key Information Stored
The table holds the surrogate key and the legacy business identifiers that establish record identity, together with a broad exemption/qualification payload. The most significant columns are:
- LEGACY_LVL_INT_ID — surrogate primary key; sole unique index (IGS_AV_LGCY_LVL_INT_PK) and therefore the strongest documented business-key candidate.
- BATCH_ID — groups records belonging to a single import run, enabling per-batch validation and rollback.
- PERSON_NUMBER — the student to whom the advance standing is attributed.
- PROGRAM_CD and PROGRAM_ID — the academic program context for the exemption.
- UNIT_LEVEL and UNIT_LEVEL_MARK — the unit level affected and its assessed mark.
- TOTAL_EXMPTN_APPROVED, TOTAL_EXMPTN_GRANTED, TOTAL_EXMPTN_PERC_GRNTD — aggregate exemption quantities and percentage granted.
- S_ADV_STND_GRANTING_STATUS — status of the granting decision.
- CREDIT_POINTS — credit value associated with the standing.
- APPROVED_DT, GRANTED_DT, EXPIRY_DT, CANCELLED_DT, REVOKED_DT — the dated lifecycle of the exemption.
- QUAL_SUBJECT_CODE, QUAL_YEAR, QUAL_AWARDING_BODY, APPROVED_RESULT — the prior qualification on which the standing rests.
- IMPORT_STATUS — processing state within the interface.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, REQUEST_ID — standard concurrent-program and audit columns.
Common Use Cases and Queries
Because the object is a legacy interface table, its practical role is migration reconciliation, not transactional reporting. Typical patterns include verifying batch completeness and identifying records that have failed or stalled validation.
- Batch load status:
SELECT IMPORT_STATUS, COUNT(*) FROM IGS.IGS_AV_LGCY_LVL_INT GROUP BY IMPORT_STATUS; - Student-level exemption extract:
SELECT PERSON_NUMBER, PROGRAM_CD, UNIT_LEVEL, TOTAL_EXMPTN_GRANTED, GRANTED_DT FROM IGS.IGS_AV_LGCY_LVL_INT WHERE BATCH_ID = :batch AND IMPORT_STATUS = 'VALIDATED'; - Concurrent request trace: join on REQUEST_ID against FND_CONCURRENT_REQUESTS to reconcile a load run with its log.
- Reconciliation: compare granted exemption totals against CREDIT_POINTS to detect pre-conversion data discrepancies.
Related Objects
The documented relationship classification is standalone, so no FK topology is asserted. In practice, the objects most relevant to its processing are the concurrent manager and the live advance-standing destination tables.
- FND_CONCURRENT_REQUESTS — join on REQUEST_ID to trace the import program run.
- IGS_AV_LGCY_LVL_INT_PK — the primary key/unique index constraint itself.
- Live advance standing tables (e.g., IGS_AS_* advance-standing family) that receive validated rows.
- HZ_PARTIES / PER_ALL_PEOPLE_F — resolve PERSON_NUMBER to a person record.
- FND_USER — resolve CREATED_BY and LAST_UPDATED_BY.
Given the Obsolete designation, integration should be limited to historical migration and data archival exercises.
-
Table: IGS_AV_LGCY_LVL_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AV_LGCY_LVL_INT, object_name:IGS_AV_LGCY_LVL_INT, status:VALID, product: IGS - Student System , description: Interface table to store Advance Standing Unit Level Legacy data , implementation_dba_data: IGS.IGS_AV_LGCY_LVL_INT ,
-
Table: 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, product: IGS - Student System , description: Interface table to store Advance Standing Unit Legacy data , implementation_dba_data: IGS.IGS_AV_LGCY_UNT_INT ,
-
VIEW: APPS.IGS_AV_STND_UNIT_DTL_V
12.1.1
-
View: IGS_AV_STND_UNIT_LVL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_STND_UNIT_LVL_V, object_name:IGS_AV_STND_UNIT_LVL_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AV_STND_UNIT_LVL_V ,
-
View: IGS_AV_STND_UNIT_LVL_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AV_STND_UNIT_LVL_V
12.1.1
-
View: IGS_AV_STND_UNIT_DTL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_STND_UNIT_DTL_V, object_name:IGS_AV_STND_UNIT_DTL_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AV_STND_UNIT_DTL_V ,
-
View: IGS_AV_STND_UNIT_DTL_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PE_PERS_ENCUMB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERS_ENCUMB_V, object_name:IGS_PE_PERS_ENCUMB_V, status:VALID,
-
VIEW: APPS.IGS_AV_STND_UNIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_STND_UNIT_V, object_name:IGS_AV_STND_UNIT_V, status:VALID,
-
VIEW: APPS.IGS_AV_STND_UNIT_DTL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_STND_UNIT_DTL_V, object_name:IGS_AV_STND_UNIT_DTL_V, status:VALID,
-
VIEW: APPS.IGS_AV_STND_UNIT_LVL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_STND_UNIT_LVL_V, object_name:IGS_AV_STND_UNIT_LVL_V, status:VALID,
-
VIEW: APPS.IGS_PE_PERS_PEN_ENCUMB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERS_PEN_ENCUMB_V, object_name:IGS_PE_PERS_PEN_ENCUMB_V, status:VALID,
-
View: IGS_PE_PERS_ENCUMB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERS_ENCUMB_V, object_name:IGS_PE_PERS_ENCUMB_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_PERS_ENCUMB_V ,
-
View: IGS_PE_PERS_PEN_ENCUMB_V
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the encumbrances placed on an applicant/student e.g. overdue parking fines, unpaid fees, failure to return library books. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_PERS_ENCUMB_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AV_STND_UNIT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_PERS_PEN_ENCUMB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERS_PEN_ENCUMB_V, object_name:IGS_PE_PERS_PEN_ENCUMB_V, status:VALID, product: IGS - Student System , description: This entity describes the encumbrances placed on an applicant/student e.g. overdue parking fines, unpaid fees, failure to return library books. , implementation_dba_data: APPS.IGS_PE_PERS_PEN_ENCUMB_V ,
-
View: IGSFV_AV_ADV_STND_UNIT
12.2.2
product: IGS - Student System (Obsolete) , description: Describes a unit granted as advanced standing. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AV_STND_UNIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_STND_UNIT_V, object_name:IGS_AV_STND_UNIT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AV_STND_UNIT_V ,
-
View: PER_NL_ABSENCE_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_NL_ABSENCE_HISTORY_V, object_name:PER_NL_ABSENCE_HISTORY_V, status:VALID, product: PER - Human Resources , description: Dutch Absence History View , implementation_dba_data: APPS.PER_NL_ABSENCE_HISTORY_V ,
-
View: IGSFV_AV_ADV_STND_UNIT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AV_ADV_STND_UNIT, object_name:IGSFV_AV_ADV_STND_UNIT, status:VALID, product: IGS - Student System , description: Describes a unit granted as advanced standing. , implementation_dba_data: APPS.IGSFV_AV_ADV_STND_UNIT ,
-
View: IGSFV_AV_ADV_STND_UNIT_LEVEL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AV_ADV_STND_UNIT_LEVEL, object_name:IGSFV_AV_ADV_STND_UNIT_LEVEL, status:VALID, product: IGS - Student System , description: Describes the number of advanced standing credit points granted to a student at a given level. , implementation_dba_data: APPS.IGSFV_AV_ADV_STND_UNIT_LEVEL ,
-
View: PER_NL_ABSENCE_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_NL_ABSENCE_HISTORY_V, object_name:PER_NL_ABSENCE_HISTORY_V, status:VALID, product: PER - Human Resources , description: Dutch Absence History View , implementation_dba_data: APPS.PER_NL_ABSENCE_HISTORY_V ,
-
View: IGSFV_AV_ADV_STND_UNIT_LEVEL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the number of advanced standing credit points granted to a student at a given level. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_AV_ADV_STND_UNIT_LEVEL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AV_ADV_STND_UNIT_LEVEL, object_name:IGSFV_AV_ADV_STND_UNIT_LEVEL, status:VALID,
-
VIEW: APPS.IGSFV_AV_ADV_STND_UNIT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AV_ADV_STND_UNIT, object_name:IGSFV_AV_ADV_STND_UNIT, status:VALID,
-
VIEW: APPS.PER_NL_ABSENCE_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_NL_ABSENCE_HISTORY_V, object_name:PER_NL_ABSENCE_HISTORY_V, status:VALID,
-
VIEW: APPS.PER_NL_ABSENCE_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_NL_ABSENCE_HISTORY_V, object_name:PER_NL_ABSENCE_HISTORY_V, status:VALID,
-
TABLE: IGS.IGS_AV_LGCY_LVL_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AV_LGCY_LVL_INT, object_name:IGS_AV_LGCY_LVL_INT, 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,
-
PACKAGE: APPS.IGS_AV_LVL_LGCY_PUB
12.1.1
-
PACKAGE: APPS.IGS_AV_UNT_LGCY_PUB
12.1.1
-
APPS.IGS_AV_UNT_LGCY_PUB dependencies on IGS_AV_LGCY_UNT_INT
12.1.1
-
APPS.IGS_AV_LVL_LGCY_PUB dependencies on IGS_AV_LGCY_LVL_INT
12.1.1
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,
-
eTRM - PER Tables and Views
12.2.2
description: Table to store NQF Training info for a person ,
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,