Search Results party_identifier
Overview
IGSBV_PARTY_BALANCES is a Business Intelligence System (BIS) view owned by the APPS schema in Oracle E-Business Suite. Registered under FND Design Data as IGS.IGSBV_PARTY_BALANCES, the view is assigned a status of VALID and is classified as a BIS view, a category of database object intended to expose denormalized, reporting-ready data to external tools and analytical consumers. Its purpose, as documented, is to return, in the context of an account, the balance amount for a party. The "BV" naming convention marks it as a covered BIS view, distinguishing it from the underlying transactional base tables that store the raw financial and holds data.
The view supports the Oracle Student System (IGS) financials area, where party balances, fee balances, and holds must be surfaced for reporting, integration, and downstream processing. Because it presents balance amounts keyed to a party rather than to internal transaction identifiers, it serves as a stable integration point for extracts, dashboards, and interfaces that require a party-centric financial position without navigating the full normalized schema.
Underlying Base Objects
Per the documented dependency information, IGSBV_PARTY_BALANCES references the following objects: APPS.HZ_PARTIES and APPS.IGS_FI_BALANCES. IGS_FI_BALANCES supplies the balance rows, including the balance identifier, balance date, standard balance, fee balance, and holds balance amounts, together with the rule identifiers used by the balance process. HZ_PARTIES supplies party-level attributes, most notably the party number and party name surfaced in the view.
The join between these two objects is effected through the party identifier, linking each financial balance record to its owning party. The view is not referenced by any other database object, confirming it is a terminal, read-only reporting construct rather than a building block for further database logic. No base tables are documented beyond the two listed, and consumers should treat the view as the supported interface rather than querying the underlying tables directly.
Key Columns
- BALANCE_IDENTIFIER (NUMBER 15) — the primary key for the balance record, uniquely identifying each row.
- PARTY_IDENTIFIER (NUMBER 15) — the party for which the balance is calculated; this is the column most commonly used in search and filter predicates.
- BALANCE_DATE (DATE) — the date on which the balance was calculated.
- STANDARD_BALANCE (NUMBER) — the balance amount for the standard balance component.
- FEE_BALANCE (NUMBER) — the balance amount attributable to fees.
- HOLDS_BALANCE (NUMBER) — the balance amount held against the party.
- PARTY_NUMBER (VARCHAR2 30) and PARTY_NAME (VARCHAR2 360) — descriptive party attributes retrieved from HZ_PARTIES.
- FEE_BALANCE_RULE_IDENTIFIER and HOLDS_BALANCE_RULE_IDENTIFIER (NUMBER 15) — the balance rule identifiers used by the balance process to derive the fee and holds amounts.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE — standard Who columns for audit and change tracking.
Common Use Cases and Queries
Typical usage centers on retrieving a party's current balance position, reconciling fee and holds amounts, and feeding extracts that require party-level financial data. A frequently used query retrieves all balance rows for a specific party:
SELECT balance_identifier, party_identifier, balance_date, standard_balance, fee_balance, holds_balance, party_number, party_name FROM apps.igsbv_party_balances WHERE party_identifier = :p_party_id;
For reporting over a period, the view supports filtering by balance date and aggregating the three balance components. Because the view exposes party name and number directly, it eliminates the need to join HZ_PARTIES in reporting queries. Integration extracts commonly select the full column list documented in the ETRM query text to populate downstream staging tables, using BALANCE_IDENTIFIER as the unique key and the standard Who columns to support incremental refresh logic.
-
VIEW: APPS.IGSBV_PARTY_BALANCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PARTY_BALANCES, object_name:IGSBV_PARTY_BALANCES, status:VALID,
-
VIEW: APPS.IGSFV_PARTY_BALANCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PARTY_BALANCES, object_name:IGSFV_PARTY_BALANCES, status:VALID,
-
View: IGSBV_PARTY_BALANCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PARTY_BALANCES, object_name:IGSBV_PARTY_BALANCES, status:VALID, product: IGS - Student System , description: In context of an account, gives balance amount for a party , implementation_dba_data: APPS.IGSBV_PARTY_BALANCES ,
-
View: IGSBV_PARTY_BALANCES
12.2.2
product: IGS - Student System (Obsolete) , description: In context of an account, gives balance amount for a party , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_PERSON_DEPOSITS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores all Student Deposits in Student Finance , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PARTY_BALANCES
12.2.2
product: IGS - Student System (Obsolete) , description: In context of an account, gives balance amount for a party , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PARTY_BALANCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PARTY_BALANCES, object_name:IGSFV_PARTY_BALANCES, status:VALID, product: IGS - Student System , description: In context of an account, gives balance amount for a party , implementation_dba_data: APPS.IGSFV_PARTY_BALANCES ,
-
VIEW: APPS.IGSBV_PARTY_REFUNDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PARTY_REFUNDS, object_name:IGSBV_PARTY_REFUNDS, status:VALID,
-
View: IGSBV_PARTY_CREDITS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores all Party Credits in Student Finance , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_PARTY_REFUNDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PARTY_REFUNDS, object_name:IGSBV_PARTY_REFUNDS, status:VALID, product: IGS - Student System , description: Stores all refund transactions, which have been created due to excess unapplied credits. , implementation_dba_data: APPS.IGSBV_PARTY_REFUNDS ,
-
VIEW: APPS.IGSFV_PARTY_REFUNDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PARTY_REFUNDS, object_name:IGSFV_PARTY_REFUNDS, status:VALID,
-
View: IGSBV_PARTY_REFUNDS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores all refund transactions, which have been created due to excess unapplied credits. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_PARTY_CHARGES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PARTY_CHARGES, object_name:IGSBV_PARTY_CHARGES, status:VALID, product: IGS - Student System , description: Contains details of charges for a person , implementation_dba_data: APPS.IGSBV_PARTY_CHARGES ,
-
View: IGSBV_PARTY_CHARGES
12.2.2
product: IGS - Student System (Obsolete) , description: Contains details of charges for a person , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_PARTY_CREDITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PARTY_CREDITS, object_name:IGSBV_PARTY_CREDITS, status:VALID, product: IGS - Student System , description: Stores all Party Credits in Student Finance , implementation_dba_data: APPS.IGSBV_PARTY_CREDITS ,
-
View: IGSBV_PERSON_DEPOSITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PERSON_DEPOSITS, object_name:IGSBV_PERSON_DEPOSITS, status:VALID, product: IGS - Student System , description: Stores all Student Deposits in Student Finance , implementation_dba_data: APPS.IGSBV_PERSON_DEPOSITS ,
-
View: IGSFV_PERSON_DEPOSITS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores all Student Deposits in Student Finance , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_PARTY_CHARGES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PARTY_CHARGES, object_name:IGSBV_PARTY_CHARGES, status:VALID,
-
View: IGSFV_PARTY_REFUNDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PARTY_REFUNDS, object_name:IGSFV_PARTY_REFUNDS, status:VALID, product: IGS - Student System , description: Stores all refund transactions, which have been created due to excess unapplied credits. , implementation_dba_data: APPS.IGSFV_PARTY_REFUNDS ,
-
View: IGSFV_PARTY_REFUNDS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores all refund transactions, which have been created due to excess unapplied credits. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PARTY_CHARGES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PARTY_CHARGES, object_name:IGSFV_PARTY_CHARGES, status:VALID, product: IGS - Student System , description: Contains details of charges for a person , implementation_dba_data: APPS.IGSFV_PARTY_CHARGES ,
-
View: IGSFV_PARTY_CHARGES
12.2.2
product: IGS - Student System (Obsolete) , description: Contains details of charges for a person , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PARTY_CREDITS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores all Party Credits in Student Finance , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_PERSON_DEPOSITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PERSON_DEPOSITS, object_name:IGSBV_PERSON_DEPOSITS, status:VALID,
-
View: IGSFV_PERSON_DEPOSITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PERSON_DEPOSITS, object_name:IGSFV_PERSON_DEPOSITS, status:VALID, product: IGS - Student System , description: Stores all Student Deposits in Student Finance , implementation_dba_data: APPS.IGSFV_PERSON_DEPOSITS ,
-
VIEW: APPS.IGSFV_PARTY_CHARGES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PARTY_CHARGES, object_name:IGSFV_PARTY_CHARGES, status:VALID,
-
VIEW: APPS.IGSBV_PARTY_CREDITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PARTY_CREDITS, object_name:IGSBV_PARTY_CREDITS, status:VALID,
-
View: IGSFV_PARTY_CREDITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PARTY_CREDITS, object_name:IGSFV_PARTY_CREDITS, status:VALID, product: IGS - Student System , description: Stores all Party Credits in Student Finance , implementation_dba_data: APPS.IGSFV_PARTY_CREDITS ,
-
VIEW: APPS.IGSFV_PERSON_DEPOSITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PERSON_DEPOSITS, object_name:IGSFV_PERSON_DEPOSITS, status:VALID,
-
VIEW: APPS.IGSFV_PARTY_CREDITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PARTY_CREDITS, object_name:IGSFV_PARTY_CREDITS, status:VALID,
-
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'. ,