Search Results oke_pool_parties
Overview
The OKE_POOL_PARTIES table is a core data object within the Oracle E-Business Suite (EBS) Project Contracts (OKE) module. It serves as the master repository for defining the parties associated with a funding pool. A funding pool is a financial resource used to fund project contract deliverables, and this table establishes the link between a specific pool and the external entities (parties) that contribute to or are responsible for that pool's funds. Its primary role is to manage the financial stakeholders and their respective currency and conversion details for each funding source, enabling precise tracking and allocation of contract funding.
Key Information Stored
The table stores the relationship between a funding pool and a contributing party, along with critical financial attributes. The primary identifier is the POOL_PARTY_ID. The FUNDING_POOL_ID column links the record to its parent funding pool in the OKE_FUNDING_POOLS table. The PARTY_ID column stores a reference to the contributing entity, as defined in the Trading Community Architecture (TCA) via the HZ_PARTIES table. Financial control is maintained through the CURRENCY_CODE (linked to FND_CURRENCIES) and CONVERSION_TYPE (linked to GL_DAILY_CONVERSION_TYPES) columns, which define the currency of the party's contribution and the exchange rate type to be used for conversions, respectively.
Common Use Cases and Queries
This table is central to financial reporting and validation for project contracts. Common use cases include generating a list of all funding sources for a specific contract, validating party authorization against a pool, and auditing currency exposures across funding contributors. A typical query would join this table to the party and funding pool details to report on funding sources.
- Sample Query: To retrieve all parties and their currencies for a specific funding pool:
SELECT pp.pool_party_id, hzp.party_name, pp.currency_code, pp.conversion_type FROM oke_pool_parties pp, hz_parties hzp, oke_funding_pools fp WHERE pp.party_id = hzp.party_id AND pp.funding_pool_id = fp.funding_pool_id AND fp.funding_pool_id = <pool_id>; - Reporting Use Case: Financial controllers run reports to analyze the distribution of funding commitments across different legal entities (parties) and currencies, which is essential for cash flow forecasting and risk management.
Related Objects
The OKE_POOL_PARTIES table maintains defined foreign key relationships with several key EBS tables, as documented in the ETRM metadata.
- OKE_FUNDING_POOLS: The parent table. Joined via OKE_POOL_PARTIES.FUNDING_POOL_ID to OKE_FUNDING_POOLS.
- HZ_PARTIES: Provides the party details. Joined via OKE_POOL_PARTIES.PARTY_ID to HZ_PARTIES.
- FND_CURRENCIES: Provides the currency definition. Joined via OKE_POOL_PARTIES.CURRENCY_CODE to FND_CURRENCIES.
- GL_DAILY_CONVERSION_TYPES: Provides the conversion rate type definition. Joined via OKE_POOL_PARTIES.CONVERSION_TYPE to GL_DAILY_CONVERSION_TYPES.
- OKE_K_FUNDING_SOURCES: A child table. OKE_POOL_PARTIES.POOL_PARTY_ID is referenced by OKE_K_FUNDING_SOURCES.POOL_PARTY_ID, linking the pool party to specific funding source transactions.
-
Table: OKE_POOL_PARTIES
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_POOL_PARTIES, object_name:OKE_POOL_PARTIES, status:VALID, product: OKE - Project Contracts , description: Funding Pool Parties , implementation_dba_data: OKE.OKE_POOL_PARTIES ,
-
Table: OKE_POOL_PARTIES
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_POOL_PARTIES, object_name:OKE_POOL_PARTIES, status:VALID, product: OKE - Project Contracts , description: Funding Pool Parties , implementation_dba_data: OKE.OKE_POOL_PARTIES ,
-
APPS.OKE_FUNDING_UTIL_PKG dependencies on OKE_POOL_PARTIES
12.2.2
-
APPS.HZ_PURGE_GEN dependencies on OKE_POOL_PARTIES
12.1.1
-
APPS.OKE_POOLS_PARTIES_PUB dependencies on OKE_POOL_PARTIES
12.1.1
-
APPS.OKE_FUNDINGSOURCE_PVT dependencies on OKE_POOL_PARTIES
12.1.1
-
APPS.OKE_FUNDSOURCE_PVT dependencies on OKE_POOL_PARTIES
12.2.2
-
APPS.OKE_POOL_PARTIES_PKG dependencies on OKE_POOL_PARTIES
12.1.1
-
APPS.OKE_FUNDSOURCE_PVT dependencies on OKE_POOL_PARTIES
12.1.1
-
APPS.OKE_POOL_PARTIES_PKG dependencies on OKE_POOL_PARTIES
12.2.2
-
APPS.OKE_FUNDING_UTIL_PKG dependencies on OKE_POOL_PARTIES
12.1.1
-
APPS.OKE_PARTY_PVT dependencies on OKE_POOL_PARTIES
12.1.1
-
APPS.OKE_FUNDINGSOURCE_PVT dependencies on OKE_POOL_PARTIES
12.2.2
-
APPS.OKE_PARTY_MERGE_PKG dependencies on OKE_POOL_PARTIES
12.1.1
-
APPS.OKE_POOLS_PARTIES_PUB dependencies on OKE_POOL_PARTIES
12.2.2
-
APPS.OKE_PARTY_MERGE_PKG dependencies on OKE_POOL_PARTIES
12.2.2
-
APPS.OKE_PARTY_PVT dependencies on OKE_POOL_PARTIES
12.1.1
-
APPS.OKE_PARTY_PVT dependencies on OKE_POOL_PARTIES
12.2.2
-
APPS.OKE_PARTY_PVT dependencies on OKE_POOL_PARTIES
12.2.2
-
APPS.HZ_PURGE_GEN dependencies on OKE_POOL_PARTIES
12.2.2
-
APPS.OKE_PARTY_MERGE_PKG dependencies on HZ_UTILITY_PUB
12.2.2
-
APPS.OKE_PARTY_MERGE_PKG dependencies on HZ_UTILITY_PUB
12.1.1
-
VIEW: APPS.OKE_POOL_PARTIES_DFV
12.2.2
-
VIEW: APPS.OKE_POOL_PARTIES_DFV
12.1.1
-
APPS.OKE_PARTY_PVT dependencies on OKE_FUNDING_POOLS
12.2.2
-
APPS.OKE_PARTY_PVT dependencies on OKE_FUNDING_POOLS
12.1.1
-
APPS.OKE_POOL_PARTIES_PKG SQL Statements
12.1.1
-
APPS.OKE_POOL_PARTIES_PKG SQL Statements
12.2.2
-
VIEW: OKE.OKE_POOL_PARTIES#
12.2.2
owner:OKE, object_type:VIEW, object_name:OKE_POOL_PARTIES#, status:VALID,
-
APPS.OKE_PARTY_PVT SQL Statements
12.2.2
-
SYNONYM: APPS.OKE_POOL_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKE_POOL_PARTIES, status:VALID,
-
SYNONYM: APPS.OKE_POOL_PARTIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKE_POOL_PARTIES, status:VALID,
-
APPS.OKE_PARTY_PVT SQL Statements
12.1.1
-
VIEW: APPS.OKE_POOL_PARTIES_V
12.1.1
-
VIEW: APPS.OKE_POOL_PARTIES_V
12.2.2
-
VIEW: OKE.OKE_POOL_PARTIES#
12.2.2
-
APPS.OKE_FUNDING_UTIL_PKG SQL Statements
12.2.2
-
APPS.OKE_FUNDING_UTIL_PKG SQL Statements
12.1.1
-
TABLE: OKE.OKE_POOL_PARTIES
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_POOL_PARTIES, object_name:OKE_POOL_PARTIES, status:VALID,
-
TABLE: OKE.OKE_POOL_PARTIES
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_POOL_PARTIES, object_name:OKE_POOL_PARTIES, status:VALID,
-
Table: OKE_FUNDING_POOLS
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_FUNDING_POOLS, object_name:OKE_FUNDING_POOLS, status:VALID, product: OKE - Project Contracts , description: Funding Pool Definition , implementation_dba_data: OKE.OKE_FUNDING_POOLS ,
-
APPS.OKE_FUNDINGSOURCE_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.OKE_PARTY_MERGE_PKG
12.2.2
-
Table: OKE_K_FUNDING_SOURCES
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_FUNDING_SOURCES, object_name:OKE_K_FUNDING_SOURCES, status:VALID, product: OKE - Project Contracts , description: Contract Funding Sources , implementation_dba_data: OKE.OKE_K_FUNDING_SOURCES ,
-
PACKAGE BODY: APPS.OKE_PARTY_MERGE_PKG
12.1.1
-
Table: OKE_FUNDING_POOLS
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_FUNDING_POOLS, object_name:OKE_FUNDING_POOLS, status:VALID, product: OKE - Project Contracts , description: Funding Pool Definition , implementation_dba_data: OKE.OKE_FUNDING_POOLS ,
-
VIEW: APPS.OKE_K_FUNDING_SOURCES_HV
12.1.1
-
APPS.OKE_PARTY_MERGE_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.OKE_POOL_PARTIES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_POOL_PARTIES_PKG, status:VALID,
-
APPS.OKE_PARTY_MERGE_PKG SQL Statements
12.1.1