Search Results csi_i_parties
Overview
The table CSI_I_PARTIES is a core data object within the Install Base module (CSI) of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It serves as the central repository for managing all party associations for tracked assets, known as item instances. This table is fundamental to establishing and maintaining relationships between physical or logical assets and the various entities—such as customers, suppliers, employees, or internal organizations—that have a defined role concerning those assets. Its role is to enable comprehensive service, support, and asset lifecycle management by documenting who is related to an asset and the nature of that relationship.
Key Information Stored
The primary data stored in CSI_I_PARTIES defines the association between an item instance and a party. The key columns include INSTANCE_PARTY_ID, which is the unique primary key identifier for each party association record. The INSTANCE_ID column is a foreign key linking to the CSI_ITEM_INSTANCES table, identifying the specific asset. The PARTY_ID column is a foreign key linking to the HZ_PARTIES table in the Trading Community Architecture (TCA) model, identifying the associated entity. The RELATIONSHIP_TYPE_CODE column defines the nature of the association (e.g., Owner, Installer, Bill-To Contact) by referencing the CSI_IPA_RELATION_TYPES table. Additional columns, such as CONTACT_IP_ID, allow for hierarchical relationships between party records, enabling the designation of primary contacts within a party organization.
Common Use Cases and Queries
A primary use case is generating reports to understand asset ownership and responsibility. For example, to list all item instances with their current owners, a query would join CSI_I_PARTIES to CSI_ITEM_INSTANCES and HZ_PARTIES, filtered by the appropriate relationship type. Support and service teams frequently query this table to identify the correct contacts for a specific asset when logging service requests. Another critical operational use is during the installation or transfer of an asset, where applications like Field Service or Depot Repair create or update records in this table to reflect new party assignments. A sample query pattern is:
- SELECT cii.instance_number, hp.party_name, cip.relationship_type_code
- FROM csi_i_parties cip, csi_item_instances cii, hz_parties hp
- WHERE cip.instance_id = cii.instance_id
- AND cip.party_id = hp.party_id
- AND cip.relationship_type_code = 'OWNER';
Related Objects
CSI_I_PARTIES is a central hub with numerous relationships to other key Install Base and TCA objects. Its primary foreign key dependencies, as documented, are to CSI_ITEM_INSTANCES (the asset), HZ_PARTIES (the party entity), and CSI_IPA_RELATION_TYPES (the relationship definition). It has a recursive relationship to itself via the CONTACT_IP_ID column to model contact hierarchies. Furthermore, it is the parent table for transactional and historical data. The table CSI_IP_ACCOUNTS links party associations to specific accounting contexts, while CSI_T_PARTY_DETAILS stores additional descriptive information for the association. The CSI_I_PARTIES_H table maintains an audit history of changes to the party association records, which is crucial for compliance and tracking asset history.
-
Table: CSI_I_PARTIES
12.2.2
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_I_PARTIES, object_name:CSI_I_PARTIES, status:VALID, product: CSI - Install Base , description: Instance - Party Associations. , implementation_dba_data: CSI.CSI_I_PARTIES ,
-
Table: CSI_I_PARTIES
12.1.1
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_I_PARTIES, object_name:CSI_I_PARTIES, status:VALID, product: CSI - Install Base , description: Instance - Party Associations. , implementation_dba_data: CSI.CSI_I_PARTIES ,
-
View: CSI_INST_PARTY_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INST_PARTY_DETAILS_V, object_name:CSI_INST_PARTY_DETAILS_V, status:VALID, product: CSI - Install Base , description: Instance Party Details view. , implementation_dba_data: APPS.CSI_INST_PARTY_DETAILS_V ,
-
View: CSI_INST_PARTY_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INST_PARTY_DETAILS_V, object_name:CSI_INST_PARTY_DETAILS_V, status:VALID, product: CSI - Install Base , description: Instance Party Details view. , implementation_dba_data: APPS.CSI_INST_PARTY_DETAILS_V ,
-
View: CSI_PARTY_CONTACT_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_PARTY_CONTACT_DETAILS_V, object_name:CSI_PARTY_CONTACT_DETAILS_V, status:VALID, product: CSI - Install Base , description: Party Contact details. , implementation_dba_data: APPS.CSI_PARTY_CONTACT_DETAILS_V ,
-
View: CSI_PARTY_CONTACT_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_PARTY_CONTACT_DETAILS_V, object_name:CSI_PARTY_CONTACT_DETAILS_V, status:VALID, product: CSI - Install Base , description: Party Contact details. , implementation_dba_data: APPS.CSI_PARTY_CONTACT_DETAILS_V ,
-
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 ,
-
Table: CSI_IPA_RELATION_TYPES
12.2.2
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_IPA_RELATION_TYPES, object_name:CSI_IPA_RELATION_TYPES, status:VALID, product: CSI - Install Base , description: Instance to Party and Party to Account Relationship Types. , implementation_dba_data: CSI.CSI_IPA_RELATION_TYPES ,
-
Table: CSI_IP_ACCOUNTS
12.2.2
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_IP_ACCOUNTS, object_name:CSI_IP_ACCOUNTS, status:VALID, product: CSI - Install Base , description: Instance to Accounts(Party Accounts) Association. , implementation_dba_data: CSI.CSI_IP_ACCOUNTS ,
-
Table: CSI_T_PARTY_DETAILS
12.1.1
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_T_PARTY_DETAILS, object_name:CSI_T_PARTY_DETAILS, status:VALID, product: CSI - Install Base , description: Transaction Details : Instance-Party Associations. , implementation_dba_data: CSI.CSI_T_PARTY_DETAILS ,
-
Table: CSI_T_PARTY_DETAILS
12.2.2
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_T_PARTY_DETAILS, object_name:CSI_T_PARTY_DETAILS, status:VALID, product: CSI - Install Base , description: Transaction Details : Instance-Party Associations. , implementation_dba_data: CSI.CSI_T_PARTY_DETAILS ,
-
Table: CSI_IPA_RELATION_TYPES
12.1.1
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_IPA_RELATION_TYPES, object_name:CSI_IPA_RELATION_TYPES, status:VALID, product: CSI - Install Base , description: Instance to Party and Party to Account Relationship Types. , implementation_dba_data: CSI.CSI_IPA_RELATION_TYPES ,
-
Table: CSI_IP_ACCOUNTS
12.1.1
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_IP_ACCOUNTS, object_name:CSI_IP_ACCOUNTS, status:VALID, product: CSI - Install Base , description: Instance to Accounts(Party Accounts) Association. , implementation_dba_data: CSI.CSI_IP_ACCOUNTS ,
-
View: CSI_INST_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INST_TRANSACTIONS_V, object_name:CSI_INST_TRANSACTIONS_V, status:VALID, product: CSI - Install Base , description: Instance Transactions view. , implementation_dba_data: APPS.CSI_INST_TRANSACTIONS_V ,
-
View: CSI_CUSTOMER_PRODUCTS_RG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CUSTOMER_PRODUCTS_RG_V, object_name:CSI_CUSTOMER_PRODUCTS_RG_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Products Record Groups. , implementation_dba_data: APPS.CSI_CUSTOMER_PRODUCTS_RG_V ,
-
View: CSI_CUSTOMER_PRODUCTS_RG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CUSTOMER_PRODUCTS_RG_V, object_name:CSI_CUSTOMER_PRODUCTS_RG_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Products Record Groups. , implementation_dba_data: APPS.CSI_CUSTOMER_PRODUCTS_RG_V ,
-
View: CSI_INST_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INST_TRANSACTIONS_V, object_name:CSI_INST_TRANSACTIONS_V, status:VALID, product: CSI - Install Base , description: Instance Transactions view. , implementation_dba_data: APPS.CSI_INST_TRANSACTIONS_V ,
-
View: CSI_INSTANCE_ACCTS_RG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INSTANCE_ACCTS_RG_V, object_name:CSI_INSTANCE_ACCTS_RG_V, status:VALID, product: CSI - Install Base , description: Instance and Party Accounts view for record groups. , implementation_dba_data: APPS.CSI_INSTANCE_ACCTS_RG_V ,
-
View: CSI_INSTANCE_ACCTS_RG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INSTANCE_ACCTS_RG_V, object_name:CSI_INSTANCE_ACCTS_RG_V, status:VALID, product: CSI - Install Base , description: Instance and Party Accounts view for record groups. , implementation_dba_data: APPS.CSI_INSTANCE_ACCTS_RG_V ,
-
Table: CSI_ITEM_INSTANCES
12.1.1
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_ITEM_INSTANCES, object_name:CSI_ITEM_INSTANCES, status:VALID, product: CSI - Install Base , description: Item Instance details. , implementation_dba_data: CSI.CSI_ITEM_INSTANCES ,
-
Table: CSI_ITEM_INSTANCES
12.2.2
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_ITEM_INSTANCES, object_name:CSI_ITEM_INSTANCES, status:VALID, product: CSI - Install Base , description: Item Instance details. , implementation_dba_data: CSI.CSI_ITEM_INSTANCES ,
-
View: CSI_IPAH_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_IPAH_DETAILS_V, object_name:CSI_IPAH_DETAILS_V, status:VALID, product: CSI - Install Base , description: Instance Party Accounts History details. , implementation_dba_data: APPS.CSI_IPAH_DETAILS_V ,
-
View: CSI_IPAH_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_IPAH_DETAILS_V, object_name:CSI_IPAH_DETAILS_V, status:VALID, product: CSI - Install Base , description: Instance Party Accounts History details. , implementation_dba_data: APPS.CSI_IPAH_DETAILS_V ,
-
View: CSI_CONTACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CONTACTS_V, object_name:CSI_CONTACTS_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Product Contacts (View for table CS_CONTACTS). , implementation_dba_data: APPS.CSI_CONTACTS_V ,
-
View: CSI_CONTACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CONTACTS_V, object_name:CSI_CONTACTS_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Product Contacts (View for table CS_CONTACTS). , implementation_dba_data: APPS.CSI_CONTACTS_V ,
-
View: CSI_CUST_PROD_MAINT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CUST_PROD_MAINT_V, object_name:CSI_CUST_PROD_MAINT_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Products Details View. , implementation_dba_data: APPS.CSI_CUST_PROD_MAINT_V ,
-
View: CSI_CUST_PROD_MAINT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CUST_PROD_MAINT_V, object_name:CSI_CUST_PROD_MAINT_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Products Details View. , implementation_dba_data: APPS.CSI_CUST_PROD_MAINT_V ,
-
View: CSI_INSTANCE_PARTY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INSTANCE_PARTY_V, object_name:CSI_INSTANCE_PARTY_V, status:VALID, product: CSI - Install Base , description: Instance Party Associations view. , implementation_dba_data: APPS.CSI_INSTANCE_PARTY_V ,
-
View: CSI_INSTANCE_PARTY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INSTANCE_PARTY_V, object_name:CSI_INSTANCE_PARTY_V, status:VALID, product: CSI - Install Base , description: Instance Party Associations view. , implementation_dba_data: APPS.CSI_INSTANCE_PARTY_V ,
-
View: CSI_CP_FORM_ADDRESS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CP_FORM_ADDRESS_V, object_name:CSI_CP_FORM_ADDRESS_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Product Form Addresses. , implementation_dba_data: APPS.CSI_CP_FORM_ADDRESS_V ,
-
View: CSI_CP_FORM_ADDRESS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CP_FORM_ADDRESS_V, object_name:CSI_CP_FORM_ADDRESS_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Product Form Addresses. , implementation_dba_data: APPS.CSI_CP_FORM_ADDRESS_V ,
-
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 ,
-
View: CSI_CP_FORM_GRID_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CP_FORM_GRID_V, object_name:CSI_CP_FORM_GRID_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Product Form Grid. , implementation_dba_data: APPS.CSI_CP_FORM_GRID_V ,
-
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 ,
-
View: CSI_CP_FORM_GRID_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CP_FORM_GRID_V, object_name:CSI_CP_FORM_GRID_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Product Form Grid. , implementation_dba_data: APPS.CSI_CP_FORM_GRID_V ,
-
View: CSI_CUSTOMER_PRODUCTS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CUSTOMER_PRODUCTS_ALL_V, object_name:CSI_CUSTOMER_PRODUCTS_ALL_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Products (Table View) , implementation_dba_data: APPS.CSI_CUSTOMER_PRODUCTS_ALL_V ,
-
View: CSI_CUSTOMER_PRODUCTS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CUSTOMER_PRODUCTS_ALL_V, object_name:CSI_CUSTOMER_PRODUCTS_ALL_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Products (Table View) , implementation_dba_data: APPS.CSI_CUSTOMER_PRODUCTS_ALL_V ,
-
View: CSI_CP_FORM_PROD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CP_FORM_PROD_V, object_name:CSI_CP_FORM_PROD_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Product Form Product details. , implementation_dba_data: APPS.CSI_CP_FORM_PROD_V ,
-
View: CSI_CP_FORM_PROD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CP_FORM_PROD_V, object_name:CSI_CP_FORM_PROD_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Product Form Product details. , implementation_dba_data: APPS.CSI_CP_FORM_PROD_V ,