Search Results assignee_role
Overview
APPS.JTF_TASK_ASSIGNMENTS_V is a reporting and integration view within the Oracle E-Business Suite CRM/TeleSales product family, owned by the APPS schema and available in both the 12.1.1 and 12.2.2 releases. The view exposes task assignment records — that is, the association between a task (JTF_TASKS) and the resource responsible for executing it — together with assignment status, scheduling, effort, travel, and device-synchronization attributes. Its principal design characteristic is a built-in filter: the underlying WHERE clause restricts rows to those where NVL(assignee_role,'ASSIGNEE') = 'ASSIGNEE'. Consequently, the view returns only those assignment rows whose role is anonymous or explicitly the assignee, excluding records where a different role (for example, an owner or a notification recipient) is stored on the base row. This makes the view a convenient, pre-filtered source of "who is doing this task" data for concurrent programs, OBIEE/BIP reports, forms based on the view, and inbound/outbound integrations that must not treat non-assignee role rows as actual assignees.
Underlying Base Objects
The documented base object is JTF_TASK_ALL_ASSIGNMENTS, referenced through a synonym. The "ALL" naming convention indicates that the base table has an organization/security partitioning counterpart: the physical task assignment data is typically staged in JTF_TASK_ASSIGNMENTS and exposed through the _ALL unioned table governed by SECURITY_GROUP_ID. The view therefore inherits that multi-organization security behavior; row visibility respects the security group attached to each assignment row. Because the view is defined as a simple projection with a fixed role predicate, it does not itself aggregate or join to other tables — it is a one-to-one filtered projection of the base assignment table, retaining the base table's ROWID as ROW_ID.
Key Columns
TASK_ASSIGNMENT_ID— primary key of the assignment record;ROW_IDexposes the base ROWID.TASK_ID— foreign key to the parent task in JTF_TASKS.RESOURCE_TYPE_CODE,RESOURCE_ID— type and identifier of the assigned resource (employee, partner, group, etc.).ASSIGNEE_ROLE— the discriminator used by the view filter; values other than 'ASSIGNEE' are hidden.ASSIGNMENT_STATUS_ID— current status of the assignment (e.g., new, accepted, completed).ACTUAL_START_DATE,ACTUAL_END_DATE,ACTUAL_EFFORT,ACTUAL_EFFORT_UOM— actual execution metrics.RESOURCE_TERRITORY_ID— territory attribution of the resource.SCHEDULE_FLAG,SHOW_ON_CALENDAR,FREE_BUSY_TYPE,BOOKING_START_DATE,BOOKING_END_DATE— scheduling and calendar attributes.ALARM_TYPE_CODE,ALARM_CONTACT,REMINDER_WF_ITEM_TYPE,REMINDER_WF_ITEM_KEY— reminder and workflow notification linkage.- Travel metrics (
SCHED_TRAVEL_DISTANCE,ACTUAL_TRAVEL_DURATION, and their UOM columns). - Device flags (
PALM_FLAG,WINCE_FLAG,LAPTOP_FLAG,DEVICE1_FLAG–DEVICE3_FLAG) for mobile synchronization. ATTRIBUTE_CATEGORY,ATTRIBUTE1–ATTRIBUTE15— DFF/descriptive flexfield segments.SECURITY_GROUP_ID,OBJECT_VERSION_NUMBER— security partitioning and optimistic locking.
Common Use Cases and Queries
Typical uses include identifying all assignments for a task, listing a resource's workload, and reporting on assignment completion. A query such as SELECT task_id, resource_id, assignment_status_id FROM jtf_task_assignments_v WHERE task_id = :p_task_id returns only true assignee rows. Searchers who arrive with the term "assignee_role" should note that the column cannot be used to broaden the result set — any attempt to retrieve non-assignee roles must query JTF_TASK_ALL_ASSIGNMENTS directly. For resource-centric reporting, join RESOURCE_ID to JTF_RS_RESOURCE_EXTNS or PER_ALL_PEOPLE_F; for territory analysis, join RESOURCE_TERRITORY_ID to JTF_RS_TERRITORIES.
-
VIEW: APPS.JTF_TASK_ASSIGNMENTS_V
12.1.1
-
View: JTF_TASK_ASSIGNMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_ASSIGNMENTS_V, object_name:JTF_TASK_ASSIGNMENTS_V, status:VALID, product: JTF - CRM Foundation , description: This view is used to get all the assignments where the ASSIGNEE_ROLE is ASSIGNEE. , implementation_dba_data: APPS.JTF_TASK_ASSIGNMENTS_V ,
-
View: JTF_TASK_ALL_ASSIGNMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_ALL_ASSIGNMENTS_V, object_name:JTF_TASK_ALL_ASSIGNMENTS_V, status:VALID, product: JTF - CRM Foundation , description: This view is used to get all the assignments where the ASSIGNEE_ROLE is OWNER or ASSIGNEE. , implementation_dba_data: APPS.JTF_TASK_ALL_ASSIGNMENTS_V ,
-
VIEW: APPS.JTF_TASK_ASSIGNMENTS_V
12.2.2
-
View: JTF_TASK_ASSIGNMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_ASSIGNMENTS_V, object_name:JTF_TASK_ASSIGNMENTS_V, status:VALID, product: JTF - CRM Foundation , description: This view is used to get all the assignments where the ASSIGNEE_ROLE is ASSIGNEE. , implementation_dba_data: APPS.JTF_TASK_ASSIGNMENTS_V ,
-
View: JTF_TASK_ALL_ASSIGNMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_ALL_ASSIGNMENTS_V, object_name:JTF_TASK_ALL_ASSIGNMENTS_V, status:VALID, product: JTF - CRM Foundation , description: This view is used to get all the assignments where the ASSIGNEE_ROLE is OWNER or ASSIGNEE. , implementation_dba_data: APPS.JTF_TASK_ALL_ASSIGNMENTS_V ,
-
VIEW: JTF.JTF_TASK_ASSIGNMENTS#
12.2.2
-
VIEW: APPS.IEU_UWQ_TASKS_SEC_V
12.2.2
-
View: IEU_UWQ_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IEU.IEU_UWQ_TASKS_V, object_name:IEU_UWQ_TASKS_V, status:VALID, product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: APPS.IEU_UWQ_TASKS_V ,
-
VIEW: APPS.IEU_UWQ_TASKS_V
12.2.2
-
VIEW: APPS.OKL_CS_TASK_ASSIGNMENTS_UV
12.2.2
-
VIEW: APPS.JTF_TASK_ALL_ASSIGNMENTS_V
12.1.1
-
VIEW: APPS.IEU_UWQ_TASKS_V
12.1.1
-
View: IEU_UWQ_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IEU.IEU_UWQ_TASKS_V, object_name:IEU_UWQ_TASKS_V, status:VALID, product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: APPS.IEU_UWQ_TASKS_V ,
-
View: OKL_CS_TASK_ASSIGNMENTS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_TASK_ASSIGNMENTS_UV, object_name:OKL_CS_TASK_ASSIGNMENTS_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_CS_TASK_ASSIGNMENTS_UV ,
-
VIEW: APPS.JTF_TASK_ALL_ASSIGNMENTS_V
12.2.2
-
VIEW: APPS.JTF_TASK_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_UWQ_V, object_name:JTF_TASK_UWQ_V, status:VALID,
-
VIEW: APPS.JTF_TASK_UWQ_ALL_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_UWQ_ALL_REF_V, object_name:JTF_TASK_UWQ_ALL_REF_V, status:VALID,
-
VIEW: APPS.JTF_TASK_UWQ_ALL_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_UWQ_ALL_REF_V, object_name:JTF_TASK_UWQ_ALL_REF_V, status:VALID,
-
View: OKL_CS_TASK_ASSIGNMENTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_TASK_ASSIGNMENTS_UV, object_name:OKL_CS_TASK_ASSIGNMENTS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_TASK_ASSIGNMENTS_UV ,
-
View: JTF_TASK_UWQ_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_UWQ_ALL_V, object_name:JTF_TASK_UWQ_ALL_V, status:VALID, product: JTF - CRM Foundation , description: This view is used to get all the tasks which has an open assignments , implementation_dba_data: APPS.JTF_TASK_UWQ_ALL_V ,
-
View: JTF_TASK_UWQ_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_UWQ_ALL_V, object_name:JTF_TASK_UWQ_ALL_V, status:VALID, product: JTF - CRM Foundation , description: This view is used to get all the tasks which has an open assignments , implementation_dba_data: APPS.JTF_TASK_UWQ_ALL_V ,
-
VIEW: APPS.OKL_CS_TASK_ASSIGNMENTS_UV
12.1.1
-
View: JTF_TASK_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_UWQ_V, object_name:JTF_TASK_UWQ_V, status:VALID, product: JTF - CRM Foundation , description: This view is used to get all the open tasks, assignments except that source object type is appointment or task type is escalation. , implementation_dba_data: APPS.JTF_TASK_UWQ_V ,
-
View: JTF_TASK_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_UWQ_V, object_name:JTF_TASK_UWQ_V, status:VALID, product: JTF - CRM Foundation , description: This view is used to get all the open tasks, assignments except that source object type is appointment or task type is escalation. , implementation_dba_data: APPS.JTF_TASK_UWQ_V ,
-
VIEW: APPS.JTF_TASK_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_UWQ_V, object_name:JTF_TASK_UWQ_V, status:VALID,
-
VIEW: APPS.JTF_TASK_ASSIGNMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_ASSIGNMENTS_V, object_name:JTF_TASK_ASSIGNMENTS_V, status:VALID,
-
VIEW: JTF.JTF_TASK_ASSIGNMENTS#
12.2.2
owner:JTF, object_type:VIEW, object_name:JTF_TASK_ASSIGNMENTS#, status:VALID,
-
VIEW: APPS.IEU_UWQ_TASKS_SEC_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IEU_UWQ_TASKS_SEC_V, status:VALID,
-
VIEW: APPS.CSF_CT_TASK_ASSIGNMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSF.CSF_CT_TASK_ASSIGNMENTS, object_name:CSF_CT_TASK_ASSIGNMENTS, status:VALID,
-
VIEW: APPS.CSF_CT_TASK_ASSIGNMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSF.CSF_CT_TASK_ASSIGNMENTS, object_name:CSF_CT_TASK_ASSIGNMENTS, status:VALID,
-
View: JTF_TASK_UWQ_ALL_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_UWQ_ALL_REF_V, object_name:JTF_TASK_UWQ_ALL_REF_V, status:VALID, product: JTF - CRM Foundation , description: This view is used to get all the open tasks and assignments except that source object type is appointment or task type is escalation. , implementation_dba_data: APPS.JTF_TASK_UWQ_ALL_REF_V ,
-
View: JTF_TASK_UWQ_ALL_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_UWQ_ALL_REF_V, object_name:JTF_TASK_UWQ_ALL_REF_V, status:VALID, product: JTF - CRM Foundation , description: This view is used to get all the open tasks and assignments except that source object type is appointment or task type is escalation. , implementation_dba_data: APPS.JTF_TASK_UWQ_ALL_REF_V ,
-
VIEW: APPS.JTF_TASK_UWQ_ALL_V
12.1.1
-
VIEW: APPS.JTF_TASK_UWQ_V
12.2.2
-
VIEW: APPS.JTF_TASK_UWQ_ALL_V
12.2.2
-
View: AST_TASK_ASSIGNMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_TASK_ASSIGNMENTS_V, object_name:AST_TASK_ASSIGNMENTS_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_TASK_ASSIGNMENTS_V ,
-
VIEW: APPS.JTF_TASK_UWQ_V
12.1.1
-
VIEW: APPS.JTF_TASK_ALL_ASSIGNMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_ALL_ASSIGNMENTS_V, object_name:JTF_TASK_ALL_ASSIGNMENTS_V, status:VALID,
-
VIEW: APPS.JTF_TASK_ALL_ASSIGNMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_ALL_ASSIGNMENTS_V, object_name:JTF_TASK_ALL_ASSIGNMENTS_V, status:VALID,
-
View: CSF_CT_TASK_ASSIGNMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSF.CSF_CT_TASK_ASSIGNMENTS, object_name:CSF_CT_TASK_ASSIGNMENTS, status:VALID, product: CSF - Field Service , description: Base view for "Task Assignments" block in the Control Tower , implementation_dba_data: APPS.CSF_CT_TASK_ASSIGNMENTS ,
-
View: CSF_CT_TASK_ASSIGNMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSF.CSF_CT_TASK_ASSIGNMENTS, object_name:CSF_CT_TASK_ASSIGNMENTS, status:VALID, product: CSF - Field Service , description: Base view for "Task Assignments" block in the Control Tower , implementation_dba_data: APPS.CSF_CT_TASK_ASSIGNMENTS ,
-
VIEW: APPS.OKL_CS_TASK_ASSIGNMENTS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_TASK_ASSIGNMENTS_UV, object_name:OKL_CS_TASK_ASSIGNMENTS_UV, status:VALID,
-
VIEW: APPS.OKL_CS_TASK_ASSIGNMENTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_TASK_ASSIGNMENTS_UV, object_name:OKL_CS_TASK_ASSIGNMENTS_UV, status:VALID,
-
VIEW: APPS.JTF_TASK_UWQ_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_UWQ_ALL_V, object_name:JTF_TASK_UWQ_ALL_V, status:VALID,
-
VIEW: APPS.JTF_TASK_ASSIGNMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_ASSIGNMENTS_V, object_name:JTF_TASK_ASSIGNMENTS_V, status:VALID,
-
VIEW: APPS.JTF_TASK_UWQ_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_UWQ_ALL_V, object_name:JTF_TASK_UWQ_ALL_V, status:VALID,
-
TABLE: JTF.JTF_TASK_ASSIGNMENTS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TASK_ASSIGNMENTS, object_name:JTF_TASK_ASSIGNMENTS, status:VALID,
-
VIEW: APPS.IEU_UWQ_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IEU.IEU_UWQ_TASKS_V, object_name:IEU_UWQ_TASKS_V, status:VALID,
-
VIEW: APPS.IEU_UWQ_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IEU.IEU_UWQ_TASKS_V, object_name:IEU_UWQ_TASKS_V, status:VALID,