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.CSI_INSTALL_PARAMETERS#
12.2.2
owner:CSI, object_type:VIEW, object_name:CSI_INSTALL_PARAMETERS#, status:VALID,
-
VIEW: APPS.CSI_CP_SYSTEMS_RG_V
12.1.1
-
VIEW: APPS.CSI_SYSTEMS_RG_V
12.1.1
-
VIEW: APPS.CSI_SYSTEMS_RG_V
12.2.2
-
VIEW: APPS.CSI_CP_SYSTEMS_RG_V
12.2.2
-
VIEW: CSI.CSI_INSTALL_PARAMETERS#
12.2.2
-
SYNONYM: APPS.CSI_INSTALL_PARAMETERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CSI_INSTALL_PARAMETERS, status:VALID,
-
SYNONYM: APPS.CSI_INSTALL_PARAMETERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CSI_INSTALL_PARAMETERS, status:VALID,
-
VIEW: APPS.CSI_CUSTOMER_PRODUCTS_RG_V
12.1.1
-
VIEW: APPS.CSI_INSTANCE_ACCTS_RG_V
12.2.2
-
VIEW: APPS.CSI_CUSTOMER_PRODUCTS_RG_V
12.2.2
-
VIEW: APPS.CSI_INSTANCE_ACCTS_RG_V
12.1.1
-
VIEW: APPS.CSI_INST_CATG_EXT_ATTR_V
12.2.2
-
APPS.CSE_UTILITY_GRP SQL Statements
12.2.2
-
VIEW: APPS.CSI_INST_CATG_EXT_ATTR_V
12.1.1
-
APPS.CSE_UTILITY_GRP SQL Statements
12.1.1
-
PACKAGE BODY: APPS.CSI_ASSIGN_ROLE_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSI_ASSIGN_ROLE_PUB, status:VALID,
-
PACKAGE BODY: APPS.CSI_ASSIGN_ROLE_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSI_ASSIGN_ROLE_PUB, status:VALID,
-
APPS.CSI_PARTY_MERGE_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.CSI_II_RELATIONSHIPS_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSI_II_RELATIONSHIPS_PUB, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.CSI_PARTY_MERGE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSI_PARTY_MERGE_PKG, status:VALID,
-
PACKAGE BODY: APPS.CSI_ML_CREATE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSI_ML_CREATE_PVT, status:VALID,
-
PACKAGE BODY: APPS.CSI_T_TXN_ATTRIBS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSI_T_TXN_ATTRIBS_PVT, status:VALID,
-
PACKAGE BODY: APPS.CSD_BULK_RECEIVE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSD_BULK_RECEIVE_PVT, status:VALID,
-
PACKAGE BODY: APPS.EAM_ASSET_NUMBER_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:EAM_ASSET_NUMBER_PVT, status:VALID,
-
PACKAGE BODY: APPS.CSI_GENERIC_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSI_GENERIC_GRP, status:VALID,
-
PACKAGE BODY: APPS.CSI_II_RELATIONSHIPS_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSI_II_RELATIONSHIPS_PUB, status:VALID,
-
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 ,
-
APPS.CSI_UTILITY_GRP SQL Statements
12.1.1
-
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 ,
-
PACKAGE BODY: APPS.CSI_INV_HZ_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSI_INV_HZ_PKG, status:VALID,
-
PACKAGE BODY: APPS.CSI_ML_INTERFACE_TXN_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSI_ML_INTERFACE_TXN_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
APPS.CSI_GEN_UTILITY_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.CSI_GENERIC_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSI_GENERIC_GRP, status:VALID,
-
PACKAGE BODY: APPS.CSI_T_TXN_ATTRIBS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSI_T_TXN_ATTRIBS_PVT, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.CSI_PARTY_MERGE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSI_PARTY_MERGE_PKG, status:VALID,
-
PACKAGE BODY: APPS.CSI_GEN_UTILITY_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSI_GEN_UTILITY_PVT, status:VALID,
-
PACKAGE BODY: APPS.CSI_GEN_UTILITY_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSI_GEN_UTILITY_PVT, status:VALID,
-
PACKAGE BODY: APPS.CSI_ML_CREATE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSI_ML_CREATE_PVT, status:VALID,
-
APPS.CSI_ASSIGN_ROLE_PUB SQL Statements
12.1.1
-
PACKAGE BODY: APPS.INV_MATERIAL_STATUS_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:INV_MATERIAL_STATUS_GRP, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1