Search Results out_of_service
Overview
CUN_ITEM_NETWORK_UNITS_V is a reporting view shipped with the Oracle E-Business Suite Network Logistics module (product code CUN), which is part of the NATS (Network Asset Tracking System) family. The view presents network unit information originating from the Network Logistics system, exposing attributes of communications network equipment tracked at the unit level. In EBS 12.1.1 and 12.2.2, this object is classified as obsolete and documented as Not implemented in this database, meaning that in a standard installation the view is not created or, where present, remains unsupported. Its principal role historically was to surface network-unit status — particularly units flagged as IN_SERVICE, OUT_OF_SERVICE, or RETIRED — to downstream reporting, integration, and asset-reconciliation processes that needed a denormalized, business-friendly picture of deployed network equipment.
Underlying Base Objects
Per the ETRM metadata, no physical base tables are directly documented as referenced objects; the view is defined over another view rather than a table. The defining query selects from CUN_ASSET_UNITS_V (aliased CAU), which supplies the underlying network unit rows. The outer query applies a simple filter restricting output to three lifecycle statuses:
CAU.STATUS IN ('IN_SERVICE', 'OUT_OF_SERVICE', 'RETIRED')
This makes CUN_ITEM_NETWORK_UNITS_V a filtered projection of CUN_ASSET_UNITS_V, retaining the column set of the parent view while excluding units in any other status (for example, staged, in-transit, or otherwise undefined states). Because it references only a view, its effective physical dependency chain extends one level deeper into the CUN tables that populate CUN_ASSET_UNITS_V, but those are not enumerated in the documented metadata.
Key Columns
The view exposes the following columns, which correspond to network unit attributes:
- UNIT_ID — Unique identifier for the network unit.
- NETWORK_NUMBER — Network number associated with the unit.
- STATUS / STATUS_DESCRIPTION — Lifecycle state (
IN_SERVICE,OUT_OF_SERVICE,RETIRED) and its descriptive text. - VENDOR_EQUIPMENT_CODE — Derived from
CAU.LOT_NUMBER; the vendor's equipment or lot code. - EFFECTIVE_DATE — Date the current status or record became effective.
- REFERENCE_DATA — Free-form reference information.
- WORK_ORDER_NUMBER — Associated work order.
- VENDOR_ID / VENDOR_NAME — Supplier of the equipment.
- HZ_CLLI_CODE — Common Language Location Identifier (CLLI) code; the defining query selects
CAU.CLLI_CODE. - FA_LOCATION_ID / FIXED_ASSET_LOCATION — Fixed-asset location linkage.
- LAST_TRANSACTION_ID — Identifier of the most recent transaction affecting the unit.
- NETWORK_IDENTIFIER — Concatenation
TO_CHAR(INV_ITEM_ID)||TO_CHAR(HZ_LOCATION_ID)||STATUS, providing a composite key. - CREATION_DATE, CREATED_BY, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — Standard EBS audit columns.
Common Use Cases and Queries
Because the view is obsolete and not implemented in the database, queries against it will not execute in supported 12.1.1 / 12.2.2 environments. The intended reporting scenarios, however, centered on network equipment status tracking — notably searching for units that had gone out of service — and reconciliation with fixed assets. A representative query would have been:
SELECT unit_id, network_number, status, status_description, vendor_name, work_order_number FROM cun_item_network_units_v WHERE status = 'OUT_OF_SERVICE';SELECT network_identifier, fixed_asset_location FROM cun_item_network_units_v WHERE status IN ('IN_SERVICE','OUT_OF_SERVICE');
Organizations encountering references to this view should redirect reporting to CUN_ASSET_UNITS_V (or its supported successors), applying the same status filter, and confirm object availability against the ETRM for the target release.
-
Lookup Type: CSI_OPERATIONAL_STATUS_CODE
12.2.2
product: CSI - Install Base , meaning: Instance Operational Status Code , description: Operational Status of an Item Instance ,
-
Lookup Type: CSI_OPERATIONAL_STATUS_CODE
12.1.1
product: CSI - Install Base , meaning: Instance Operational Status Code , description: Operational Status of an Item Instance ,
-
Lookup Type: CSI_DPL_TXN_TYPES
12.1.1
product: CSI - Install Base , meaning: Asset Tracking Deployment Actions , description: Asset Tracking Deployment Actions ,
-
Lookup Type: CSI_EIB_TRX_UI
12.1.1
product: CSE - Asset Tracking , meaning: CSI_EIB_TRX_UI , description: Transaction Types used in Asset Tracking HTML Work Bench ,
-
Lookup Type: CSI_DPL_TXN_TYPES
12.2.2
product: CSI - Install Base , meaning: Asset Tracking Deployment Actions , description: Asset Tracking Deployment Actions ,
-
View: CUN_ITEM_NETWORK_UNITS_V
12.1.1
product: CUN - Network Logistics - NATS (obsolete) , description: This view contains network unit information from the Network Logistics system , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: CUN_UNIT_STATUS
12.1.1
product: CUN - Network Logistics - NATS (obsolete) , meaning: CUN Unit Status , description: Unit Status ,
-
Lookup Type: CSI_EIB_TRX_UI
12.2.2
product: CSE - Asset Tracking , meaning: CSI_EIB_TRX_UI , description: Transaction Types used in Asset Tracking HTML Work Bench ,
-
View: CUN_ITEM_NETWORK_UNITS_V
12.2.2
product: CUN - Network Logistics - NATS (Obsolete) , description: This view contains network unit information from the Network Logistics system , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: CUN_UNIT_STATUS
12.2.2
product: CUN - Network Logistics - NATS (Obsolete) , meaning: CUN Unit Status , description: Unit Status ,
-
Lookup Type: CSI_INSTANCE_USAGE_CODE
12.1.1
product: CSI - Install Base , meaning: Instance Usage Code , description: Instance Usage Code for Item Instances ,
-
Lookup Type: CUN_TRANSACTION_TYPE
12.1.1
product: CUN - Network Logistics - NATS (obsolete) , meaning: CUN Transaction Type , description: Transaction type ,
-
Lookup Type: CSI_INSTANCE_USAGE_CODE
12.2.2
product: CSI - Install Base , meaning: Instance Usage Code , description: Instance Usage Code for Item Instances ,
-
Lookup Type: CUN_TRANSACTION_TYPE
12.2.2
product: CUN - Network Logistics - NATS (Obsolete) , meaning: CUN Transaction Type , description: Transaction type ,
-
VIEW: APPS.AHL_UNIT_ALTERNATES_V
12.2.2
-
VIEW: APPS.AHL_UNIT_ALTERNATES_V
12.1.1
-
View: CUN_ASSET_UNITS_V
12.1.1
product: CUN - Network Logistics - NATS (obsolete) , description: Asset unit information-- 07/27/2000 New STATUS types are included in the fnd_lookup_values, there for this view now search thru fnd_lookup_values for CUN_UNIT_STATUS type and consider all valid STATUS in the view query , implementation_dba_data: Not implemented in this database ,
-
View: CUN_ASSET_UNITS_V
12.2.2
product: CUN - Network Logistics - NATS (Obsolete) , description: Asset unit information-- 07/27/2000 New STATUS types are included in the fnd_lookup_values, there for this view now search thru fnd_lookup_values for CUN_UNIT_STATUS type and consider all valid STATUS in the view query , implementation_dba_data: Not implemented in this database ,
-
View: AHL_UNIT_ALTERNATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_UNIT_ALTERNATES_V, object_name:AHL_UNIT_ALTERNATES_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query to retrieve alternate item instances available in Install Base for a position (node) as defined by Master Configuration , implementation_dba_data: APPS.AHL_UNIT_ALTERNATES_V ,
-
View: AHL_UNIT_ALTERNATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_UNIT_ALTERNATES_V, object_name:AHL_UNIT_ALTERNATES_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query to retrieve alternate item instances available in Install Base for a position (node) as defined by Master Configuration , implementation_dba_data: APPS.AHL_UNIT_ALTERNATES_V ,
-
PACKAGE BODY: APPS.CSE_DEPLOYMENT_GRP
12.1.1
-
APPS.CSE_ASSET_MOVE_PKG SQL Statements
12.1.1
-
APPS.CSE_ASSET_MOVE_PKG SQL Statements
12.2.2
-
PACKAGE: APPS.CSI_INV_TRXS_PKG
12.1.1
-
PACKAGE: APPS.CSI_INV_TRXS_PKG
12.2.2
-
PACKAGE BODY: APPS.CSE_DEPLOYMENT_GRP
12.2.2
-
PACKAGE: APPS.CSE_DATASTRUCTURES_PUB
12.2.2
-
PACKAGE: APPS.CSE_DATASTRUCTURES_PUB
12.1.1
-
PACKAGE BODY: APPS.CSF_IB
12.1.1
-
PACKAGE BODY: APPS.CSF_IB
12.2.2
-
PACKAGE BODY: APPS.CSE_OUT_OF_SERVICE_PKG
12.2.2
-
PACKAGE BODY: APPS.CSE_OUT_OF_SERVICE_PKG
12.1.1
-
APPS.CSI_INV_TRXS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.CSE_ASSET_MOVE_PKG
12.1.1
-
PACKAGE BODY: APPS.CSI_ITEM_INSTANCE_PVT
12.2.2
-
APPS.CSI_ITEM_INSTANCE_PVT dependencies on HZ_LOCATIONS
12.1.1
-
APPS.CSI_ITEM_INSTANCE_PVT dependencies on HZ_LOCATIONS
12.2.2
-
PACKAGE BODY: APPS.CSI_ITEM_INSTANCE_PVT
12.1.1
-
APPS.CSI_ITEM_INSTANCE_PVT dependencies on HZ_PARTY_SITES
12.1.1
-
APPS.CSE_DEPLOYMENT_GRP dependencies on CSI_ITEM_INSTANCE_PUB
12.1.1
-
APPS.CSE_DEPLOYMENT_GRP dependencies on CSI_ITEM_INSTANCE_PUB
12.2.2
-
APPS.CSI_ITEM_INSTANCE_PVT dependencies on HZ_PARTY_SITES
12.2.2
-
PACKAGE BODY: APPS.CSE_ASSET_MOVE_PKG
12.2.2
-
APPS.CSI_INV_TRXS_PKG dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.CSI_INV_TRXS_PKG SQL Statements
12.2.2
-
APPS.CSE_DEPLOYMENT_GRP dependencies on CSI_ITEM_INSTANCES
12.1.1
-
APPS.CSE_DEPLOYMENT_GRP dependencies on CSI_ITEM_INSTANCES
12.2.2
-
APPS.CSI_INV_TRXS_PKG dependencies on HR_ALL_ORGANIZATION_UNITS
12.2.2
-
APPS.CSE_DEPLOYMENT_GRP dependencies on FND_MSG_PUB
12.1.1
-
APPS.CSE_DEPLOYMENT_GRP dependencies on FND_MSG_PUB
12.2.2