Search Results fa_distribution_id
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.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: 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_SERIALIZED_UNITS_V
12.1.1
product: CUN - Network Logistics - NATS (obsolete) , description: This view is for NL Serialized Items , implementation_dba_data: Not implemented in this database ,
-
View: CUN_SERIALIZED_UNITS_V
12.2.2
product: CUN - Network Logistics - NATS (Obsolete) , description: This view is for NL Serialized Items , implementation_dba_data: Not implemented in this database ,
-
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: 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: 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: CUN_SERIALIZED_ITEMS_V
12.1.1
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: CUN_NON_SERIALIZED_ITEMS_V
12.2.2
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: CUN_TRANSACTIONS_V
12.1.1
product: CUN - Network Logistics - NATS (obsolete) , description: Business view of transaction history , implementation_dba_data: Not implemented in this database ,
-
View: CUN_TRANSACTIONS_V
12.2.2
product: CUN - Network Logistics - NATS (Obsolete) , description: Business view of transaction history , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.CSE_FA_TXN_PKG
12.1.1
-
PACKAGE BODY: APPS.CSE_FA_TXN_PKG
12.2.2
-
APPS.CSE_FA_TXN_PKG dependencies on FA_MASS_EXT_RETIREMENTS_S
12.1.1
-
APPS.CSE_FA_TXN_PKG dependencies on DUAL
12.2.2
-
APPS.CSE_FA_TXN_PKG dependencies on FA_MASS_EXT_RETIREMENTS
12.1.1
-
APPS.CSE_FA_TXN_PKG dependencies on FA_MASS_EXT_RETIREMENTS_S
12.2.2
-
APPS.CSE_FA_TXN_PKG dependencies on DUAL
12.1.1
-
APPS.CSE_FA_TXN_PKG dependencies on FA_MASS_EXT_RETIREMENTS
12.2.2
-
PACKAGE BODY: APPS.CSE_ASSET_MOVE_PKG
12.1.1
-
PACKAGE BODY: APPS.CSE_ASSET_MOVE_PKG
12.2.2