Search Results clli_code
Overview
CUN_ITEMS_V is a reporting view belonging to the CUN – Network Logistics – NATS product family. Within the Oracle E-Business Suite 12.1.1 and 12.2.2 environments, this component is classified as obsolete; the ETRM metadata confirms it is not implemented in the current database instance. The view presents a consolidated, denormalized picture of item unit information originating from the Network Logistics system, combining inventory item attributes with fixed asset and project accounting context. It was designed to give downstream reporting and integration processes a single read-only source for unit-level records spanning warehouses, subinventories, locators, lots, serialized and non-serialized items, and their related fixed asset assignments.
Because the underlying data model depends on custom NATS tables (CUN_NON_SERIALIZED_ITEMS_V and CUN_SERIALIZED_ITEMS_V), the view is only meaningful in environments where that legacy product has been deployed. In standard Oracle EBS installations the view will not exist or will return no rows.
Underlying Base Objects
The view text is defined as a UNION of two integration views rather than as a direct projection over base tables:
- CUN_NON_SERIALIZED_ITEMS_V – supplies item unit rows for items not tracked by serial number.
- CUN_SERIALIZED_ITEMS_V – supplies item unit rows for items tracked by serial number.
No base Oracle EBS tables are documented as referenced objects by the ETRM metadata. Operationally, these two source views likely resolve against CUN product tables and reference standard Oracle entities such as MTL_SYSTEM_ITEMS, MTL_ITEM_LOCATIONS, FA_DISTRIBUTIONS, and project/task tables, but those relationships are inherited indirectly rather than declared in the CUN_ITEMS_V definition. The identical column list on both sides of the UNION ensures a stable, uniform result set for callers.
Key Columns
The column list reflects the dual inventory-and-asset nature of the view. Notable columns include:
- UNIT_ID, INV_ITEM_ID, INV_ITEM, DESCRIPTION – unit identity and inventory item key/description.
- INVENTORY_ORG_ID, INV_ORGANIZATION_NAME, SUBINVENTORY, LOCATOR_ID, LOCATOR, REVISION, LOT_NUMBER – physical stocking and locator detail.
- QUANTITY, STATUS, INV_STATUS_NAME, STATUS_DESCRIPTION, CURRENT_UNITS – quantity and inventory status.
- FA_DISTRIBUTION_ID, BOOK_TYPE_CODE, FA_DIST_LOCATION_ID, FIXED_ASSET_LOCATION – the fixed asset distribution identifiers linking units to asset books and locations.
- ASSET_ID, ASSET_NUMBER, ASSET_DESCRIPTION, ASSET_TAG_NUMBER, ASSET_SERIAL_NUMBER, ASSET_TYPE, CATEGORY_TYPE, ASSET_MANUFACTURER_NAME – asset master attributes.
- HZ_LOCATION_ID, CLLI_CODE, LOC_DESCRIPTION – location referencing including telecom CLLI codes.
- PROJECT_ID, PROJECT_NUMBER, PROJECT_TASK_ID, TASK_NUMBER – project and task accounting context.
- SERIAL_NUMBER, VENDOR_SERIAL_NUMBER, NETWORK_NUMBER, VENDOR_ID, VENDOR_NAME – serialization and vendor detail.
- ASSET_GROUPING_ELEMENT1–3, LAST_TRANSACTION_ID, REFERENCE_DATA, and the standard audit columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN).
Common Use Cases and Queries
The most frequent scenario is reconciling network inventory units against their fixed asset distributions, driven by the FA_DISTRIBUTION_ID column for which the user searched. A representative query joining the distribution to asset attributes is:
SELECT assET_number, fa_distribution_id, book_type_code,
fixed_asset_location, inventory_org_id, locator
FROM cun_items_v
WHERE fa_distribution_id IS NOT NULL;
Other typical uses include locating units by organization, subinventory, or locator; listing serialized units with their serial and vendor serial numbers; and grouping units by project, task, or asset grouping element. Because the view is obsolete and not implemented in current databases, any existing query referencing it should be migrated to supported inventory and fixed asset views in EBS rather than retained in its current form.
-
View: CUN_ITEMS_V
12.1.1
product: CUN - Network Logistics - NATS (obsolete) , description: This view contains item unit information from the Network Logistics system , implementation_dba_data: Not implemented in this database ,
-
View: CUN_ITEMS_V
12.2.2
product: CUN - Network Logistics - NATS (Obsolete) , description: This view contains item unit information from the Network Logistics system , implementation_dba_data: Not implemented in this database ,
-
VIEW: AR.HZ_IMP_ADDRESSES_INT#
12.2.2
-
VIEW: AR.HZ_LOCATIONS#
12.2.2
-
VIEW: APPS.CSC_HZ_LOCATIONS_V
12.2.2
-
View: IGS_PE_ADDR_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.RRS_LOCATIONS_V
12.1.1
-
View: IGS_PE_PERSON_ADDR_V
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_PE_PERSON_ADDR_V describes the person address details , implementation_dba_data: Not implemented in this database ,
-
TABLE: AR.HZ_LOCATION_VAL_GT
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_LOCATION_VAL_GT, object_name:HZ_LOCATION_VAL_GT, status:VALID,
-
View: IGS_PE_ADDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_ADDR_V, object_name:IGS_PE_ADDR_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_ADDR_V ,
-
VIEW: APPS.RRS_LOCATIONS_V
12.2.2
-
View: IGS_PE_PERSON_ADDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_ADDR_V, object_name:IGS_PE_PERSON_ADDR_V, status:VALID, product: IGS - Student System , description: IGS_PE_PERSON_ADDR_V describes the person address details , implementation_dba_data: APPS.IGS_PE_PERSON_ADDR_V ,
-
View: IGS_PE_PERSON_ADDR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_ADDR, object_name:IGS_PE_PERSON_ADDR, status:VALID, product: IGS - Student System , description: IGS_PE_PERSON_ADDR describes the address information of a person , implementation_dba_data: APPS.IGS_PE_PERSON_ADDR ,
-
TABLE: AR.HZ_LOCATION_VAL_GT
12.1.1
owner:AR, object_type:TABLE, object_name:HZ_LOCATION_VAL_GT, status:VALID,
-
View: IGS_PE_PERSON_ADDR
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_PE_PERSON_ADDR describes the address information of a person , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PE_ADDR_V
12.1.1
-
PACKAGE: APPS.CSI_HZ_LOCATIONS_PVT
12.2.2
-
VIEW: AR.HZ_IMP_ADDRESSES_INT#
12.2.2
owner:AR, object_type:VIEW, object_name:HZ_IMP_ADDRESSES_INT#, status:VALID,
-
PACKAGE: APPS.CSI_HZ_LOCATIONS_PVT
12.1.1
-
View: AMS_PERSON_LOCATIONS_V
12.2.2
product: AMS - Marketing , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PE_PERSON_ADDR
12.1.1
-
VIEW: APPS.IGS_PE_PERSON_ADDR_V
12.1.1
-
View: AMS_ORG_LOCATIONS_V
12.1.1
product: AMS - Marketing , implementation_dba_data: Not implemented in this database ,
-
View: AMS_PERSON_LOCATIONS_V
12.1.1
product: AMS - Marketing , implementation_dba_data: Not implemented in this database ,
-
View: AMS_ORG_LOCATIONS_V
12.2.2
product: AMS - Marketing , implementation_dba_data: Not implemented in this database ,
-
APPS.CSI_HZ_LOCATIONS_PVT SQL Statements
12.1.1
-
VIEW: APPS.CSC_HZ_LOCATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_HZ_LOCATIONS_V, object_name:CSC_HZ_LOCATIONS_V, status:VALID,
-
APPS.CSI_HZ_LOCATIONS_PVT SQL Statements
12.2.2
-
View: CSD_PARTY_SITES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSD.CSD_PARTY_SITES_V, object_name:CSD_PARTY_SITES_V, status:VALID, product: CSD - Depot Repair , implementation_dba_data: APPS.CSD_PARTY_SITES_V ,
-
VIEW: APPS.IGS_PE_ADDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_ADDR_V, object_name:IGS_PE_ADDR_V, status:VALID,
-
VIEW: APPS.IEX_LM_PER_EXPAND_V
12.1.1
owner:APPS, object_type:VIEW, object_name:IEX_LM_PER_EXPAND_V, status:VALID,
-
VIEW: AR.HZ_LOCATIONS#
12.2.2
owner:AR, object_type:VIEW, object_name:HZ_LOCATIONS#, status:VALID,
-
View: CUN_SERIALIZED_ITEMS_V
12.2.2
product: CUN - Network Logistics - NATS (Obsolete) , description: This view selects details of Serialized NL tracked Items. , implementation_dba_data: Not implemented in this database ,
-
View: CSD_PARTY_SITES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSD.CSD_PARTY_SITES_V, object_name:CSD_PARTY_SITES_V, status:VALID, product: CSD - Depot Repair , implementation_dba_data: APPS.CSD_PARTY_SITES_V ,
-
View: CUN_NON_SERIALIZED_ITEMS_V
12.1.1
product: CUN - Network Logistics - NATS (obsolete) , description: This view selects details of Non Serialized NL tracked Items. , implementation_dba_data: Not implemented in this database ,
-
View: CSC_HZ_PARTY_SITES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_HZ_PARTY_SITES_V, object_name:CSC_HZ_PARTY_SITES_V, status:VALID, product: CSC - Customer Care , description: View of HZ_LOCATIONS, HZ_PARTY_SITES. Links party to physical locations , implementation_dba_data: APPS.CSC_HZ_PARTY_SITES_V ,
-
VIEW: APPS.IEX_LM_ORG_EXPAND_W_ACC_V
12.1.1
owner:APPS, object_type:VIEW, object_name:IEX_LM_ORG_EXPAND_W_ACC_V, status:VALID,
-
VIEW: APPS.IEX_LM_ORG_EXPAND_W_ACC_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IEX_LM_ORG_EXPAND_W_ACC_V, status:VALID,
-
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: CSC_HZ_PARTY_LOCATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_HZ_PARTY_LOCATIONS_V, object_name:CSC_HZ_PARTY_LOCATIONS_V, status:VALID, product: CSC - Customer Care , description: View of HZ_LOCATIONS. This view is used to get party locations details , implementation_dba_data: APPS.CSC_HZ_PARTY_LOCATIONS_V ,
-
VIEW: APPS.IEX_LM_ORG_EXPAND_ALL_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IEX_LM_ORG_EXPAND_ALL_V, status:VALID,
-
VIEW: APPS.IEX_LM_PER_EXPAND_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IEX_LM_PER_EXPAND_V, status:VALID,
-
VIEW: APPS.IEX_LM_ORG_EXPAND_PO_V
12.1.1
owner:APPS, object_type:VIEW, object_name:IEX_LM_ORG_EXPAND_PO_V, status:VALID,
-
View: IBE_ADDRESSES_V
12.2.2
product: IBE - iStore , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IEX_LM_PER_EXPAND_ALL_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IEX_LM_PER_EXPAND_ALL_V, status:VALID,
-
VIEW: APPS.IEX_LM_REL_EXPAND_ALL_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IEX_LM_REL_EXPAND_ALL_V, status:VALID,
-
VIEW: APPS.IEX_LM_PER_EXPAND_ALL_V
12.2.2
-
VIEW: APPS.IEX_LM_PER_EXPAND_W_ACC_V
12.1.1
-
View: CSC_HZ_PARTY_SITES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_HZ_PARTY_SITES_V, object_name:CSC_HZ_PARTY_SITES_V, status:VALID, product: CSC - Customer Care , description: View of HZ_LOCATIONS, HZ_PARTY_SITES. Links party to physical locations , implementation_dba_data: APPS.CSC_HZ_PARTY_SITES_V ,