Search Results csi_install_parameters
Overview
The CSI_INSTALL_PARAMETERS table is an operational configuration table within the Oracle E-Business Suite Install Base (CSI) module. It stores application-level installation parameters that govern how Install Base processes transactional data, creates inventory and asset records, allocates components, and enforces ownership and security rules. Unlike the high-volume transactional tables that hold actual instance and item data (such as CSI_ITEM_INSTANCES), CSI_INSTALL_PARAMETERS functions as a reference and control table: a small, administrator-maintained set of rows that drive system-wide behavior.
Conceptually, the table captures the default locations, category set, sequencing rules, and flag-based controls used when Install Base integrates with Order Management, Inventory, Purchasing, Work in Process, and Fixed Assets. It bridges the Install Base application with enterprise-wide setup decisions.
Per the heuristic Data Vault classification mined from the foreign key structure, this object is assessed as standalone — that is, it does not clearly map to a hub, link, or satellite construct. In Data Vault modeling terms, this suggests treating CSI_INSTALL_PARAMETERS as an independent reference or parameter table rather than as a core business entity, though the presence of SECURITY_GROUP_ID as a foreign key means it must still participate in security-group-scoped joins.
Key Information Stored
The table contains 22 documented columns. The most significant are:
- INTERNAL_PARTY_ID — identifies the internal party (business entity) associated with the installation parameters.
- PROJECT_LOCATION_ID, WIP_LOCATION_ID, IN_TRANSIT_LOCATION_ID, PO_LOCATION_ID — inventory location references used for project, work-in-process, in-transit, and purchasing scenarios respectively.
- CATEGORY_SET_ID — the item category set used when categorizing Install Base items.
- HISTORY_FULL_DUMP_FREQUENCY — controls the cadence of full-history extraction processes, relevant to data warehouse and reporting feeds.
- FREEZE_FLAG and FREEZE_DATE — indicate whether Install Base processing is frozen and since when.
- AUTO_ALLOCATE_COMP_AT_WIP — determines whether components are automatically allocated at WIP.
- OWNERSHIP_OVERRIDE_AT_TXN and OWNERSHIP_CASCADE_AT_TXN — govern ownership behavior during transactions.
- SHOW_ALL_PARTY_LOCATION — controls visibility of all party locations.
- SFM_QUEUE_BYPASS_FLAG — bypass flag for the SFM (service fulfillment management) queue.
- TXN_SEQ_START_DATE — the starting date for transaction sequencing.
- FA_CREATION_GROUP_BY — grouping criteria applied when creating Fixed Assets records.
Standard audit columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) and SECURITY_GROUP_ID complete the schema. SECURITY_GROUP_ID references FND_SECURITY_GROUPS and is the only documented foreign key. The table is a low-cardinality configuration object, so a single active row typically governs an entire security group or installation.
Common Use Cases and Queries
Administrators query this table to verify or diagnose Install Base behavior. A representative pattern retrieves the active configuration for a given security group:
- Setup verification:
SELECT * FROM csi.csi_install_parameters WHERE security_group_id = :sgid;— confirms location defaults, category set, and freeze status. - Freeze diagnostics: checking FREEZE_FLAG and FREEZE_DATE to determine whether transactional processing is currently suspended.
- Integration troubleshooting: reviewing AUTO_ALLOCATE_COMP_AT_WIP, OWNERSHIP_OVERRIDE_AT_TXN, and OWNERSHIP_CASCADE_AT_TXN when ownership or allocation behaves unexpectedly during Order Management or WIP transactions.
- Fixed Assets reconciliation: inspecting FA_CREATION_GROUP_BY to understand how asset records are grouped during creation.
- Reporting/ETL: HISTORY_FULL_DUMP_FREQUENCY informs the schedule of full data extracts; parameters in this table often appear as a control row in warehouse load logic.
Related Objects
The documented relationship data identifies one foreign key target, with other CSI integration points inferred from the column semantics and standard Install Base architecture:
- FND_SECURITY_GROUPS — joined via SECURITY_GROUP_ID; defines the security scope for the parameter row.
- CSI_ITEM_INSTANCES — the core Install Base transactional table governed by the parameters here.
- MTL_PARAMETERS / MTL_SYSTEM_ITEMS — inventory location and category set references used by the LOCATION_ID and CATEGORY_SET_ID columns.
- FA_ADDITIONS / FA_BOOKS — Fixed Assets tables affected by FA_CREATION_GROUP_BY.
- WIP_DISCRETE_JOBS / WIP_ENTITIES — WIP transactions influenced by AUTO_ALLOCATE_COMP_AT_WIP.
- PO_HEADERS_ALL — purchasing flows tied to PO_LOCATION_ID.
- CSI_INSTALL_PARAMETERS public API — where exposed, maintained through concurrent programs or DBA scripts rather than direct user interfaces.
-
Table: CSI_INSTALL_PARAMETERS
12.1.1
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_INSTALL_PARAMETERS, object_name:CSI_INSTALL_PARAMETERS, status:VALID, product: CSI - Install Base , description: Install Base Application Installation Parameters. , implementation_dba_data: CSI.CSI_INSTALL_PARAMETERS ,
-
Table: CSI_INSTALL_PARAMETERS
12.2.2
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_INSTALL_PARAMETERS, object_name:CSI_INSTALL_PARAMETERS, status:VALID, product: CSI - Install Base , description: Install Base Application Installation Parameters. , implementation_dba_data: CSI.CSI_INSTALL_PARAMETERS ,
-
View: CSI_SYSTEMS_RG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_SYSTEMS_RG_V, object_name:CSI_SYSTEMS_RG_V, status:VALID, product: CSI - Install Base , description: Systems view for the record groups. , implementation_dba_data: APPS.CSI_SYSTEMS_RG_V ,
-
View: CSI_CP_SYSTEMS_RG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CP_SYSTEMS_RG_V, object_name:CSI_CP_SYSTEMS_RG_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Product - Systems Record Groups. , implementation_dba_data: APPS.CSI_CP_SYSTEMS_RG_V ,
-
View: CSI_SYSTEMS_RG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_SYSTEMS_RG_V, object_name:CSI_SYSTEMS_RG_V, status:VALID, product: CSI - Install Base , description: Systems view for the record groups. , implementation_dba_data: APPS.CSI_SYSTEMS_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_CP_SYSTEMS_RG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CP_SYSTEMS_RG_V, object_name:CSI_CP_SYSTEMS_RG_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Product - Systems Record Groups. , implementation_dba_data: APPS.CSI_CP_SYSTEMS_RG_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_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 ,
-
View: CSI_INST_CATG_EXT_ATTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INST_CATG_EXT_ATTR_V, object_name:CSI_INST_CATG_EXT_ATTR_V, status:VALID, product: CSI - Install Base , description: Internal View : Used in CSI_INST_EXT_ATTR_ALL_V , implementation_dba_data: APPS.CSI_INST_CATG_EXT_ATTR_V ,
-
View: CSI_INST_CATG_EXT_ATTR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INST_CATG_EXT_ATTR_V, object_name:CSI_INST_CATG_EXT_ATTR_V, status:VALID, product: CSI - Install Base , description: Internal View : Used in CSI_INST_EXT_ATTR_ALL_V , implementation_dba_data: APPS.CSI_INST_CATG_EXT_ATTR_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_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_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_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_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_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.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_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_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 ,