Search Results defect_tracking_on_flag
Overview
CSS_DEF_PRODUCTS_VL is a view in the Oracle E-Business Suite CSS (Support) product family, historically associated with defect tracking and quality-related inventory reporting. In the ETRM metadata, the object is flagged as part of CSS - Support (obsolete), and it is explicitly noted as "Not implemented in this database" in the source documentation. This means the view may exist as a definition within the ETRM reference library but is not deployed in every environment. Its role is to present a filtered, denormalized list of inventory items that have defect tracking enabled, exposing product-oriented attributes for reporting and integration. The view is named with the "_VL" suffix, indicating that it is a value-list style view typically used to support List of Values (LOV) poplists and lookup-driven user interfaces, though it can also be queried directly for reporting. Because it filters on DEFECT_TRACKING_ON_FLAG = 'Y', it is scoped to items relevant to defect tracking workflows rather than the full item master.
Underlying Base Objects
According to the view text, the sole documented base object is MTL_SYSTEM_ITEMS_VL, the value-list view over the item master that joins item-level attributes from MTL_SYSTEM_ITEMS_B and translations from MTL_SYSTEM_ITEMS_TL. The ETRM "referenced base objects" entry lists none explicitly, but the SQL is unambiguous. The view joins the item master to an organization filter obtained from CSS_DEF_MTL_API.GET_INV_ORGANIZATION_ID, a PL/SQL API function that returns the inventory organization identifier relevant to the CSS defect-tracking context. Consequently, the view is effectively a single-organization slice of the item master, restricted to rows where defect tracking is active. Because it draws on the _VL layer of the item master, it inherits translated description fields and concatenated key flexfield segments.
Key Columns
The view exposes four columns in its SELECT list, though the documented column list uses alternate names:
- PRODUCT_INV_ITEM_ID — Maps to
INVENTORY_ITEM_ID, the unique identifier for the inventory item. This is the primary join key to other item-related tables. - PRODUCT_NUMBER — Maps to
CONCATENATED_SEGMENTS, the concatenated key flexfield segments that form the user-visible item number. - PRODUCT_DESCRIPTION — Maps to
DESCRIPTION, the translated item description. - PRODUCT_REVISION_CONTROL_CODE — Maps to
REVISION_QTY_CONTROL_CODE, the code controlling whether revision and/or quantity control applies to the item. This is the column most relevant to the user's search term, "revision_qty_control_code." Valid values correspond to the item master's revision/quantity control scheme (for example, revision control, quantity control, or both).
The alias mapping indicates that consumers of this view should expect product-prefixed column names rather than the raw item master column names.
Common Use Cases and Queries
The primary use case is populating defect-tracking product lists and validating that a selected item is eligible for defect tracking within the correct inventory organization. A typical query is:
SELECT PRODUCT_INV_ITEM_ID,
PRODUCT_NUMBER,
PRODUCT_DESCRIPTION,
PRODUCT_REVISION_CONTROL_CODE
FROM CSS_DEF_PRODUCTS_VL
WHERE PRODUCT_NUMBER LIKE :search || '%';
Because the view has no parameters, callers rely on its built-in organization and defect-tracking filters. A reporting query to identify items under revision control could add:
SELECT PRODUCT_NUMBER, PRODUCT_REVISION_CONTROL_CODE
FROM CSS_DEF_PRODUCTS_VL
WHERE PRODUCT_REVISION_CONTROL_CODE IN ('R', 'B');
Given the "obsolete" classification and the "not implemented" note, administrators should verify deployment status in their specific instance before relying on this view. Where it is absent, equivalent results can be produced by querying MTL_SYSTEM_ITEMS_VL directly with the same organization and defect-tracking predicates.
-
View: CSS_DEF_PRODUCTS_VL
12.2.2
product: CSS - Support (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: CSS_DEF_PRODUCTS_VL
12.1.1
product: CSS - Support (obsolete) , implementation_dba_data: Not implemented in this database ,
-
TYPE: APPS.INV_EBI_ITEM_SERVICE_OBJ
12.1.1
owner:APPS, object_type:TYPE, object_name:INV_EBI_ITEM_SERVICE_OBJ, status:VALID,
-
TYPE: APPS.INV_EBI_ITEM_SERVICE_OBJ
12.2.2
owner:APPS, object_type:TYPE, object_name:INV_EBI_ITEM_SERVICE_OBJ, status:VALID,
-
View: AMS_PRODUCT_MAPPING_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PRODUCT_MAPPING_V, object_name:AMS_PRODUCT_MAPPING_V, status:VALID, product: AMS - Marketing , description: Product view for import. , implementation_dba_data: APPS.AMS_PRODUCT_MAPPING_V ,
-
View: AMS_PRODUCT_MAPPING_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PRODUCT_MAPPING_V, object_name:AMS_PRODUCT_MAPPING_V, status:VALID, product: AMS - Marketing , description: Product view for import. , implementation_dba_data: APPS.AMS_PRODUCT_MAPPING_V ,
-
VIEW: INV.INV_ITEM_TEMP#
12.2.2
-
VIEW: APPS.AMS_PRODUCT_MAPPING_V
12.2.2
-
View: GMF_XLA_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_ITEMS_V, object_name:GMF_XLA_ITEMS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View for SLA ADR sources from Item Definition , implementation_dba_data: APPS.GMF_XLA_ITEMS_V ,
-
VIEW: APPS.AMS_PRODUCT_MAPPING_V
12.1.1
-
View: CST_XLA_INV_SYSTEM_ITEMS_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_SYSTEM_ITEMS_REF_V, object_name:CST_XLA_INV_SYSTEM_ITEMS_REF_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_SYSTEM_ITEMS_REF_V ,
-
View: GMF_XLA_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_ITEMS_V, object_name:GMF_XLA_ITEMS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View for SLA ADR sources from Item Definition , implementation_dba_data: APPS.GMF_XLA_ITEMS_V ,
-
View: CST_XLA_INV_SYSTEM_ITEMS_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_SYSTEM_ITEMS_REF_V, object_name:CST_XLA_INV_SYSTEM_ITEMS_REF_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_SYSTEM_ITEMS_REF_V ,
-
VIEW: INV.MTL_SYSTEM_ITEMS_B#
12.2.2
-
VIEW: APPS.MTL_ITEM_FLEXFIELDS
12.1.1
-
VIEW: APPS.MTL_ITEM_FLEXFIELDS
12.2.2
-
VIEW: EGO.EGO_MTL_SY_ITEMS_CHG_B#
12.2.2
-
VIEW: INV.MTL_SYSTEM_ITEMS_INTERFACE#
12.2.2
-
VIEW: APPS.CST_XLA_INV_SYSTEM_ITEMS_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_SYSTEM_ITEMS_REF_V, object_name:CST_XLA_INV_SYSTEM_ITEMS_REF_V, status:VALID,
-
VIEW: APPS.CST_XLA_INV_SYSTEM_ITEMS_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_SYSTEM_ITEMS_REF_V, object_name:CST_XLA_INV_SYSTEM_ITEMS_REF_V, status:VALID,
-
View: MTL_ITEM_FLEXFIELDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_FLEXFIELDS, object_name:MTL_ITEM_FLEXFIELDS, status:VALID, product: INV - Inventory , description: This view is based on the key flexfield view MTL_SYSTEM_ITEMS_B_KFV. It contains columns with padded and unpadded concatenated segments of an item number. , implementation_dba_data: APPS.MTL_ITEM_FLEXFIELDS ,
-
View: MTL_SYSTEM_ITEMS_B_KFV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_B_KFV, object_name:MTL_SYSTEM_ITEMS_B_KFV, status:VALID, product: INV - Inventory , description: System Items Key Flexfield View , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_B_KFV ,
-
View: MTL_ITEM_FLEXFIELDS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_FLEXFIELDS, object_name:MTL_ITEM_FLEXFIELDS, status:VALID, product: INV - Inventory , description: This view is based on the key flexfield view MTL_SYSTEM_ITEMS_B_KFV. It contains columns with padded and unpadded concatenated segments of an item number. , implementation_dba_data: APPS.MTL_ITEM_FLEXFIELDS ,
-
VIEW: APPS.GMF_XLA_ITEMS_V
12.1.1
-
View: MTL_SYSTEM_ITEMS_B_KFV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_B_KFV, object_name:MTL_SYSTEM_ITEMS_B_KFV, status:VALID, product: INV - Inventory , description: System Items Key Flexfield View , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_B_KFV ,
-
VIEW: APPS.MTL_SYSTEM_ITEMS_B_KFV
12.2.2
-
VIEW: APPS.MTL_SYSTEM_ITEMS_B1_KFV
12.2.2
-
VIEW: APPS.MTL_SYSTEM_ITEMS_B_KFV
12.1.1
-
VIEW: APPS.GMF_XLA_ITEMS_V
12.2.2
-
VIEW: APPS.CST_XLA_INV_SYSTEM_ITEMS_REF_V
12.1.1
-
VIEW: APPS.CST_XLA_INV_SYSTEM_ITEMS_REF_V
12.2.2
-
VIEW: APPS.MTL_SYSTEM_ITEMS_ER1_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_ER1_V, object_name:MTL_SYSTEM_ITEMS_ER1_V, status:VALID,
-
VIEW: INV.INV_ITEM_TEMP#
12.2.2
owner:INV, object_type:VIEW, object_name:INV_ITEM_TEMP#, status:VALID,
-
VIEW: APPS.MTL_SYSTEM_ITEMS_ER1_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_ER1_V, object_name:MTL_SYSTEM_ITEMS_ER1_V, status:VALID,
-
TABLE: INV.INV_ITEM_TEMP
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.INV_ITEM_TEMP, object_name:INV_ITEM_TEMP, status:VALID,
-
TABLE: INV.INV_ITEM_TEMP
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.INV_ITEM_TEMP, object_name:INV_ITEM_TEMP, status:VALID,
-
View: MTL_SYSTEM_ITEMS_ER1_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_ER1_V, object_name:MTL_SYSTEM_ITEMS_ER1_V, status:VALID, product: INV - Inventory , description: ERES : View to support ERES framework for Items , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_ER1_V ,
-
View: EGO_MTL_SY_ITEMS_CHG_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_MTL_SY_ITEMS_CHG_VL, object_name:EGO_MTL_SY_ITEMS_CHG_VL, status:VALID, product: EGO - Advanced Product Catalog , description: This view stores the pending changes information for item operational attributes , implementation_dba_data: APPS.EGO_MTL_SY_ITEMS_CHG_VL ,
-
View: EGO_MTL_SY_ITEMS_CHG_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_MTL_SY_ITEMS_CHG_VL, object_name:EGO_MTL_SY_ITEMS_CHG_VL, status:VALID, product: EGO - Advanced Product Catalog , description: This view stores the pending changes information for item operational attributes , implementation_dba_data: APPS.EGO_MTL_SY_ITEMS_CHG_VL ,
-
View: MTL_SYSTEM_ITEMS_ER1_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_ER1_V, object_name:MTL_SYSTEM_ITEMS_ER1_V, status:VALID, product: INV - Inventory , description: ERES : View to support ERES framework for Items , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_ER1_V ,
-
VIEW: APPS.MTL_SYSTEM_ITEMS_B1_KFV
12.2.2
owner:APPS, object_type:VIEW, object_name:MTL_SYSTEM_ITEMS_B1_KFV, status:VALID,
-
VIEW: EGO.EGO_MTL_SY_ITEMS_CHG_B#
12.2.2
owner:EGO, object_type:VIEW, object_name:EGO_MTL_SY_ITEMS_CHG_B#, status:VALID,
-
VIEW: INV.MTL_SYSTEM_ITEMS_B#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_SYSTEM_ITEMS_B#, status:VALID,
-
View: EGO_ITEM_SYNC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ITEM_SYNC_V, object_name:EGO_ITEM_SYNC_V, status:VALID, product: EGO - Advanced Product Catalog , description: This View is used for Item Sync operations with external systems. Currently this is being used for ItemSync with Siebel , implementation_dba_data: APPS.EGO_ITEM_SYNC_V ,
-
View: EGO_ITEM_SYNC_OP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ITEM_SYNC_OP_V, object_name:EGO_ITEM_SYNC_OP_V, status:VALID, product: EGO - Advanced Product Catalog , description: This View is used for Item Sync operations with external systems. Currently this is being used for ItemSync with Siebel OnPremise , implementation_dba_data: APPS.EGO_ITEM_SYNC_OP_V ,
-
View: EGO_ITEM_SYNC_OP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ITEM_SYNC_OP_V, object_name:EGO_ITEM_SYNC_OP_V, status:VALID, product: EGO - Advanced Product Catalog , description: This View is used for Item Sync operations with external systems. Currently this is being used for ItemSync with Siebel OnPremise , implementation_dba_data: APPS.EGO_ITEM_SYNC_OP_V ,
-
VIEW: APPS.MTL_CLIENT_ITEMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CLIENT_ITEMS_VL, object_name:MTL_CLIENT_ITEMS_VL, status:VALID,
-
VIEW: INV.MTL_SYSTEM_ITEMS_INTERFACE#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_SYSTEM_ITEMS_INTERFACE#, status:VALID,
-
View: EGO_ITEM_SYNC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ITEM_SYNC_V, object_name:EGO_ITEM_SYNC_V, status:VALID, product: EGO - Advanced Product Catalog , description: This View is used for Item Sync operations with external systems. Currently this is being used for ItemSync with Siebel , implementation_dba_data: APPS.EGO_ITEM_SYNC_V ,
-
APPS.INVPULI2 SQL Statements
12.1.1