Search Results activity_description
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: 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: AMW_WF_PROCESS_HIERARCHY_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_WF_PROCESS_HIERARCHY_VL, object_name:AMW_WF_PROCESS_HIERARCHY_VL, status:VALID, product: AMW - Internal Controls Manager , description: View for workflow process hierarchy , implementation_dba_data: APPS.AMW_WF_PROCESS_HIERARCHY_VL ,
-
View: OTFV_ACTIVITY_CATEGORIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_ACTIVITY_CATEGORIES, object_name:OTFV_ACTIVITY_CATEGORIES, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_ACTIVITY_CATEGORIES ,
-
VIEW: APPS.CST_XLA_ACTIVITY_REF_V
12.2.2
-
VIEW: APPS.CST_XLA_ACTIVITY_REF_V
12.1.1
-
View: AMW_WF_PROCESS_HIERARCHY_VL
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: View for workflow process hierarchy , implementation_dba_data: Not implemented in this database ,
-
View: OTFV_ACTIVITY_CATEGORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_ACTIVITY_CATEGORIES, object_name:OTFV_ACTIVITY_CATEGORIES, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_ACTIVITY_CATEGORIES ,
-
VIEW: APPS.AMW_WF_PROCESS_HIERARCHY_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_WF_PROCESS_HIERARCHY_VL, object_name:AMW_WF_PROCESS_HIERARCHY_VL, status:VALID,
-
View: OTFV_TRAINING_EVENT_CATEGORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_TRAINING_EVENT_CATEGORIES, object_name:OTFV_TRAINING_EVENT_CATEGORIES, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_TRAINING_EVENT_CATEGORIES ,
-
View: OTFV_TRAINING_EVENT_CATEGORIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_TRAINING_EVENT_CATEGORIES, object_name:OTFV_TRAINING_EVENT_CATEGORIES, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_TRAINING_EVENT_CATEGORIES ,
-
VIEW: APPS.OTFV_ACTIVITY_CATEGORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_ACTIVITY_CATEGORIES, object_name:OTFV_ACTIVITY_CATEGORIES, status:VALID,
-
View: MTL_EAM_ASSET_ACTIVITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_EAM_ASSET_ACTIVITIES_V, object_name:MTL_EAM_ASSET_ACTIVITIES_V, status:VALID, product: INV - Inventory , description: View for Asset Activities , implementation_dba_data: APPS.MTL_EAM_ASSET_ACTIVITIES_V ,
-
VIEW: APPS.MTL_EAM_ASSET_ACTIVITIES_WB_V
12.1.1
-
VIEW: APPS.OTFV_ACTIVITY_CATEGORIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_ACTIVITY_CATEGORIES, object_name:OTFV_ACTIVITY_CATEGORIES, status:VALID,
-
VIEW: APPS.AMW_WF_PROCESS_HIERARCHY_VL
12.1.1
-
View: MTL_EAM_ASSET_ACTIVITIES_WB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_EAM_ASSET_ACTIVITIES_WB_V, object_name:MTL_EAM_ASSET_ACTIVITIES_WB_V, status:VALID, product: INV - Inventory , description: View for Activity Workbench , implementation_dba_data: APPS.MTL_EAM_ASSET_ACTIVITIES_WB_V ,
-
View: MTL_EAM_ASSET_ACTIVITIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_EAM_ASSET_ACTIVITIES_V, object_name:MTL_EAM_ASSET_ACTIVITIES_V, status:VALID, product: INV - Inventory , description: View for Asset Activities , implementation_dba_data: APPS.MTL_EAM_ASSET_ACTIVITIES_V ,
-
View: EAM_BILL_BY_ACTIVITIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_BILL_BY_ACTIVITIES_V, object_name:EAM_BILL_BY_ACTIVITIES_V, status:VALID, product: EAM - Enterprise Asset Management , description: A view used to simplify forms coding. Used for getting information for the bill by activities block. , implementation_dba_data: APPS.EAM_BILL_BY_ACTIVITIES_V ,
-
VIEW: APPS.MTL_EAM_ASSET_ACTIVITIES_V
12.1.1
-
View: EAM_BILL_BY_ACTIVITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_BILL_BY_ACTIVITIES_V, object_name:EAM_BILL_BY_ACTIVITIES_V, status:VALID, product: EAM - Enterprise Asset Management , description: A view used to simplify forms coding. Used for getting information for the bill by activities block. , implementation_dba_data: APPS.EAM_BILL_BY_ACTIVITIES_V ,
-
View: MTL_EAM_ASSET_ACTIVITIES_WB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_EAM_ASSET_ACTIVITIES_WB_V, object_name:MTL_EAM_ASSET_ACTIVITIES_WB_V, status:VALID, product: INV - Inventory , description: View for Activity Workbench , implementation_dba_data: APPS.MTL_EAM_ASSET_ACTIVITIES_WB_V ,
-
VIEW: APPS.OTFV_TRAINING_EVENT_CATEGORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_TRAINING_EVENT_CATEGORIES, object_name:OTFV_TRAINING_EVENT_CATEGORIES, 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.MTL_EAM_ASSET_ACTIVITIES_WB_V
12.2.2
-
VIEW: APPS.EAM_BILL_BY_ACTIVITIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_BILL_BY_ACTIVITIES_V, object_name:EAM_BILL_BY_ACTIVITIES_V, status:VALID,
-
VIEW: APPS.EAM_BILL_BY_ACTIVITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_BILL_BY_ACTIVITIES_V, object_name:EAM_BILL_BY_ACTIVITIES_V, status:VALID,
-
VIEW: APPS.OTFV_TRAINING_EVENT_CATEGORIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_TRAINING_EVENT_CATEGORIES, object_name:OTFV_TRAINING_EVENT_CATEGORIES, status:VALID,
-
VIEW: APPS.MTL_EAM_ASSET_ACTIVITIES_V
12.2.2
-
VIEW: APPS.OTFV_ACTIVITY_CATEGORIES
12.2.2
-
VIEW: APPS.OTFV_ACTIVITY_CATEGORIES
12.1.1
-
VIEW: APPS.OTFV_TRAINING_EVENT_CATEGORIES
12.2.2
-
VIEW: APPS.XLE_FIRSTPARTY_INFORMATION_V
12.2.2
-
VIEW: APPS.EAM_BILL_BY_ACTIVITIES_V
12.1.1
-
VIEW: APPS.EAM_BILL_BY_ACTIVITIES_V
12.2.2
-
VIEW: APPS.XLE_FIRSTPARTY_INFORMATION_V
12.1.1
-
VIEW: APPS.OTFV_TRAINING_EVENT_CATEGORIES
12.1.1
-
VIEW: APPS.OTFV_RESOURCE_CHECKLIST
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_RESOURCE_CHECKLIST, object_name:OTFV_RESOURCE_CHECKLIST, status:VALID,
-
VIEW: APPS.OTFV_RESOURCE_CHECKLIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_RESOURCE_CHECKLIST, object_name:OTFV_RESOURCE_CHECKLIST, status:VALID,
-
VIEW: APPS.MTL_EAM_ASSET_ACTIVITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_EAM_ASSET_ACTIVITIES_V, object_name:MTL_EAM_ASSET_ACTIVITIES_V, status:VALID,
-
View: OTFV_RESOURCE_CHECKLIST
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_RESOURCE_CHECKLIST, object_name:OTFV_RESOURCE_CHECKLIST, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_RESOURCE_CHECKLIST ,
-
View: OTFV_RESOURCE_CHECKLIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_RESOURCE_CHECKLIST, object_name:OTFV_RESOURCE_CHECKLIST, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_RESOURCE_CHECKLIST ,
-
VIEW: APPS.MTL_EAM_ASSET_ACTIVITIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_EAM_ASSET_ACTIVITIES_V, object_name:MTL_EAM_ASSET_ACTIVITIES_V, status:VALID,
-
View: XLE_FIRSTPARTY_INFORMATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_FIRSTPARTY_INFORMATION_V, object_name:XLE_FIRSTPARTY_INFORMATION_V, status:VALID, product: XLE - Legal Entity Configurator , implementation_dba_data: APPS.XLE_FIRSTPARTY_INFORMATION_V ,
-
VIEW: APPS.MTL_EAM_ASSET_ACTIVITIES_WB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_EAM_ASSET_ACTIVITIES_WB_V, object_name:MTL_EAM_ASSET_ACTIVITIES_WB_V, status:VALID,
-
View: XLE_FIRSTPARTY_INFORMATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_FIRSTPARTY_INFORMATION_V, object_name:XLE_FIRSTPARTY_INFORMATION_V, status:VALID, product: XLE - Legal Entity Configurator , implementation_dba_data: APPS.XLE_FIRSTPARTY_INFORMATION_V ,
-
VIEW: APPS.XLE_FIRSTPARTY_INFORMATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_FIRSTPARTY_INFORMATION_V, object_name:XLE_FIRSTPARTY_INFORMATION_V, status:VALID,
-
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: 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,