Search Results ieu_object_parameters
Overview
APPS.AST_FORECAST_UWQ_V is a reporting and integration view in Oracle E-Business Suite (12.1.1 and 12.2.2) that exposes sales forecast data through the Universal Work Queue (UWQ) framework. It is defined in the APPS schema and constructed as a join between the sales forecast base view AS_SALES_FORECAST_UWQ_V and the generic object metadata view JTF_OBJECTS_VL. The view performs a dual role: it surfaces forecast metrics (period, status, resource, and amount information) while simultaneously embedding the IEU (Interaction and Entity Utility) attributes required by the UWQ and object-entity-layer infrastructure.
The presence of the IEU_* columns (IEU_OBJECT_FUNCTION, IEU_OBJECT_PARAMETERS, IEU_MEDIA_TYPE_UUID, IEU_PARAM_PK_COL, and IEU_PARAM_PK_VALUE) indicates that this view is intended to register forecast records as navigable objects within the UWQ, allowing a forecast row to be passed as an entity into downstream applications via the object's function and parameter metadata. The IEU_MEDIA_TYPE_UUID column is supplied as an empty string literal rather than being sourced from a column, which is significant for consumers searching that term: the view does not derive a media type UUID from underlying data; it hard-codes a null placeholder.
Underlying Base Objects
The view is documented as being defined over exactly two referenced base objects:
- AS_SALES_FORECAST_UWQ_V (VIEW) — the source of all forecast business attributes. Aliased as
Ain the view text, it provides forecast_id, period_name, status_code, resource_group_id, forecast_amount, best_forecast_amount, worst_forecast_amount, resource_id, resource_type, and object_code. - JTF_OBJECTS_VL (VIEW) — the source of object-level metadata. Aliased as
B, it supplies OBJECT_FUNCTION and OBJECT_PARAMETERS, which describe how the object is invoked or navigated.
The two objects are joined by the predicate B.OBJECT_CODE = A.OBJECT_CODE, meaning that only forecast records whose object_code has a matching entry in the JTF object registry are returned. This effectively filters the forecast set to only those records participating in the UWQ/object framework, and enriches each row with the object's function and parameter definitions.
Key Columns
- IEU_OBJECT_FUNCTION (from B.OBJECT_FUNCTION) — the function used to open or navigate to the forecast object.
- IEU_OBJECT_PARAMETERS (from B.OBJECT_PARAMETERS) — parameter definitions associated with that function.
- IEU_MEDIA_TYPE_UUID — returned as a literal
''; no media type is sourced. - IEU_PARAM_PK_COL — literal
'forecast_id', identifying the primary key column of the object. - IEU_PARAM_PK_VALUE —
TO_CHAR(a.forecast_id), the character representation of the forecast primary key. - FORECAST_ID, PERIOD_NAME, STATUS_CODE — forecast identity, period, and lifecycle status.
- RESOURCE_GROUP_ID, RESOURCE_ID, RESOURCE_TYPE — the resource grouping and resource to which the forecast applies.
- FORECAST_AMOUNT, BEST_FORECAST_AMOUNT, WORST_FORECAST_AMOUNT — the expected, optimistic, and pessimistic forecast values.
Common Use Cases and Queries
Typical usage includes UWQ worklist integration, forecast reporting by period and resource, and building navigable entity links. A representative query:
SELECT ieu_object_function, ieu_param_pk_value, period_name, status_code, resource_id, forecast_amount, best_forecast_amount, worst_forecast_amount FROM apps.ast_forecast_uwq_v WHERE period_name = :period;
Because IEU_MEDIA_TYPE_UUID is always empty, queries filtering by media type will not retrieve meaningful values and should be adjusted accordingly.
-
VIEW: APPS.AST_FORECAST_UWQ_V
12.1.1
-
View: IEU_UWQ_FORECAST_V
12.1.1
product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: Not implemented in this database ,
-
View: IEU_UWQ_FORECAST_V
12.2.2
product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AST_MLIST1_UWQ_V
12.2.2
-
View: IEU_UWQ_OUTBOUND_TEL_V
12.2.2
product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: Not implemented in this database ,
-
View: IEU_UWQ_MEDIA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IEU.IEU_UWQ_MEDIA_V, object_name:IEU_UWQ_MEDIA_V, status:VALID, product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: APPS.IEU_UWQ_MEDIA_V ,
-
VIEW: APPS.IEM_REFACQEMAIL_ACCOUNTS_V
12.1.1
-
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: IEU_UWQ_ESC_MYOWN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IEU.IEU_UWQ_ESC_MYOWN_V, object_name:IEU_UWQ_ESC_MYOWN_V, status:VALID, product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: APPS.IEU_UWQ_ESC_MYOWN_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: APPS.AST_MLIST1_UWQ_V
12.1.1
-
View: IEU_UWQ_MYWORK_V
12.1.1
product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AST_FORECAST_UWQ_V
12.2.2
-
View: IEU_UWQ_MEDIA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IEU.IEU_UWQ_MEDIA_V, object_name:IEU_UWQ_MEDIA_V, status:VALID, product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: APPS.IEU_UWQ_MEDIA_V ,
-
View: IEU_UWQ_INBOUND_EMAIL_V
12.2.2
product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: Not implemented in this database ,
-
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: APPS.CCT_BASIC_TELE_WORKNODE_UWQ_V
12.2.2
-
VIEW: APPS.CCT_BASIC_TELE_WORKNODE_UWQ_V
12.1.1
-
View: IEU_UWQ_ESC_MYOWN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IEU.IEU_UWQ_ESC_MYOWN_V, object_name:IEU_UWQ_ESC_MYOWN_V, status:VALID, product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: APPS.IEU_UWQ_ESC_MYOWN_V ,
-
View: IEU_UWQ_SERV_REQ_V
12.2.2
product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: Not implemented in this database ,
-
View: IEU_UWQ_LEAD_V
12.1.1
product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: Not implemented in this database ,
-
View: IEU_UWQ_LEAD_V
12.2.2
product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IEU_UWQ_TASKS_SEC_V
12.2.2
-
View: IEU_UWQ_WEB_CALLBACK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IEU.IEU_UWQ_WEB_CALLBACK_V, object_name:IEU_UWQ_WEB_CALLBACK_V, status:VALID, product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: APPS.IEU_UWQ_WEB_CALLBACK_V ,
-
View: IEU_UWQ_INBOUND_TEL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IEU.IEU_UWQ_INBOUND_TEL_V, object_name:IEU_UWQ_INBOUND_TEL_V, status:VALID, product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: APPS.IEU_UWQ_INBOUND_TEL_V ,
-
VIEW: APPS.IEM_REFACQEMAIL_ACCOUNTS_V
12.2.2
-
View: IEU_UWQ_BLENDED_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IEU.IEU_UWQ_BLENDED_V, object_name:IEU_UWQ_BLENDED_V, status:VALID, product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: APPS.IEU_UWQ_BLENDED_V ,
-
VIEW: APPS.IEU_UWQ_WEB_CALLBACK_V
12.2.2
-
VIEW: APPS.IEU_UWQ_ESC_MYOWN_V
12.2.2
-
VIEW: APPS.IEU_UWQ_ESC_MYOWN_V
12.1.1
-
VIEW: APPS.IEU_UWQ_BLENDED_V
12.1.1
-
VIEW: APPS.IEU_UWQ_MEDIA_V
12.2.2
-
VIEW: APPS.IEU_UWQ_MEDIA_V
12.1.1
-
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: IEU_UWQ_ACQ_EMAIL_V
12.1.1
product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: Not implemented in this database ,
-
View: IEU_UWQ_WEB_CALLBACK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IEU.IEU_UWQ_WEB_CALLBACK_V, object_name:IEU_UWQ_WEB_CALLBACK_V, status:VALID, product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: APPS.IEU_UWQ_WEB_CALLBACK_V ,
-
VIEW: APPS.IEC_ADV_OUTB_WORKNODE_UWQ_V
12.1.1
-
View: IEU_UWQ_DEFECTS_V
12.1.1
product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: Not implemented in this database ,
-
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: APPS.IEU_UWQ_BLENDED_V
12.2.2
-
View: IEU_UWQ_OUTBOUND_TEL_V
12.1.1
product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: Not implemented in this database ,
-
View: IEU_UWQ_MYWORK_V
12.2.2
product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IEX_PLIST_NAMES_UWQ_V
12.1.1
-
VIEW: APPS.AST_MLIST1_ALL_UWQ_V
12.1.1
-
VIEW: APPS.AST_MLIST1_ALL_UWQ_V
12.2.2
-
View: IEU_UWQ_OPP_V
12.2.2
product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: Not implemented in this database ,
-
View: IEU_UWQ_OPP_V
12.1.1
product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: Not implemented in this database ,
-
View: IEU_UWQ_BLENDED_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IEU.IEU_UWQ_BLENDED_V, object_name:IEU_UWQ_BLENDED_V, status:VALID, product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: APPS.IEU_UWQ_BLENDED_V ,
-
View: IEU_UWQ_INBOUND_EMAIL_V
12.1.1
product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: Not implemented in this database ,