Search Results csi_i_parties_h
Overview
The table CSI_I_PARTIES_H is a core data object within the Oracle E-Business Suite (EBS) Install Base (CSI) module. It serves as a historical audit trail for changes made to party associations on tracked assets, known as instances. Every time a party relationship—such as an owner, installer, or service provider—is created, updated, or end-dated on an instance, a corresponding historical record is generated in this table. Its primary role is to maintain a complete, immutable log of all party association changes, enabling compliance, audit reporting, and analysis of asset ownership and responsibility over time. This functionality is critical for asset lifecycle management and service history tracking in EBS 12.1.1 and 12.2.2.
Key Information Stored
The table stores metadata that captures the "who, what, and when" of a party association change. While the full column list is not detailed in the provided metadata, the structure is defined by its primary and foreign keys. The primary key, INSTANCE_PARTY_HISTORY_ID, uniquely identifies each historical event. The foreign key INSTANCE_PARTY_ID links back to the current party association record in the CSI_I_PARTIES table, establishing the lineage of the change. The TRANSACTION_ID foreign key links to the CSI_TRANSACTIONS table, which provides the authoritative context for the change, including the transaction date, type, and the business event (e.g., shipment, return, transfer) that triggered it. Additional columns typically found in such history tables would include start and end dates for the association, the party role, and system timestamps for the historical record creation.
Common Use Cases and Queries
A primary use case is generating audit reports to show the complete history of ownership or service responsibility for a specific asset. Support and service teams query this history to understand who was responsible for an asset at a given point in time, which is essential for warranty validation and service contract enforcement. A typical reporting query would join CSI_I_PARTIES_H to CSI_ITEM_INSTANCES (via CSI_I_PARTIES), HZ_PARTIES for party details, and CSI_TRANSACTIONS for the business context. For example, to find all historical owners of a specific instance, one might use a SQL pattern that filters by instance identifier and party role, ordering by transaction date. Data from this table is also critical for compliance reporting, demonstrating a verifiable chain of custody for regulated assets.
Related Objects
- CSI_I_PARTIES: This is the current, active table for instance-party associations. The foreign key
CSI_I_PARTIES_H.INSTANCE_PARTY_IDreferencesCSI_I_PARTIES.INSTANCE_PARTY_ID, directly linking each historical record to its source association. - CSI_TRANSACTIONS: This table provides the transactional context for the historical change. The foreign key
CSI_I_PARTIES_H.TRANSACTION_IDreferencesCSI_TRANSACTIONS.TRANSACTION_ID, joining the party history to the specific business event that caused it. - CSI_ITEM_INSTANCES: While not listed in the provided foreign keys, this is a fundamental parent table. It is related indirectly through the CSI_I_PARTIES table, as each party association is tied to a specific instance.
-
Table: CSI_I_PARTIES_H
12.1.1
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_I_PARTIES_H, object_name:CSI_I_PARTIES_H, status:VALID, product: CSI - Install Base , description: Instance - Party Association History. , implementation_dba_data: CSI.CSI_I_PARTIES_H ,
-
Table: CSI_I_PARTIES_H
12.2.2
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_I_PARTIES_H, object_name:CSI_I_PARTIES_H, status:VALID, product: CSI - Install Base , description: Instance - Party Association History. , implementation_dba_data: CSI.CSI_I_PARTIES_H ,
-
APPS.CSI_ITEM_INSTANCE_GRP dependencies on CSI_I_PARTIES_H
12.1.1
-
APPS.CSI_TXN_HISTORY_PURGE_PVT dependencies on CSI_I_PARTIES_H
12.2.2
-
APPS.CSI_ITEM_INSTANCE_GRP dependencies on CSI_I_PARTIES_H
12.2.2
-
APPS.CSI_INSTANCE_PARTIES_VLD_PVT dependencies on CSI_I_PARTIES_H
12.2.2
-
APPS.CSI_JAVA_INTERFACE_PKG dependencies on CSI_I_PARTIES_H
12.2.2
-
APPS.CSI_INSTANCE_PARTIES_VLD_PVT dependencies on CSI_I_PARTIES_H
12.1.1
-
APPS.CSI_TXN_HISTORY_PURGE_PVT dependencies on CSI_I_PARTIES_H
12.1.1
-
APPS.CSI_ITEM_INSTANCE_PVT dependencies on CSI_I_PARTIES_H
12.1.1
-
APPS.CSI_PARTY_RELATIONSHIPS_PVT dependencies on CSI_I_PARTIES_H
12.1.1
-
APPS.CSI_DIAGNOSTICS_PKG dependencies on CSI_I_PARTIES_H
12.2.2
-
APPS.CSI_ITEM_INSTANCE_PVT dependencies on CSI_I_PARTIES_H
12.2.2
-
APPS.CSI_PARTY_RELATIONSHIPS_PVT dependencies on CSI_I_PARTIES_H
12.2.2
-
APPS.CSI_I_PARTIES_H_PKG dependencies on CSI_I_PARTIES_H
12.2.2
-
APPS.CSI_DIAGNOSTICS_PKG dependencies on CSI_I_PARTIES_H
12.1.1
-
APPS.CSI_PARTY_MERGE_PKG dependencies on CSI_I_PARTIES_H
12.2.2
-
APPS.CSI_PARTY_MERGE_PKG dependencies on CSI_I_PARTIES_H
12.1.1
-
APPS.CSI_JAVA_INTERFACE_PKG dependencies on CSI_I_PARTIES_H
12.1.1
-
APPS.CSI_I_PARTIES_H_PKG dependencies on CSI_I_PARTIES_H
12.1.1
-
APPS.CSI_DIAGNOSTICS_PKG dependencies on CSI_I_PARTIES
12.2.2
-
APPS.CSI_DIAGNOSTICS_PKG dependencies on CSI_I_PARTIES
12.1.1
-
VIEW: APPS.CSI_IPH_DETAILS_V
12.1.1
-
VIEW: APPS.CSI_IPH_DETAILS_V
12.2.2
-
View: CSI_IPH_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_IPH_DETAILS_V, object_name:CSI_IPH_DETAILS_V, status:VALID, product: CSI - Install Base , description: Instance Party History details view. , implementation_dba_data: APPS.CSI_IPH_DETAILS_V ,
-
APPS.CSI_PARTY_RELATIONSHIPS_PVT dependencies on CSI_I_PARTIES
12.1.1
-
APPS.CSI_DIAGNOSTICS_PKG dependencies on CSI_I_PARTIES_H_S
12.1.1
-
APPS.CSI_DIAGNOSTICS_PKG dependencies on CSI_I_PARTIES_H_S
12.2.2
-
APPS.CSI_PARTY_RELATIONSHIPS_PVT dependencies on CSI_I_PARTIES
12.2.2
-
View: CSI_IPH_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_IPH_DETAILS_V, object_name:CSI_IPH_DETAILS_V, status:VALID, product: CSI - Install Base , description: Instance Party History details view. , implementation_dba_data: APPS.CSI_IPH_DETAILS_V ,
-
APPS.CSI_INSTANCE_PARTIES_VLD_PVT dependencies on CSI_I_PARTIES_H_S
12.1.1
-
APPS.CSI_INSTANCE_PARTIES_VLD_PVT dependencies on CSI_I_PARTIES_H_S
12.2.2
-
APPS.CSI_PARTY_RELATIONSHIPS_PVT dependencies on CSI_I_PARTIES_H_PKG
12.2.2
-
APPS.CSI_PARTY_RELATIONSHIPS_PVT dependencies on CSI_I_PARTIES_H_PKG
12.1.1
-
SYNONYM: APPS.CSI_I_PARTIES_H
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CSI_I_PARTIES_H, status:VALID,
-
APPS.CSI_ITEM_INSTANCE_GRP dependencies on CSI_I_PARTIES
12.1.1
-
APPS.CSI_ITEM_INSTANCE_GRP dependencies on CSI_I_PARTIES
12.2.2
-
APPS.CSI_DIAGNOSTICS_PKG dependencies on CSI_I_VERSION_LABELS
12.1.1
-
SYNONYM: APPS.CSI_I_PARTIES_H
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CSI_I_PARTIES_H, status:VALID,
-
APPS.CSI_ITEM_INSTANCE_PVT dependencies on CSI_I_PARTIES
12.2.2
-
APPS.CSI_DIAGNOSTICS_PKG dependencies on CSI_I_VERSION_LABELS
12.2.2
-
APPS.CSI_PARTY_RELATIONSHIPS_PVT dependencies on CSI_IP_ACCOUNTS_H_PKG
12.1.1
-
APPS.CSI_ITEM_INSTANCE_PVT dependencies on CSI_I_PARTIES
12.1.1
-
VIEW: CSI.CSI_I_PARTIES_H#
12.2.2
owner:CSI, object_type:VIEW, object_name:CSI_I_PARTIES_H#, status:VALID,
-
APPS.CSI_PARTY_RELATIONSHIPS_PVT dependencies on CSI_IP_ACCOUNTS_H_PKG
12.2.2
-
APPS.CSI_INSTANCE_PARTIES_VLD_PVT dependencies on CSI_TRANSACTIONS
12.1.1
-
APPS.CSI_INSTANCE_PARTIES_VLD_PVT dependencies on CSI_TRANSACTIONS
12.2.2
-
APPS.CSI_DIAGNOSTICS_PKG dependencies on CSI_I_VERSION_LABELS_H
12.2.2
-
APPS.CSI_DIAGNOSTICS_PKG dependencies on CSI_I_VERSION_LABELS_H
12.1.1
-
Table: CSI_TRANSACTIONS
12.1.1
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_TRANSACTIONS, object_name:CSI_TRANSACTIONS, status:VALID, product: CSI - Install Base , description: Installed Base transaction log. , implementation_dba_data: CSI.CSI_TRANSACTIONS ,