Search Results catset_category_fk
Overview
The EDW_ITEM_ONETIME_ITEM_LCV view is an Oracle E-Business Suite data warehouse object owned by the APPS schema and associated with the Engineering (ENG) product module. It presents a consolidated, analytics-ready list of item-level onetime items — that is, lines that carry descriptive information about a purchased or received item but that are not associated with a defined inventory item master record. Because these lines have no ITEM_ID, they never appear in the standard item dimension, and this view exists specifically to surface them for reporting and integration into an enterprise data warehouse (EDW) model.
The view is dimension-like in shape. It synthesizes a synthetic key, a category-set foreign key, descriptive attributes, and audit-style date aggregates into a single projection suitable for loading into a downstream EDW. In ETRM 12.1.1 and 12.2.2, it functions as a localized capture view (the _LCV suffix indicates a "local" collection view) that feeds the warehouse with records that would otherwise be orphaned from normal item hierarchies.
Underlying Base Objects
The view is defined over three principal base objects, combined through an inner-style join and a UNION of two query blocks:
- EDW_LOCAL_INSTANCE — Supplies the
INSTANCE_CODEthat identifies the originating environment, which is concatenated into identifiers. - MTL_CATEGORIES_KFV — The key flexfield view over categories, providing
CATEGORY_IDandCONCATENATED_SEGMENTSfor the category description appended to the item description. - PO_LINES_ALL — The first source of onetime data: purchasing lines where
ITEM_ID IS NULL. - RCV_SHIPMENT_LINES — The second source: receipt lines where
ITEM_ID IS NULL, excluding any description/category combination already captured fromPO_LINES_ALLvia aNOT EXISTSsubquery, preventing duplication.
Although ETRM's documented base-object list is empty, the embedded view text confirms these four tables/views. Both query blocks join category to the transaction source on CATEGORY_ID and then cross the result with EDW_LOCAL_INSTANCE.
Key Columns
- ITEM_NUMBER_PK — The synthetic primary key, built as
ITEM_DESCRIPTION-CATEGORY_ID-ORG_ID-INSTANCE_CODE-ONETIME, uniquely identifying a onetime item occurrence. - ITEM_NUMBER_DP — Display form of the number, combining the description with the concatenated category segments, truncated to 240 characters.
- NAME — A shortened (80-character) rendering of the description and category.
- CATSET_CATEGORY_FK — The category-set foreign key, formed as
CATEGORY_ID-INSTANCE_CODE. This is the column users search for under the term catset_category_fk; it links the onetime item to its category set context for dimensional modeling. - ONE_TIME_FLAG — Flag ('Y') marking the record as a onetime item.
- DESCRIPTION / ITEM_NAME — The descriptive text, defaulted to
'NA_EDW'when null. - MIN(CREATION_DATE) / MAX(LAST_UPDATE_DATE) — Audit aggregates spanning the grouped records.
- PRODUCT_GROUP_FK — Defaulted to the literal
'NA_EDW'.
Common Use Cases and Queries
Typical applications include populating a warehouse item dimension for spend analysis, reconciling "no-item" purchasing or receiving activity, and tracing category linkage for unregistered items.
Retrieve onetime items for a specific category set:
SELECT item_number_pk, name, catset_category_fk, description FROM apps.edw_item_onetime_item_lcv WHERE catset_category_fk = :category_id || '-' || :instance_code;
Count onetime records by instance:
SELECT instance, COUNT(*) cnt FROM apps.edw_item_onetime_item_lcv GROUP BY instance;
Because the view performs string concatenation and DISTINCT aggregation across large transaction tables, queries should be filtered by category or instance to limit elapsed-time overhead.
-
View: EDW_ITEM_ONETIME_ITEM_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.EDW_ITEM_ONETIME_ITEM_LCV, object_name:EDW_ITEM_ONETIME_ITEM_LCV, status:VALID, product: ENG - Engineering , description: This view holds item level onetime items' information , implementation_dba_data: APPS.EDW_ITEM_ONETIME_ITEM_LCV ,
-
View: EDW_ITEM_ONETIME_ITEM_LCV
12.2.2
product: ENG - Engineering , description: This view holds item level onetime items' information , implementation_dba_data: Not implemented in this database ,
-
View: EDW_ITEM_ITEMORGPF_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.EDW_ITEM_ITEMORGPF_LCV, object_name:EDW_ITEM_ITEMORGPF_LCV, status:VALID, product: ENG - Engineering , description: This view holds the product family item information , implementation_dba_data: APPS.EDW_ITEM_ITEMORGPF_LCV ,
-
VIEW: APPS.EDW_ITEM_ITEMORGPF_LCV
12.1.1
-
View: EDW_ITEM_ITEMORGPF_LCV
12.2.2
product: ENG - Engineering , description: This view holds the product family item information , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.EDW_ITEM_ONETIME_ITEM_LCV
12.1.1
-
View: EDW_ITEM_ITEMORG_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.EDW_ITEM_ITEMORG_LCV, object_name:EDW_ITEM_ITEMORG_LCV, status:VALID, product: ENG - Engineering , description: This view holds item - organization level information , implementation_dba_data: APPS.EDW_ITEM_ITEMORG_LCV ,
-
View: EDW_ITEM_ITEMORG_LCV
12.2.2
product: ENG - Engineering , description: This view holds item - organization level information , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.EDW_ITEM_ITEMORG_LCV
12.1.1
-
VIEW: APPS.EDW_ITEM_ONETIME_ITEM_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.EDW_ITEM_ONETIME_ITEM_LCV, object_name:EDW_ITEM_ONETIME_ITEM_LCV, status:VALID,
-
APPS.EDW_ITEMS_M_C SQL Statements
12.1.1
-
View: EDW_ITEM_ONETIME_ITEMORG_LCV
12.2.2
product: ENG - Engineering , description: This view holds item organization level onetime item information , implementation_dba_data: Not implemented in this database ,
-
TABLE: ENI.EDW_ITEM_ITEMORG_TEMP
12.1.1
owner:ENI, object_type:TABLE, object_name:EDW_ITEM_ITEMORG_TEMP, status:VALID,
-
View: EDW_ITEM_ONETIME_ITEMORG_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.EDW_ITEM_ONETIME_ITEMORG_LCV, object_name:EDW_ITEM_ONETIME_ITEMORG_LCV, status:VALID, product: ENG - Engineering , description: This view holds item organization level onetime item information , implementation_dba_data: APPS.EDW_ITEM_ONETIME_ITEMORG_LCV ,
-
VIEW: APPS.EDWBV_ITEM_ITEMORG_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.EDWBV_ITEM_ITEMORG_LCV, object_name:EDWBV_ITEM_ITEMORG_LCV, status:VALID,
-
VIEW: APPS.EDW_ITEM_ITEMORG_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.EDW_ITEM_ITEMORG_LCV, object_name:EDW_ITEM_ITEMORG_LCV, status:VALID,
-
View: EDWBV_ITEM_ITEMORG_LCV
12.2.2
product: ENG - Engineering , description: This view contains items at the item/organization level. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.EDWBV_ITEM_ITEMORGPF_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.EDWBV_ITEM_ITEMORGPF_LCV, object_name:EDWBV_ITEM_ITEMORGPF_LCV, status:VALID,
-
View: EDWBV_ITEM_ITEMORGPF_LCV
12.2.2
product: ENG - Engineering , description: This view contains Product Family items at the item/organization level. , implementation_dba_data: Not implemented in this database ,
-
View: EDWBV_ITEM_ITEMORGPF_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.EDWBV_ITEM_ITEMORGPF_LCV, object_name:EDWBV_ITEM_ITEMORGPF_LCV, status:VALID, product: ENG - Engineering , description: This view contains Product Family items at the item/organization level. , implementation_dba_data: APPS.EDWBV_ITEM_ITEMORGPF_LCV ,
-
VIEW: APPS.EDW_ITEM_ONETIME_ITEMORG_LCV
12.1.1
-
View: EDWBV_ITEM_ITEMORG_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.EDWBV_ITEM_ITEMORG_LCV, object_name:EDWBV_ITEM_ITEMORG_LCV, status:VALID, product: ENG - Engineering , description: This view contains items at the item/organization level. , implementation_dba_data: APPS.EDWBV_ITEM_ITEMORG_LCV ,
-
VIEW: APPS.EDW_ITEM_ONETIME_ITEMORG_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.EDW_ITEM_ONETIME_ITEMORG_LCV, object_name:EDW_ITEM_ONETIME_ITEMORG_LCV, status:VALID,
-
VIEW: APPS.EDW_ITEM_ITEMORGPF_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.EDW_ITEM_ITEMORGPF_LCV, object_name:EDW_ITEM_ITEMORGPF_LCV, status:VALID,
-
TABLE: ENI.EDW_ITEM_ITEMORG_LTC
12.1.1
owner:ENI, object_type:TABLE, object_name:EDW_ITEM_ITEMORG_LTC, status:VALID,
-
TABLE: ENI.EDW_ITEM_ITEMORG_LSTG
12.1.1
owner:ENI, object_type:TABLE, object_name:EDW_ITEM_ITEMORG_LSTG, status:VALID,
-
PACKAGE BODY: APPS.EDW_ITEMS_M_C
12.1.1
-
APPS.EDW_ITEMS_M_C dependencies on EDW_ITEM_ITEMORG_TEMP
12.1.1
-
APPS.EDW_ITEMS_M_C dependencies on EDW_ITEM_ITEMORG_LSTG
12.1.1
-
APPS.EDW_ITEMS_M_C dependencies on MTL_CATEGORY_SETS_TL
12.1.1
-
APPS.EDW_ITEMS_M_C dependencies on MTL_ITEM_CATEGORIES
12.1.1
-
APPS.EDW_ITEMS_M_C dependencies on MTL_CATEGORY_SETS
12.1.1
-
eTRM - ENG Tables and Views
12.1.1
description: Change type organization properties ,