Search Results current_location
Overview
APPS.CSI_INSTALLED_BASE_V is a reporting view in the Oracle E-Business Suite Installed Base (CSI) module. It exposes a consolidated, denormalized projection of customer product instances — commonly referred to as installed base records — by joining the core instance table against item, party, location, order, and status reference data. The view is owned by the APPS schema, carries FND Design Data reference CSI.CSI_INSTALLED_BASE_V, and has a status of VALID in ETRM 12.2.2. Its view type is documented as Internal, accompanied by the standard Oracle notice that the object is for Oracle internal use only and is not supported for direct customer access outside standard Oracle Applications programs.
The column set spans instance identity, item context, ownership, location, order lineage, and lifecycle status. This breadth makes the view a convenient single-source query target for installed base reporting, service entitlement checks, and integration extracts where the caller needs instance-level detail without authoring the full join graph manually.
Underlying Base Objects
The documented dependency list places CSI_ITEM_INSTANCES and CSI_INSTANCE_STATUSES at the center of the definition, both referenced through synonyms. Item context is resolved through MTL_SYSTEM_ITEMS_KFV, while party and location attributes are sourced from HZ_PARTIES, HZ_PARTY_SITES, HZ_LOCATIONS, HR_LOCATIONS_ALL, PO_VENDORS, and PO_VENDOR_SITES_ALL. Order lineage is drawn from OE_ORDER_HEADERS_ALL and OE_ORDER_LINES_ALL. Auxiliary lookups include CSI_LOOKUPS, CSI_SYSTEMS_VL, JTF_RS_GROUPS_VL, JTF_RS_TEAMS_VL, and PER_ALL_PEOPLE_F. FND_GLOBAL is referenced as a package, indicating the view applies session-based context such as responsibility, user, or org security during resolution. The dependency graph therefore confirms that the view materializes instance records alongside their commercial, organizational, and status context at query time.
Key Columns
- INSTANCE_ID, INSTANCE_NUMBER, INSTANCE_NAME — the primary identifier, human-readable instance number, and descriptive instance name.
- INSTANCE_STATUS, INSTANCE_STATUS_ID — the current lifecycle state of the instance. This pair directly answers the frequently searched concept of instance_status and is resolved via CSI_INSTANCE_STATUSES and CSI_LOOKUPS.
- INSTANCE_USAGE_CODE, INSTANCE_TYPE_CODE — classification of how and in what capacity the instance is used.
- INVENTORY_ITEM_ID, ITEM_NUMBER, ITEM_DESCRIPTION, SERIAL_NUMBER, LOT_NUMBER, QUANTITY — item and serialization context for the installed unit.
- ACTIVE_START_DATE, ACTIVE_END_DATE, INSTALL_DATE, ACTUAL_RETURN_DATE — lifecycle and effective dating columns.
- OWNER_PARTY, OWNER_PARTY_ID, OWNER_PARTY_ACCOUNT_ID, SOLD_TO_ORG_ID — ownership and selling-party detail.
- CURRENT_LOCATION, LOCATION_ID, INSTALLED_LOCATION, INSTALL_LOCATION_ID, LOCATION_TYPE_CODE, INSTALL_LOCATION_TYPE_CODE — current and installation location attributes.
- ORDER_NUMBER, ORDER_HEADER_ID, ORDER_LINE_ID, LINE_NUMBER, ORDERED_DATE, SHIPPED_ON_DATE, CUST_PO_NUMBER — fulfillment and order reference data.
- CONFIG_INST_HDR_ID, CONFIG_INST_REV_NUM, CONFIG_INST_ITEM_ID — configuration instance relationships.
- SYSTEM_NAME, SYSTEM_ID — the parent system to which the instance belongs.
Common Use Cases and Queries
Typical scenarios include reporting all active instances for a customer, auditing status distributions across a fleet, and extracting installed base records for external service systems. A representative query filtering on instance status is shown below.
- Instances by status:
SELECT instance_number, instance_name, item_number, instance_status FROM apps.csi_installed_base_v WHERE instance_status = 'Active'; - Instances for a customer account:
SELECT instance_number, item_description, current_location FROM apps.csi_installed_base_v WHERE owner_party_account_id = :account_id; - Order lineage for an instance:
SELECT instance_number, order_number, ordered_date, shipped_on_date FROM apps.csi_installed_base_v WHERE order_number = :order_number; - Status summary:
SELECT instance_status, COUNT(*) FROM apps.csi_installed_base_v GROUP BY instance_status;
Because the object is marked Oracle Internal Use Only, queries should be confined to diagnostic and reporting contexts, and production integrations should prefer supported public APIs or documented views.
-
VIEW: APPS.CSI_INSTALLED_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INSTALLED_BASE_V, object_name:CSI_INSTALLED_BASE_V, status:VALID,
-
VIEW: APPS.CSI_INSTALLED_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INSTALLED_BASE_V, object_name:CSI_INSTALLED_BASE_V, status:VALID,
-
View: CSI_INSTALLED_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INSTALLED_BASE_V, object_name:CSI_INSTALLED_BASE_V, status:VALID, product: CSI - Install Base , description: View for the grid in E-Business Center. , implementation_dba_data: APPS.CSI_INSTALLED_BASE_V ,
-
VIEW: APPS.OE_DEF_ATTR_DEF_RULES_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:OE_DEF_ATTR_DEF_RULES_DFV, status:VALID,
-
VIEW: APPS.OE_DEF_ATTR_DEF_RULES_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:OE_DEF_ATTR_DEF_RULES_DFV, status:VALID,
-
View: CSI_INSTALLED_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INSTALLED_BASE_V, object_name:CSI_INSTALLED_BASE_V, status:VALID, product: CSI - Install Base , description: View for the grid in E-Business Center. , implementation_dba_data: APPS.CSI_INSTALLED_BASE_V ,
-
Lookup Type: CSF_TOOLTIP_LABELS
12.2.2
product: CSF - Field Service , meaning: Field Service Common Tooltip Labels , description: Tooltip Labels that can be used for Tooltips across Field Service Module ,
-
VIEW: APPS.OKS_AUTH_SHOWALL_PROD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKS.OKS_AUTH_SHOWALL_PROD_V, object_name:OKS_AUTH_SHOWALL_PROD_V, status:VALID,
-
View: MTL_EAM_ASSET_NUMBERS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_EAM_ASSET_NUMBERS_ALL_V, object_name:MTL_EAM_ASSET_NUMBERS_ALL_V, status:VALID, product: INV - Inventory , description: View for Asset Number details , implementation_dba_data: APPS.MTL_EAM_ASSET_NUMBERS_ALL_V ,
-
VIEW: APPS.OKS_AUTH_SHOWALL_PROD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKS.OKS_AUTH_SHOWALL_PROD_V, object_name:OKS_AUTH_SHOWALL_PROD_V, status:VALID,
-
VIEW: APPS.CSI_INSTALLED_BASE_V
12.2.2
-
View: RCV_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_TRANSACTIONS_V, object_name:RCV_TRANSACTIONS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_TRANSACTIONS_V ,
-
PACKAGE: APPS.CSP_PART_SEARCH_PVT
12.2.2
-
VIEW: APPS.CSI_INSTALLED_BASE_V
12.1.1
-
VIEW: APPS.MTL_EAM_ASSET_NUMBERS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_EAM_ASSET_NUMBERS_ALL_V, object_name:MTL_EAM_ASSET_NUMBERS_ALL_V, status:VALID,
-
VIEW: APPS.MTL_EAM_ASSET_NUMBERS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_EAM_ASSET_NUMBERS_ALL_V, object_name:MTL_EAM_ASSET_NUMBERS_ALL_V, status:VALID,
-
View: RCV_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_TRANSACTIONS_V, object_name:RCV_TRANSACTIONS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_TRANSACTIONS_V ,
-
VIEW: APPS.OKS_PRODUCT_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKS.OKS_PRODUCT_DETAILS_V, object_name:OKS_PRODUCT_DETAILS_V, status:VALID,
-
VIEW: APPS.RCV_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_TRANSACTIONS_V, object_name:RCV_TRANSACTIONS_V, status:VALID,
-
VIEW: APPS.OKS_PRODUCT_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKS.OKS_PRODUCT_DETAILS_V, object_name:OKS_PRODUCT_DETAILS_V, status:VALID,
-
VIEW: APPS.OKS_PRODUCT_DETAILS_V
12.1.1
-
VIEW: APPS.OKS_PRODUCT_DETAILS_V
12.2.2
-
View: MTL_EAM_ASSET_NUMBERS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_EAM_ASSET_NUMBERS_ALL_V, object_name:MTL_EAM_ASSET_NUMBERS_ALL_V, status:VALID, product: INV - Inventory , description: View for Asset Number details , implementation_dba_data: APPS.MTL_EAM_ASSET_NUMBERS_ALL_V ,
-
VIEW: APPS.OKS_AUTH_SHOWALL_PROD_V
12.1.1
-
VIEW: APPS.RCV_RETURNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RETURNS_V, object_name:RCV_RETURNS_V, status:VALID,
-
VIEW: APPS.RCV_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_TRANSACTIONS_V, object_name:RCV_TRANSACTIONS_V, status:VALID,
-
VIEW: APPS.MTL_EAM_ASSET_NUMBERS_ALL_V
12.1.1
-
VIEW: APPS.RCV_RETURNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RETURNS_V, object_name:RCV_RETURNS_V, status:VALID,
-
VIEW: APPS.OKS_AUTH_SHOWALL_PROD_V
12.2.2
-
VIEW: APPS.MTL_EAM_ASSET_NUMBERS_ALL_V
12.2.2
-
VIEW: APPS.RCV_TRANSACTIONS_V
12.1.1
-
View: RCV_RETURNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RETURNS_V, object_name:RCV_RETURNS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_RETURNS_V ,
-
VIEW: APPS.RCV_TRANSACTIONS_V
12.2.2
-
View: RCV_RETURNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RETURNS_V, object_name:RCV_RETURNS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_RETURNS_V ,
-
PACKAGE BODY: APPS.CSP_PART_SEARCH_PVT
12.2.2
-
eTRM - OKS Tables and Views
12.2.2
-
eTRM - OKS Tables and Views
12.1.1
description: Stores the template set information. ,
-
PACKAGE BODY: APPS.CSI_ORDER_FULFILL_PUB
12.1.1
-
PACKAGE BODY: APPS.CSI_ORDER_FULFILL_PUB
12.2.2
-
eTRM - CSI Tables and Views
12.2.2
description: Temporary table that holds the unprocessed XNP messages during data correction process. ,
-
eTRM - CSI Tables and Views
12.1.1
description: Temporary table that holds the unprocessed XNP messages during data correction process. ,
-
eTRM - PO Tables and Views
12.1.1
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,
-
eTRM - PO Tables and Views
12.2.2
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,
-
eTRM - INV Tables and Views
12.1.1
-
eTRM - INV Tables and Views
12.2.2