Search Results ieu_param_pk_value
Overview
AST_FORECAST_UWQ_V is a read-only view owned by the APPS schema within the Oracle E-Business Suite TeleSales (AST) product family. It exposes sales forecast data in a flattened structure that also carries Universal Work Queue (UWQ) linkage attributes, allowing forecasts to be surfaced as resources within the UWQ framework and consumed by integrated applications. The view is registered as VALID in the ETRM metadata for both 12.1.1 and 12.2.2.
The view presents forecast measures at the period, status, resource group, and resource level, together with the metadata that the UWQ engine requires to render and route forecast work items. Because it joins forecast data to the JTF object definitions, it is particularly relevant for integrations and reports that need to identify the underlying object, its parameters, and the primary-key value that identifies each forecast record.
Underlying Base Objects
AST_FORECAST_UWQ_V is defined over two documented base objects:
- AS_SALES_FORECAST_UWQ_V — a view supplying the forecast fact data (period, status, resource and amounts) and the OBJECT_CODE used to resolve the object definition.
- JTF_OBJECTS_VL — the JTF object definition view, supplying OBJECT_FUNCTION and OBJECT_PARAMETERS for the matching OBJECT_CODE.
The defining query joins these two sources on B.OBJECT_CODE = A.OBJECT_CODE, where B is JTF_OBJECTS_VL and A is AS_SALES_FORECAST_UWQ_V. The join enriches each forecast row with the object-level metadata needed by UWQ. For any integration or report that must not depend on the UWQ enrichment, AS_SALES_FORECAST_UWQ_V can be queried directly; AST_FORECAST_UWQ_V should be used when UWQ object context is required.
Key Columns
- IEU_OBJECT_FUNCTION — the UWQ object function for the forecast, derived from JTF_OBJECTS_VL.
- IEU_OBJECT_PARAMETERS — the parameter string associated with the object definition.
- IEU_MEDIA_TYPE_UUID — media type identifier; returned as a literal empty string in this view.
- IEU_PARAM_PK_COL / IEU_PARAM_PK_VALUE — the primary-key column name (the literal 'FORECAST_ID') and its character-converted value from A.FORECAST_ID.
- PERIOD_NAME — the forecast period the row belongs to.
- STATUS_CODE — the workflow or status state of the forecast record.
- RESOURCE_GROUP_ID / RESOURCE_ID / RESOURCE_TYPE — the resource group and the specific resource the forecast applies to, including the resource's type discriminator.
- FORECAST_AMOUNT — the expected or committed forecast value.
- BEST_FORECAST_AMOUNT — the optimistic case forecast; this is the column typically targeted by searches for "best_forecast_amount".
- WORST_FORECAST_AMOUNT — the pessimistic case forecast.
Together, FORECAST_AMOUNT, BEST_FORECAST_AMOUNT, and WORST_FORECAST_AMOUNT provide the three-point estimate commonly used in weighted forecast reporting.
Common Use Cases and Queries
Typical scenarios include UWQ-driven forecast worklists, resource-level forecast dashboards, and comparison of best-case against expected and worst-case forecasts. Because BEST_FORECAST_AMOUNT exists only at this level via AS_SALES_FORECAST_UWQ_V, queries should filter and aggregate appropriately.
Example — best-case forecast by resource group and period:
SELECT period_name, resource_group_id, resource_id, SUM(best_forecast_amount) best_total FROM apps.ast_forecast_uwq_v WHERE status_code = 'ACTIVE' GROUP BY period_name, resource_group_id, resource_id ORDER BY period_name;
Example — UWQ object context for a specific forecast:
SELECT ieu_object_function, ieu_param_pk_value, forecast_amount, best_forecast_amount FROM apps.ast_forecast_uwq_v WHERE ieu_param_pk_value = :forecast_id;
Reports joining to resource or period dimensions should reconcile against AS_SALES_FORECAST_UWQ_V to confirm that no rows are lost through the JTF object join. Standard AST responsibilities govern access to the view.
-
View: AST_FORECAST_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_FORECAST_UWQ_V, object_name:AST_FORECAST_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_FORECAST_UWQ_V ,
-
View: AST_FORECAST_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_FORECAST_UWQ_V, object_name:AST_FORECAST_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_FORECAST_UWQ_V ,
-
View: AST_MLIST1_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_MLIST1_UWQ_V, object_name:AST_MLIST1_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_MLIST1_UWQ_V ,
-
View: AST_MLIST1_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_MLIST1_UWQ_V, object_name:AST_MLIST1_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_MLIST1_UWQ_V ,
-
View: AST_MLIST1_ALL_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_MLIST1_ALL_UWQ_V, object_name:AST_MLIST1_ALL_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_MLIST1_ALL_UWQ_V ,
-
View: AST_MLIST1_ALL_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_MLIST1_ALL_UWQ_V, object_name:AST_MLIST1_ALL_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_MLIST1_ALL_UWQ_V ,
-
View: AST_MLIST_ALL_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_MLIST_ALL_UWQ_V, object_name:AST_MLIST_ALL_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_MLIST_ALL_UWQ_V ,
-
View: AST_QUOTES_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_QUOTES_UWQ_V, object_name:AST_QUOTES_UWQ_V, status:VALID, product: AST - TeleSales , description: View for Quotes Node on UWQ. , implementation_dba_data: APPS.AST_QUOTES_UWQ_V ,
-
View: AST_PLIST_PERS_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_PLIST_PERS_UWQ_V, object_name:AST_PLIST_PERS_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_PLIST_PERS_UWQ_V ,
-
View: AST_QUOTES_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_QUOTES_UWQ_V, object_name:AST_QUOTES_UWQ_V, status:VALID, product: AST - TeleSales , description: View for Quotes Node on UWQ. , implementation_dba_data: APPS.AST_QUOTES_UWQ_V ,
-
View: AST_PLIST_NAMES_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_PLIST_NAMES_UWQ_V, object_name:AST_PLIST_NAMES_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_PLIST_NAMES_UWQ_V ,
-
View: AST_PLIST_NAMES_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_PLIST_NAMES_UWQ_V, object_name:AST_PLIST_NAMES_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_PLIST_NAMES_UWQ_V ,
-
View: AST_MLIST_SECURE_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_MLIST_SECURE_UWQ_V, object_name:AST_MLIST_SECURE_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_MLIST_SECURE_UWQ_V ,
-
View: AST_MLIST_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_MLIST_UWQ_V, object_name:AST_MLIST_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_MLIST_UWQ_V ,
-
View: AST_MLIST_ALLSECURE_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_MLIST_ALLSECURE_UWQ_V, object_name:AST_MLIST_ALLSECURE_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_MLIST_ALLSECURE_UWQ_V ,
-
View: AST_MLIST_ALL_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_MLIST_ALL_UWQ_V, object_name:AST_MLIST_ALL_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_MLIST_ALL_UWQ_V ,
-
View: AST_MLIST_ALLSECURE_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_MLIST_ALLSECURE_UWQ_V, object_name:AST_MLIST_ALLSECURE_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_MLIST_ALLSECURE_UWQ_V ,
-
View: AST_MLIST_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_MLIST_UWQ_V, object_name:AST_MLIST_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_MLIST_UWQ_V ,
-
View: AST_MLIST_SECURE_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_MLIST_SECURE_UWQ_V, object_name:AST_MLIST_SECURE_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_MLIST_SECURE_UWQ_V ,
-
View: AST_PLIST_PERS_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_PLIST_PERS_UWQ_V, object_name:AST_PLIST_PERS_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_PLIST_PERS_UWQ_V ,
-
View: AST_PLIST_REL_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_PLIST_REL_UWQ_V, object_name:AST_PLIST_REL_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_PLIST_REL_UWQ_V ,
-
View: AST_PLIST_REL_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_PLIST_REL_UWQ_V, object_name:AST_PLIST_REL_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_PLIST_REL_UWQ_V ,
-
View: AST_MYTEAM_SALESOPP_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_MYTEAM_SALESOPP_UWQ_V, object_name:AST_MYTEAM_SALESOPP_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_MYTEAM_SALESOPP_UWQ_V ,
-
View: AST_SALESLEAD_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALESLEAD_UWQ_V, object_name:AST_SALESLEAD_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_SALESLEAD_UWQ_V ,
-
View: AST_MYTEAM_SALESLEAD_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_MYTEAM_SALESLEAD_UWQ_V, object_name:AST_MYTEAM_SALESLEAD_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_MYTEAM_SALESLEAD_UWQ_V ,
-
View: AST_MYTEAM_SALESOPP_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_MYTEAM_SALESOPP_UWQ_V, object_name:AST_MYTEAM_SALESOPP_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_MYTEAM_SALESOPP_UWQ_V ,
-
View: AST_MYTEAM_SALESOPP_NAME_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_MYTEAM_SALESOPP_NAME_UWQ_V, object_name:AST_MYTEAM_SALESOPP_NAME_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_MYTEAM_SALESOPP_NAME_UWQ_V ,
-
View: AST_SALESOPP_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALESOPP_UWQ_V, object_name:AST_SALESOPP_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_SALESOPP_UWQ_V ,
-
View: AST_SALESOPP_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALESOPP_UWQ_V, object_name:AST_SALESOPP_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_SALESOPP_UWQ_V ,
-
View: AST_MYTEAM_SALESLEAD_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_MYTEAM_SALESLEAD_UWQ_V, object_name:AST_MYTEAM_SALESLEAD_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_MYTEAM_SALESLEAD_UWQ_V ,
-
View: AST_MYTEAM_SALESOPP_NAME_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_MYTEAM_SALESOPP_NAME_UWQ_V, object_name:AST_MYTEAM_SALESOPP_NAME_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_MYTEAM_SALESOPP_NAME_UWQ_V ,
-
View: AST_MYTEAM_SALESOPP_CODE_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_MYTEAM_SALESOPP_CODE_UWQ_V, object_name:AST_MYTEAM_SALESOPP_CODE_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_MYTEAM_SALESOPP_CODE_UWQ_V ,
-
View: AST_MYTEAM_SALESOPP_CODE_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_MYTEAM_SALESOPP_CODE_UWQ_V, object_name:AST_MYTEAM_SALESOPP_CODE_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_MYTEAM_SALESOPP_CODE_UWQ_V ,
-
View: AST_SALESLEAD_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALESLEAD_UWQ_V, object_name:AST_SALESLEAD_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_SALESLEAD_UWQ_V ,
-
View: AST_SALESOPP_NAME_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALESOPP_NAME_UWQ_V, object_name:AST_SALESOPP_NAME_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_SALESOPP_NAME_UWQ_V ,
-
View: AST_SALESOPP_NAME_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALESOPP_NAME_UWQ_V, object_name:AST_SALESOPP_NAME_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_SALESOPP_NAME_UWQ_V ,
-
View: AST_PLIST_OPP_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_PLIST_OPP_UWQ_V, object_name:AST_PLIST_OPP_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_PLIST_OPP_UWQ_V ,
-
View: AST_SALESOPP_CODE_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALESOPP_CODE_UWQ_V, object_name:AST_SALESOPP_CODE_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_SALESOPP_CODE_UWQ_V ,
-
View: AST_PLIST_OPP_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_PLIST_OPP_UWQ_V, object_name:AST_PLIST_OPP_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_PLIST_OPP_UWQ_V ,
-
View: AST_SALESOPP_CODE_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALESOPP_CODE_UWQ_V, object_name:AST_SALESOPP_CODE_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_SALESOPP_CODE_UWQ_V ,