Search Results tca_party_number
Overview
IGS_OR_INSTITUTION_ADVSTEX_V is a reporting view owned by the APPS schema within the IGS (Student System) product family of Oracle E-Business Suite 12.1.1 and 12.2.2. Its documented purpose is to capture exempted institutions — that is, external academic or awarding organizations that are recognized as exempt from certain standard institutional validation or registration requirements in the student records model. The view functions as a read-only presentation layer that normalizes two otherwise dissimilar data sources into one rectangular result set, so downstream reporting, integration, and LOV (list of values) mechanisms can consume a single canonical row shape.
For users searching on tca_party_number, the view is relevant because its first column, TCA_PARTY_NUMBER, is sourced directly from HZ_PARTIES.PARTY_NUMBER. This column exposes the Trading Community Architecture (TCA) party number, allowing Student System records to be correlated with the TCA registry and with other EBS modules that key on party identity.
Underlying Base Objects
The view text is defined as a UNION ALL of two branches:
HZ_PARTIES HPjoined toIGS_PE_HZ_PARTIES IHPonHP.PARTY_ID = IHP.PARTY_ID, filtered byIHP.INST_ORG_IND = 'I'. This branch supplies real, registered institution parties from the TCA registry that have been flagged as institutions in the Student System extension table.IGS_LOOKUP_VALUES LK, filtered byLOOKUP_TYPE = 'OR_INSTITUTION_ADVSTEX'andENABLED_FLAG = 'Y'. This branch supplies lookup-defined exemption codes that are not backed by a TCA party record. In this branch the lookup code is projected into both the party number and institution code columns, with literal or NULL placeholders for the remaining columns.
The ETRM 12.2.2 metadata documents no persisted referenced base objects, reflecting that the view is a pure join/union construct over TCA and Student System tables rather than a materialized or denormalized entity.
Key Columns
TCA_PARTY_NUMBER— the TCA party number fromHZ_PARTIES.PARTY_NUMBER; for lookup-only rows it carries the lookup code.EXEMPTION_INSTITUTION_CD— the institution code, taken fromIGS_PE_HZ_PARTIES.OSS_ORG_UNIT_CDfor party rows and fromLOOKUP_CODEfor lookup rows.NAME(documented asPARTY_NAME/MEANING) — the party name for TCA rows, or the lookup meaning for lookup rows.INSTITUTION_STATUS—IGS_PE_HZ_PARTIES.OI_INSTITUTION_STATUSfor party rows; blank for lookup rows.- Audit columns —
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE, andLAST_UPDATE_LOGINapply only to the TCA branch; the lookup branch returns NULLs.
Common Use Cases and Queries
Typical uses include populating exemption-institution lists of values, validating inbound admissions or transfer-credit data, and reconciling Student System institution references against the TCA registry by party number.
SELECT tca_party_number,
exemption_institution_cd,
name,
institution_status
FROM apps.igs_or_institution_advstex_v
WHERE tca_party_number IS NOT NULL
ORDER BY name;
SELECT v.exemption_institution_cd, v.name FROM apps.igs_or_institution_advstex_v v WHERE v.creation_date IS NULL; -- lookup-sourced exemption codes only
Because the second branch synthesizes rows with NULL audit columns, filters intended to isolate genuine TCA institutions should test for non-NULL TCA_PARTY_NUMBER or CREATION_DATE.
-
View: IGS_OR_INSTITUTION_ADVSTEX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_INSTITUTION_ADVSTEX_V, object_name:IGS_OR_INSTITUTION_ADVSTEX_V, status:VALID, product: IGS - Student System , description: IGS_OR_INSTITUTION_ADVSTEX_V is used to capture the exempted institutions. , implementation_dba_data: APPS.IGS_OR_INSTITUTION_ADVSTEX_V ,
-
View: IGSBV_INSTITUTION_PARTY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_INSTITUTION_PARTY, object_name:IGSBV_INSTITUTION_PARTY, status:VALID, product: IGS - Student System , description: IGS_PE_HZ_PARTIES describes the attribites of a person , implementation_dba_data: APPS.IGSBV_INSTITUTION_PARTY ,
-
View: 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, product: IGS - Student System , description: IGS_PE_HZ_PARTIES describes the attributes of the person , implementation_dba_data: APPS.IGSBV_ORGANIZATION_UNIT_PARTY ,
-
View: IGS_OR_INSTITUTION_ADVSTEX_V
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_OR_INSTITUTION_ADVSTEX_V is used to capture the exempted institutions. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_OR_UNIT_FUNDSRC_V
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_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
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_UNIT, object_name:IGS_OR_UNIT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_OR_UNIT ,
-
VIEW: APPS.IGSBV_ORGANIZATION_UNIT_PARTY
12.1.1
-
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.IGSBV_INSTITUTION_PARTY
12.1.1
-
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: 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_INST_EXEMPT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_INST_EXEMPT_V, object_name:IGS_OR_INST_EXEMPT_V, status:VALID, product: IGS - Student System , description: Valid values for advanced standing exemption institution. DETYA element 368. , implementation_dba_data: APPS.IGS_OR_INST_EXEMPT_V ,
-
View: IGS_OR_INST_EXEMPT_V
12.2.2
product: IGS - Student System (Obsolete) , description: Valid values for advanced standing exemption institution. DETYA element 368. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_INSTITUTION_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 ,
-
View: IGSFV_INSTITUTION_PARTY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_INSTITUTION_PARTY, object_name:IGSFV_INSTITUTION_PARTY, status:VALID, product: IGS - Student System , description: IGS_PE_HZ_PARTIES describes the attribites of a person , implementation_dba_data: APPS.IGSFV_INSTITUTION_PARTY ,
-
VIEW: APPS.IGS_OR_INST_ORG_BASE_V
12.1.1
-
VIEW: APPS.IGS_OR_INSTITUTION_ADVSTEX_V
12.1.1
-
VIEW: APPS.IGSFV_INSTITUTION_PARTY
12.1.1
-
View: IGS_OR_INSTITUTION
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_INSTITUTION, object_name:IGS_OR_INSTITUTION, status:VALID, product: IGS - Student System , description: Describes the institution Details , implementation_dba_data: APPS.IGS_OR_INSTITUTION ,
-
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 ,
-
View: IGSFV_INSTITUTION_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 ,
-
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 ,
-
View: IGS_OR_INST_ADDR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_INST_ADDR, object_name:IGS_OR_INST_ADDR, status:VALID, product: IGS - Student System , description: IGS_OR_INST_ADDR is used to capture the address of the institution. , implementation_dba_data: APPS.IGS_OR_INST_ADDR ,
-
VIEW: APPS.IGS_OR_INST_EXEMPT_V
12.1.1
-
View: IGS_OR_INST_ADDR
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_OR_INST_ADDR is used to capture the address of the institution. , implementation_dba_data: Not implemented in this database ,
-
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.IGS_OR_INST_ADDR
12.1.1
-
View: 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, product: IGS - Student System , implementation_dba_data: APPS.IGS_OR_UNIT_V ,
-
VIEW: APPS.IGSFV_ORGANIZATION_UNIT_PARTY
12.1.1
-
View: IGS_OR_UNIT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_OR_INST_OUTER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_INST_OUTER_V, object_name:IGS_OR_INST_OUTER_V, status:VALID, product: IGS - Student System , description: The entity retrieves all the records that are Institutions that are either created in the OSS subsystem or from the Oracle Receivables system. , implementation_dba_data: APPS.IGS_OR_INST_OUTER_V ,
-
VIEW: APPS.IGS_OR_INSTITUTION_ADVSTEX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_INSTITUTION_ADVSTEX_V, object_name:IGS_OR_INSTITUTION_ADVSTEX_V, status:VALID,
-
View: IGS_OR_UNIT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_OR_UNIT_OUTER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_UNIT_OUTER_V, object_name:IGS_OR_UNIT_OUTER_V, status:VALID, product: IGS - Student System , description: This entity queries the Organization Records. , implementation_dba_data: APPS.IGS_OR_UNIT_OUTER_V ,
-
View: IGS_OR_UNIT_OUTER_V
12.2.2
product: IGS - Student System (Obsolete) , description: This entity queries the Organization Records. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_OR_INST_EXEMPT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_INST_EXEMPT_V, object_name:IGS_OR_INST_EXEMPT_V, status:VALID,
-
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: IGS_OR_INSTITUTION
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the institution Details , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_OR_UNIT_V
12.1.1
-
VIEW: APPS.IGS_OR_UNIT
12.1.1
-
View: IGS_OR_INST_OUTER_V
12.2.2
product: IGS - Student System (Obsolete) , description: The entity retrieves all the records that are Institutions that are either created in the OSS subsystem or from the Oracle Receivables system. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_OR_INSTITUTION
12.1.1
-
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: APPS.IGS_OR_UNIT_OUTER_V
12.1.1
-
VIEW: APPS.IGS_OR_INST_OUTER_V
12.1.1
-
VIEW: APPS.IGSBV_INSTITUTION_PARTY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_INSTITUTION_PARTY, object_name:IGSBV_INSTITUTION_PARTY, status:VALID,
-
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: APPS.IGSFV_INSTITUTION_PARTY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_INSTITUTION_PARTY, object_name:IGSFV_INSTITUTION_PARTY, status:VALID,