Search Results value_added_activity_flag
Overview
CST_XLA_ACTIVITY_REF_V is a reporting view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It is catalogued under the BOM (Bills of Material) product family but functions as a reference denormalization layer for Costing activity data consumed by the Subledger Accounting (XLA) engine. The name prefix CST_XLA_ACTIVITY_REF_V indicates that the view supplies the activity dimension required when SLA derives the accounting for cost transactions in Oracle Cost Management.
The view exposes the identifying attributes of an activity together with the full set of fifteen descriptive flexfield (DFF) attribute columns and the DFF structure name. This makes it the standard reference for reporting and integration when activity-level context is needed in accounting, costing, or BOM-driven cost rollup logic.
The object is documented with a status of VALID, confirming it is compiled and available for query in a supported environment.
Underlying Base Objects
The view is defined over a single base object, documented in the ETRM metadata as the synonym CST_ACTIVITIES. The view text shows a straightforward projection with column aliasing:
ACTIVITYis renamed toACTIVITY_NAME.DESCRIPTIONbecomesACTIVITY_DESCRIPTION.OUTPUT_UOMbecomesACTIVITY_OUTPUT_UOM.VALUE_ADDED_ACTIVITY_FLAGis decoded from the storedYES/NOform into a compactY/Nflag.ATTRIBUTE_CATEGORYandATTRIBUTE1throughATTRIBUTE15are surfaced with theACTIVITY_prefix to disambiguate them from attributes belonging to other cost objects.
Because the view is read-only and performs no joins, it inherits the row set of CST_ACTIVITIES without aggregation or filtering. Any security or org-level restriction applicable to the base table is therefore not masked by the view.
Key Columns
ACTIVITY_ID— Primary identifier of the activity; the join key to cost transaction and XLA reference tables.ACTIVITY_NAME— User-visible activity name.ACTIVITY_DESCRIPTION— Free-text description of the activity.ACTIVITY_OUTPUT_UOM— Unit of measure for the activity output, used in cost-per-unit derivation.VALUE_ADDED_ACTIVITY_FLAG—Y/Nindicator of whether the activity adds value; relevant to cost analysis and activity-based reporting.ACTIVITY_ATTRIBUTE_CATEGORY— The DFF structure (context) name. This is the column most commonly referenced when reporting on activity_attribute_category, since it identifies which flexfield context is active for the activity.ACTIVITY_ATTRIBUTE1…ACTIVITY_ATTRIBUTE15— The individual DFF segment values, valid only when the corresponding category is populated.
Common Use Cases and Queries
Typical uses include activity-level SLA reporting, validation of DFF setup, and integration extracts feeding costing analytics. To list all populated DFF contexts:
SELECT ACTIVITY_ID, ACTIVITY_NAME, ACTIVITY_ATTRIBUTE_CATEGORY
FROM APPS.CST_XLA_ACTIVITY_REF_V
WHERE ACTIVITY_ATTRIBUTE_CATEGORY IS NOT NULL
ORDER BY ACTIVITY_NAME;
To inspect a specific context and its segments:
SELECT ACTIVITY_ID, ACTIVITY_NAME, ACTIVITY_ATTRIBUTE_CATEGORY,
ACTIVITY_ATTRIBUTE1, ACTIVITY_ATTRIBUTE2
FROM APPS.CST_XLA_ACTIVITY_REF_V
WHERE ACTIVITY_ATTRIBUTE_CATEGORY = 'COST_ACTIVITY';
To flag value-added activities for cost analysis:
SELECT ACTIVITY_ID, ACTIVITY_NAME, VALUE_ADDED_ACTIVITY_FLAG
FROM APPS.CST_XLA_ACTIVITY_REF_V
WHERE VALUE_ADDED_ACTIVITY_FLAG = 'Y';
Because the view performs no filtering, adding the ATTRIBUTE_CATEGORY predicate is the recommended access path when querying large activity sets, and joins back to CST_ACTIVITIES should be made on ACTIVITY_ID rather than on name to avoid duplicates.
-
View: CST_XLA_ACTIVITY_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_ACTIVITY_REF_V, object_name:CST_XLA_ACTIVITY_REF_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_ACTIVITY_REF_V ,
-
VIEW: BOM.CST_ACTIVITIES#
12.2.2
-
VIEW: APPS.CST_XLA_ACTIVITY_REF_V
12.2.2
-
VIEW: BOM.CST_INQUIRY_TEMP#
12.2.2
-
VIEW: APPS.CST_XLA_ACTIVITY_REF_V
12.1.1
-
View: CST_XLA_ACTIVITY_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_ACTIVITY_REF_V, object_name:CST_XLA_ACTIVITY_REF_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_ACTIVITY_REF_V ,
-
VIEW: BOM.CST_INQUIRY_TEMP#
12.2.2
owner:BOM, object_type:VIEW, object_name:CST_INQUIRY_TEMP#, status:VALID,
-
VIEW: BOM.CST_ACTIVITIES#
12.2.2
owner:BOM, object_type:VIEW, object_name:CST_ACTIVITIES#, status:VALID,
-
VIEW: APPS.CST_ACTIVITY_FLEX_COST_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITY_FLEX_COST_VIEW, object_name:CST_ACTIVITY_FLEX_COST_VIEW, status:VALID,
-
TABLE: BOM.CST_INQUIRY_TEMP
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_INQUIRY_TEMP, object_name:CST_INQUIRY_TEMP, status:VALID,
-
VIEW: APPS.CST_ACTIVITY_FLEX_COST_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITY_FLEX_COST_VIEW, object_name:CST_ACTIVITY_FLEX_COST_VIEW, status:VALID,
-
VIEW: APPS.CST_XLA_ACTIVITY_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_ACTIVITY_REF_V, object_name:CST_XLA_ACTIVITY_REF_V, status:VALID,
-
VIEW: APPS.CST_XLA_ACTIVITY_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_ACTIVITY_REF_V, object_name:CST_XLA_ACTIVITY_REF_V, status:VALID,
-
VIEW: APPS.CST_ACTIVITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITIES_V, object_name:CST_ACTIVITIES_V, status:VALID,
-
VIEW: APPS.CST_ACTIVITIES_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITIES_VAL_V, object_name:CST_ACTIVITIES_VAL_V, status:VALID,
-
VIEW: APPS.CST_ACTIVITIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITIES_V, object_name:CST_ACTIVITIES_V, status:VALID,
-
APPS.OPI_EDW_OPI_ACTV_M_SZ SQL Statements
12.1.1
-
View: CST_ACTIVITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITIES_V, object_name:CST_ACTIVITIES_V, status:VALID, product: BOM - Bills of Material , description: Activities : SINGLE-ORG view , implementation_dba_data: APPS.CST_ACTIVITIES_V ,
-
View: CST_ACTIVITIES_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITIES_VAL_V, object_name:CST_ACTIVITIES_VAL_V, status:VALID, product: BOM - Bills of Material , description: Activities that are not disabled : SINGLE-ORG view , implementation_dba_data: APPS.CST_ACTIVITIES_VAL_V ,
-
View: CST_ACTIVITIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITIES_V, object_name:CST_ACTIVITIES_V, status:VALID, product: BOM - Bills of Material , description: Activities : SINGLE-ORG view , implementation_dba_data: APPS.CST_ACTIVITIES_V ,
-
View: CST_ACTIVITIES_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITIES_VAL_V, object_name:CST_ACTIVITIES_VAL_V, status:VALID, product: BOM - Bills of Material , description: Activities that are not disabled : SINGLE-ORG view , implementation_dba_data: APPS.CST_ACTIVITIES_VAL_V ,
-
TABLE: BOM.CST_INQUIRY_TEMP
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_INQUIRY_TEMP, object_name:CST_INQUIRY_TEMP, status:VALID,
-
VIEW: APPS.CST_ACTIVITIES_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITIES_VAL_V, object_name:CST_ACTIVITIES_VAL_V, status:VALID,
-
TABLE: BOM.CST_ACTIVITIES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ACTIVITIES, object_name:CST_ACTIVITIES, status:VALID,
-
TABLE: BOM.CST_ACTIVITIES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ACTIVITIES, object_name:CST_ACTIVITIES, status:VALID,
-
View: CST_ACTIVITY_FLEX_COST_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITY_FLEX_COST_VIEW, object_name:CST_ACTIVITY_FLEX_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by activity flex : SINGLE-ORG view , implementation_dba_data: APPS.CST_ACTIVITY_FLEX_COST_VIEW ,
-
VIEW: APPS.CST_DETAIL_COST_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_DETAIL_COST_VIEW, object_name:CST_DETAIL_COST_VIEW, status:VALID,
-
View: CST_DETAIL_COST_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_DETAIL_COST_VIEW, object_name:CST_DETAIL_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Detail cost for reports : SINGLE-ORG view , implementation_dba_data: APPS.CST_DETAIL_COST_VIEW ,
-
APPS.CSTPUTIL SQL Statements
12.1.1
-
View: CST_ACTIVITY_FLEX_COST_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITY_FLEX_COST_VIEW, object_name:CST_ACTIVITY_FLEX_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by activity flex : SINGLE-ORG view , implementation_dba_data: APPS.CST_ACTIVITY_FLEX_COST_VIEW ,
-
VIEW: APPS.CST_DETAIL_COST_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_DETAIL_COST_VIEW, object_name:CST_DETAIL_COST_VIEW, status:VALID,
-
View: CST_DETAIL_COST_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_DETAIL_COST_VIEW, object_name:CST_DETAIL_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Detail cost for reports : SINGLE-ORG view , implementation_dba_data: APPS.CST_DETAIL_COST_VIEW ,
-
APPS.CSTPUTIL SQL Statements
12.2.2
-
PACKAGE BODY: APPS.OPI_EDW_OPI_ACTV_M_SZ
12.1.1
-
PACKAGE BODY: APPS.CSTPUTIL
12.2.2
-
PACKAGE BODY: APPS.CSTPUTIL
12.1.1
-
APPS.CST_SUBELEMENTS_PVT SQL Statements
12.1.1
-
APPS.CST_SUBELEMENTS_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.CST_SUBELEMENTS_PVT
12.2.2
-
PACKAGE BODY: APPS.CST_SUBELEMENTS_PVT
12.1.1
-
eTRM - BOM Tables and Views
12.2.2
description: Table to map wip transactions to their corresponding event types. ,
-
eTRM - BOM Tables and Views
12.1.1
description: Table to map wip transactions to their corresponding event types. ,