Search Results ams_tasks_v
Overview
AMS_TASKS_V is a read-only database view owned by the APPS schema within the Oracle E-Business Suite Marketing (AMS) module. Its documented purpose is to return task and task assignment details, allowing concurrent programs, forms, OBIEE reports, and custom integrations to consume a flattened, marketing-filtered projection of Oracle's generic task infrastructure without joining the underlying task, assignment, resource, and lookup objects independently.
The view is delivered as VALID in both EBS 12.1.1 and 12.2.2 and is classified within the ETRM reference for AMS – Marketing. It is not a base table and therefore carries no indexes, constraints, or DML privileges of its own; all performance characteristics are inherited from the objects in its FROM clause. Because the definition embeds hard-coded filter predicates against task type rules and lookup types, the view behaves as a curated marketing dataset rather than a general-purpose task listing.
Underlying Base Objects
The documented definition joins five primary sources with two supporting packages:
- JTF_TASKS_V (alias A) — supplies core task attributes such as TASK_ID, task name, priority, status, planned and actual dates, and owner information.
- JTF_TASK_ASSIGNMENTS (alias B) — supplies assignment rows, including TASK_ASSIGNMENT_ID, RESOURCE_ID, RESOURCE_TYPE_CODE, and ASSIGNMENT_STATUS_ID.
- AMS_JTF_RS_EMP_V (alias C) — the marketing resource employee view, providing FULL_NAME and EMAIL for the assigned resource.
- AMS_LOOKUPS (alias D) — an outer-joined lookup view used to translate SOURCE_OBJECT_TYPE_CODE into a human-readable meaning via the AMS_SYS_ARC_QUALIFIER lookup type.
- JTF_TASK_TYPES_B (alias E) — supplies the task type definition and enforces the RULE = 'ORACLE_MARKETING' filter.
Contractual filters include A.DELETED_FLAG != 'Y', A.OWNER_TYPE_CODE = 'RS_EMPLOYEE', and a DECODE mapping that converts AMS_CAMP, AMS_EVEO, AMS_EVEH, and AMS_DELV source object type codes into CAMP, EVEO, EVEH, and DELV. The documented metadata also lists JTF_TASK_UTL and JTF_TASK_WORKFLOW_PKG as referenced packages, reflecting the workflow and task utility logic that governs task state transitions.
Key Columns
- TASK_ID — Primary identifier of the task, used for joins back to JTF_TASKS_V and related AMS objects.
- TASK_NAME, TASK_TYPE, TASK_STATUS, TASK_PRIORITY — Descriptive and decoded attributes for reporting.
- PLANNED_START_DATE, PLANNED_END_DATE, ACTUAL_START_DATE, ACTUAL_END_DATE — Scheduling and completion metrics.
- OWNER_ID, OWNER_TYPE_CODE, TASK_OWNER — Identify the responsible employee; OWNER_TYPE_CODE is constrained to RS_EMPLOYEE.
- SOURCE_OBJECT_ID, SOURCE_OBJECT_NAME, SOURCE_OBJECT_TYPE_CODE, ACTIVITY_TYPE — Link the task to the originating marketing campaign, event, or deliverable.
- TASK_ASSIGNMENT_ID, RESOURCE_ID, RESOURCE_TYPE_CODE, ASSIGNMENT_STATUS_ID, TASK_APPROVER — Assignment-level detail, with FULL_NAME and OWNER_EMAIL supplying resource identity.
- PRIVATE_FLAG, CREATION_DATE, OBJECT_VERSION_NUMBER — Visibility control, audit, and optimistic locking support.
Common Use Cases and Queries
Typical usage includes marketing task dashboards, assignment workload reports, and integration extracts feeding external CRM or BI platforms. A representative query is:
SELECT TASK_ID, TASK_NAME, TASK_STATUS, TASK_OWNER, FULL_NAME, SOURCE_OBJECT_NAME, PLANNED_END_DATE FROM APPS.AMS_TASKS_V WHERE TASK_STATUS = 'OPEN' ORDER BY PLANNED_END_DATE;
For assignment workload by resource:
SELECT RESOURCE_ID, FULL_NAME, COUNT(*) ASSIGNED FROM APPS.AMS_TASKS_V GROUP BY RESOURCE_ID, FULL_NAME;
Because the view filters on RULE = 'ORACLE_MARKETING', results are limited to Marketing-owned tasks; queries outside that scope must access JTF_TASKS_V directly.
-
View: AMS_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_TASKS_V, object_name:AMS_TASKS_V, status:VALID, product: AMS - Marketing , description: This view returns the task and task assignment details. , implementation_dba_data: APPS.AMS_TASKS_V ,
-
View: AMS_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_TASKS_V, object_name:AMS_TASKS_V, status:VALID, product: AMS - Marketing , description: This view returns the task and task assignment details. , implementation_dba_data: APPS.AMS_TASKS_V ,
-
PACKAGE: APPS.JTF_TASK_WORKFLOW_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:JTF_TASK_WORKFLOW_PKG, status:VALID,
-
PACKAGE: APPS.JTF_TASK_WORKFLOW_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:JTF_TASK_WORKFLOW_PKG, status:VALID,
-
SYNONYM: APPS.JTF_TASK_TYPES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_TASK_TYPES_B, status:VALID,
-
SYNONYM: APPS.JTF_TASK_TYPES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_TASK_TYPES_B, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.AMS_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LOOKUPS, object_name:AMS_LOOKUPS, status:VALID,
-
SYNONYM: APPS.JTF_TASK_ASSIGNMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_TASK_ASSIGNMENTS, status:VALID,
-
VIEW: APPS.AMS_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LOOKUPS, object_name:AMS_LOOKUPS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
SYNONYM: APPS.JTF_TASK_ASSIGNMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_TASK_ASSIGNMENTS, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.AMS_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_TASKS_V, object_name:AMS_TASKS_V, status:VALID,
-
VIEW: APPS.AMS_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_TASKS_V, object_name:AMS_TASKS_V, status:VALID,
-
PACKAGE: APPS.JTF_TASK_UTL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:JTF_TASK_UTL, status:VALID,
-
PACKAGE: APPS.JTF_TASK_UTL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:JTF_TASK_UTL, status:VALID,
-
VIEW: APPS.AMS_JTF_RS_EMP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_JTF_RS_EMP_V, object_name:AMS_JTF_RS_EMP_V, status:VALID,
-
VIEW: APPS.AMS_JTF_RS_EMP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_JTF_RS_EMP_V, object_name:AMS_JTF_RS_EMP_V, status:VALID,
-
VIEW: APPS.JTF_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASKS_V, object_name:JTF_TASKS_V, status:VALID,
-
VIEW: APPS.JTF_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASKS_V, object_name:JTF_TASKS_V, status:VALID,
-
eTRM - AMS Tables and Views
12.1.1
description: This table is used to store tracking data for web advertisement and offer type schedules ,
-
eTRM - AMS Tables and Views
12.2.2
description: This table is used to store tracking data for web advertisement and offer type schedules ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - JTF Tables and Views
12.1.1
description: Interface table to store data that needs to be displayed in Excel ,
-
eTRM - AMS Tables and Views
12.1.1
description: This table is used to store tracking data for web advertisement and offer type schedules ,
-
eTRM - AMS Tables and Views
12.2.2
description: This table is used to store tracking data for web advertisement and offer type schedules ,
-
eTRM - JTF Tables and Views
12.1.1
description: Interface table to store data that needs to be displayed in Excel ,