Search Results igs_fi_parties_v
Overview
IGS_FI_PARTIES_V is a reporting and integration view in the Oracle E-Business Suite IGS (Student System) product family. It consolidates party records of type PERSON and ORGANIZATION alongside their associated person-level context, exposing a single denormalized result set for downstream consumers. The view is documented as belonging to IGS — Student System (Obsolete), and its ETRM entry records that it is "Not implemented in this database," so in many environments the object will not be present or will exist only where the legacy student modules were deployed. The documentation spans ETRM 12.2.2, and the object is equally relevant to 12.1.1 installations carrying the same obsolete IGS code. Its principal role is to present a unified read-only projection over the Oracle Trading Community Architecture (TCA) party model (HZ_PARTIES and HZ_PERSON_PROFILES) enriched with IGS-specific person data.
Underlying Base Objects
Although the ETRM metadata records no formally documented base objects, the view text identifies the tables and views joined in its definition. The driving table is HZ_PARTIES, aliased P, restricted to party types PERSON and ORGANIZATION and excluding parties whose STATUS is 'M' (merged) or 'D' (deceased/disabled per TCA coding). It is outer-joined to IGS_PE_HZ_PARTIES (PD), HZ_PERSON_PROFILES (PP), IGS_PE_PERSON_ID_TYPE_V (PIT), and FND_LOOKUP_VALUES_VL (L1). All joins to the IGS and profile objects use the Oracle outer-join (+) syntax, so a party row survives even if no matching person profile, IGS context, or lookup value exists.
Notable join predicates include the gender lookup constrained to LOOKUP_TYPE = 'HZ_GENDER', VIEW_APPLICATION_ID = 222, and SECURITY_GROUP_ID = 0, and the person profile restricted to CONTENT_SOURCE_TYPE = 'USER_ENTERED' with SYSDATE between its effective start and end dates (the end date defaulting to SYSDATE). The selection also invokes IGS_EN_GEN_003.ENRP_GET_ENCMBRD_IND to derive an encumbrance indicator for each party.
Key Columns
The view exposes identifiers, person attributes, lookup meanings, and audit columns:
- ROW_ID, PERSON_ID, PERSON_NUMBER, PARTY_TYPE — row identifier and the TCA party key, number, and type.
- ENCUMBERED_IND — first character returned by IGS_EN_GEN_003.ENRP_GET_ENCMBRD_IND, indicating encumbrance status for the party.
- SURNAME, GIVEN_NAMES, TITLE, PREFERRED_GIVEN_NAME — name components sourced from HZ_PARTIES.
- FULL_NAME — NVL(PP.PERSON_NAME, P.PARTY_NAME), yielding the profile name when present and falling back to the party name.
- SEX, SEX_MEANING, BIRTH_DT — gender code with its decoded lookup meaning, and date of birth.
- DECEASED_IND, FUND_AUTHORIZATION — context flags from the IGS party record.
- PERSON_ID_TYPE, API_PERSON_ID — person identifier classification and any external/API identifier.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard audit columns.
Common Use Cases and Queries
Typical consumption is read-only reporting, student data extracts, and integration payloads that need a flattened party-plus-person record. A representative query follows:
- Retrieve active persons and organizations —
SELECT PARTY_ID, PARTY_TYPE, FULL_NAME, SEX_MEANING, BIRTH_DT FROM IGS_FI_PARTIES_V WHERE PARTY_TYPE = 'PERSON'; - Filter for encumbered parties —
SELECT PERSON_NUMBER, FULL_NAME FROM IGS_FI_PARTIES_V WHERE ENCUMBERED_IND = 'Y'; - Extract for integration — select PERSON_ID, API_PERSON_ID, and audit columns to stage records for downstream systems, joining back to HZ_PARTIES for any attributes not projected here.
Because the object is documented as obsolete and not implemented, consumers should confirm its existence in the target instance before relying on it, and prefer supported TCA views where the student-specific context is not required.
-
View: IGS_FI_PARTIES_V
12.2.2
product: IGS - Student System (Obsolete) , description: Displays parties of type 'PERSON' and 'ORGANIZATION' and related context information. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_PARTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_PARTIES_V, object_name:IGS_FI_PARTIES_V, status:VALID, product: IGS - Student System , description: Displays parties of type 'PERSON' and 'ORGANIZATION' and related context information. , implementation_dba_data: APPS.IGS_FI_PARTIES_V ,
-
VIEW: APPS.IGS_FI_PARTY_VENDRS_V
12.1.1
-
VIEW: APPS.IGS_FI_REFUNDS_V
12.1.1
-
PACKAGE: APPS.IGS_FI_REFUNDS_PROCESS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_REFUNDS_PROCESS, status:VALID,
-
APPS.IGS_FI_PRC_FIN_LT_CHG SQL Statements
12.1.1
-
PACKAGE: APPS.IGS_FI_GEN_REFUNDS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_GEN_REFUNDS, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_GEN_REFUNDS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_GEN_REFUNDS, status:VALID,
-
View: IGS_FI_PARTY_VENDRS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_PARTY_VENDRS_V, object_name:IGS_FI_PARTY_VENDRS_V, status:VALID, product: IGS - Student System , description: Entity to retrieve relationships between the Party in Oracle Student System and Supplier in Oracle Payables. , implementation_dba_data: APPS.IGS_FI_PARTY_VENDRS_V ,
-
View: IGS_FI_PARTY_VENDRS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Entity to retrieve relationships between the Party in Oracle Student System and Supplier in Oracle Payables. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_FI_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_GEN_001, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_PAYMENT_PLANS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PAYMENT_PLANS, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_REFUNDS_PROCESS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_REFUNDS_PROCESS, status:VALID,
-
VIEW: APPS.IGF_SP_FUND_MAST_V
12.1.1
-
VIEW: APPS.IGS_FI_CREDITS_V
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_PRC_APPL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PRC_APPL, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_PRC_STDNT_DPSTS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PRC_STDNT_DPSTS, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_POSTING_PROCESS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_POSTING_PROCESS, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_PRC_DISC_SUA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PRC_DISC_SUA, status:VALID,
-
VIEW: APPS.IGS_PE_PERSON_ID_TYPE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_ID_TYPE_V, object_name:IGS_PE_PERSON_ID_TYPE_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_CRDAPI_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_CRDAPI_UTIL, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_PRC_FIN_LT_CHG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PRC_FIN_LT_CHG, status:VALID,
-
PACKAGE: APPS.IGS_FI_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_GEN_001, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_PRC_REFUNDS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PRC_REFUNDS, status:VALID,
-
APPS.IGS_FI_CUST_ACCT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_GEN_004
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_GEN_004, status:VALID,
-
View: IGS_FI_REFUNDS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Contains all refund transactions which have been created due to excess unapplied credits along with information about payee. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_REFUNDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_REFUNDS_V, object_name:IGS_FI_REFUNDS_V, status:VALID, product: IGS - Student System , description: Contains all refund transactions which have been created due to excess unapplied credits along with information about payee. , implementation_dba_data: APPS.IGS_FI_REFUNDS_V ,
-
PACKAGE: APPS.IGS_EN_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_EN_GEN_003, status:VALID,
-
VIEW: APPS.IGS_FI_PARTY_VENDRS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_PARTY_VENDRS_V, object_name:IGS_FI_PARTY_VENDRS_V, status:VALID,
-
View: IGS_FI_CREDITS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_CREDITS_V, object_name:IGS_FI_CREDITS_V, status:VALID, product: IGS - Student System , description: This is a multi-org view based on org filtered view IGS_FI_CREDITS and join with view IGS_LOOKUPS_VIEW and IGS_FI_CR_TYPES view to resolve Lookup Meaning and Credit Type Names from IDs , implementation_dba_data: APPS.IGS_FI_CREDITS_V ,
-
PACKAGE BODY: APPS.IGS_FI_CUST_ACCT
12.1.1
-
VIEW: APPS.IGS_FI_PARTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_PARTIES_V, object_name:IGS_FI_PARTIES_V, status:VALID,
-
View: IGS_FI_CREDITS_V
12.2.2
product: IGS - Student System (Obsolete) , description: This is a multi-org view based on org filtered view IGS_FI_CREDITS and join with view IGS_LOOKUPS_VIEW and IGS_FI_CR_TYPES view to resolve Lookup Meaning and Credit Type Names from IDs , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SP_FUND_MAST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_FUND_MAST_V, object_name:IGF_SP_FUND_MAST_V, status:VALID, product: IGF - Financial Aid , description: Stores Details and the properties of all the funds , implementation_dba_data: APPS.IGF_SP_FUND_MAST_V ,
-
View: IGF_SP_FUND_MAST_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores Details and the properties of all the funds , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.IGS_PE_HZ_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_HZ_PARTIES, status:VALID,
-
SYNONYM: APPS.HZ_PERSON_PROFILES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PERSON_PROFILES, status:VALID,
-
VIEW: APPS.IGS_FI_CREDITS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_CREDITS_V, object_name:IGS_FI_CREDITS_V, status:VALID,
-
VIEW: APPS.IGS_FI_REFUNDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_REFUNDS_V, object_name:IGS_FI_REFUNDS_V, status:VALID,
-
APPS.IGS_FI_PRC_STDNT_DPSTS SQL Statements
12.1.1
-
APPS.IGS_FI_PRC_APPL SQL Statements
12.1.1
-
APPS.IGF_DB_SF_INTEGRATION SQL Statements
12.1.1
-
APPS.IGS_FI_PRC_REFUNDS SQL Statements
12.1.1
-
APPS.IGS_FI_GEN_REFUNDS dependencies on IGS_FI_PARTIES_V
12.1.1
-
APPS.IGS_FI_PRC_REFUNDS dependencies on IGS_FI_PARTIES_V
12.1.1
-
APPS.IGS_FI_POSTING_PROCESS dependencies on IGS_FI_PARTIES_V
12.1.1
-
APPS.IGS_FI_PRC_STDNT_DPSTS dependencies on IGS_FI_PARTIES_V
12.1.1
-
APPS.IGS_FI_GEN_001 dependencies on IGS_FI_PARTIES_V
12.1.1
-
APPS.IGS_FI_GEN_REFUNDS dependencies on IGS_FI_PARTIES_V
12.1.1