Search Results jtf_task_audits_b
Overview
The JTF_TASK_AUDITS_B table is the core repository for audit trail data within the Oracle E-Business Suite CRM Foundation's task management module. It functions as a system of record for tracking changes to task entities over time, providing a critical audit and compliance framework. This base table captures a historical snapshot of key attribute modifications, enabling users and administrators to reconstruct the state of a task at any point in its lifecycle. Its role is integral to maintaining data integrity, supporting troubleshooting, and fulfilling regulatory audit requirements for task-related operations in both EBS 12.1.1 and 12.2.2.
Key Information Stored
The table's structure is designed to store before-and-after values for significant task attributes. Each record is uniquely identified by the TASK_AUDIT_ID primary key and is linked to the specific task via the TASK_ID foreign key. The core data consists of paired OLD_* and NEW_* columns that document the previous and updated values for a changed field. Key column pairs include TASK_STATUS_ID, TASK_TYPE_ID, TASK_PRIORITY_ID, PARENT_TASK_ID, and CUST_ACCOUNT_ID. Additional columns track changes to related entities such as assigned personnel (ASSIGNED_BY_ID), customer and site details (CUSTOMER_ID, ADDRESS_ID), recurrence rules (RECURRENCE_RULE_ID), timezone (TIMEZONE_ID), and linked service requests (SOURCE_OBJECT_ID). The table inherently records the timestamp of the change and the user responsible through standard WHO columns (CREATED_BY, CREATION_DATE).
Common Use Cases and Queries
Primary use cases involve auditing task history for compliance reviews, diagnosing data issues, and generating change reports. A common query retrieves the complete audit trail for a specific task, ordered chronologically. For example, to audit status changes for a task, one might query the OLD_TASK_STATUS_ID and NEW_TASK_STATUS_ID columns joined with JTF_TASK_STATUSES_B for descriptive meaning. Reporting on reassignment patterns would involve joining the OLD_ASSIGNED_BY_ID and NEW_ASSIGNED_BY_ID columns to FND_USER. System administrators may query this table to identify unexpected or bulk data modifications. When troubleshooting, comparing the OLD_ and NEW_ values for CUST_ACCOUNT_ID or SOURCE_OBJECT_ID can reveal incorrect updates that broke integrations or business logic.
Related Objects
The table maintains extensive foreign key relationships, primarily referencing master data and transactional tables. Key documented relationships include:
- JTF_TASKS_B: Via TASK_ID, OLD_PARENT_TASK_ID, and NEW_PARENT_TASK_ID.
- JTF_TASK_STATUSES_B: Via OLD_TASK_STATUS_ID and NEW_TASK_STATUS_ID.
- JTF_TASK_TYPES_B: Via OLD_TASK_TYPE_ID and NEW_TASK_TYPE_ID.
- JTF_TASK_PRIORITIES_B: Via OLD_TASK_PRIORITY_ID and NEW_TASK_PRIORITY_ID.
- HZ_CUST_ACCOUNTS & HZ_PARTIES: Via OLD/NEW_CUST_ACCOUNT_ID and CUSTOMER_ID for Trading Community Architecture (TCA) integration.
- HZ_PARTY_SITES: Via OLD_ADDRESS_ID and NEW_ADDRESS_ID.
- FND_USER: Via OLD_ASSIGNED_BY_ID and NEW_ASSIGNED_B_ID.
- JTF_TASK_RECUR_RULES: Via OLD_RECURRENCE_RULE_ID and NEW_RECURRENCE_RULE_ID.
- CS_INCIDENTS_ALL_B: Via OLD_SOURCE_OBJECT_ID and NEW_SOURCE_OBJECT_ID for Service integration.
- HZ_TIMEZONES: Via OLD_TIMEZONE_ID and NEW_TIMEZONE_ID.
-
Table: JTF_TASK_AUDITS_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TASK_AUDITS_B, object_name:JTF_TASK_AUDITS_B, status:VALID, product: JTF - CRM Foundation , description: Base Table which stores audit information for a task. , implementation_dba_data: JTF.JTF_TASK_AUDITS_B ,
-
Table: JTF_TASK_AUDITS_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TASK_AUDITS_B, object_name:JTF_TASK_AUDITS_B, status:VALID, product: JTF - CRM Foundation , description: Base Table which stores audit information for a task. , implementation_dba_data: JTF.JTF_TASK_AUDITS_B ,
-
Table: JTF_TASK_RECUR_RULES
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TASK_RECUR_RULES, object_name:JTF_TASK_RECUR_RULES, status:VALID, product: JTF - CRM Foundation , description: This table stores all the recurrence rules. , implementation_dba_data: JTF.JTF_TASK_RECUR_RULES ,
-
Table: JTF_TASK_PRIORITIES_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TASK_PRIORITIES_B, object_name:JTF_TASK_PRIORITIES_B, status:VALID, product: JTF - CRM Foundation , description: This table stores information for all task priorities. , implementation_dba_data: JTF.JTF_TASK_PRIORITIES_B ,
-
Table: JTF_TASK_TYPES_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TASK_TYPES_B, object_name:JTF_TASK_TYPES_B, status:VALID, product: JTF - CRM Foundation , description: JTF_TASK_TYPES stores all task types. , implementation_dba_data: JTF.JTF_TASK_TYPES_B ,
-
Table: JTF_TASKS_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TASKS_B, object_name:JTF_TASKS_B, status:VALID, product: JTF - CRM Foundation , description: Base Table JTF_TASKS_B stores general information about a given Task. , implementation_dba_data: JTF.JTF_TASKS_B ,
-
Table: JTF_TASKS_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TASKS_B, object_name:JTF_TASKS_B, status:VALID, product: JTF - CRM Foundation , description: Base Table JTF_TASKS_B stores general information about a given Task. , implementation_dba_data: JTF.JTF_TASKS_B ,
-
Table: JTF_TASK_STATUSES_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TASK_STATUSES_B, object_name:JTF_TASK_STATUSES_B, status:VALID, product: JTF - CRM Foundation , description: JTF_TASK_STATUSES stores all the task statuses. , implementation_dba_data: JTF.JTF_TASK_STATUSES_B ,
-
Table: JTF_TASK_STATUSES_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TASK_STATUSES_B, object_name:JTF_TASK_STATUSES_B, status:VALID, product: JTF - CRM Foundation , description: JTF_TASK_STATUSES stores all the task statuses. , implementation_dba_data: JTF.JTF_TASK_STATUSES_B ,
-
Table: JTF_TASK_RECUR_RULES
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TASK_RECUR_RULES, object_name:JTF_TASK_RECUR_RULES, status:VALID, product: JTF - CRM Foundation , description: This table stores all the recurrence rules. , implementation_dba_data: JTF.JTF_TASK_RECUR_RULES ,
-
Table: JTF_TASK_TYPES_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TASK_TYPES_B, object_name:JTF_TASK_TYPES_B, status:VALID, product: JTF - CRM Foundation , description: JTF_TASK_TYPES stores all task types. , implementation_dba_data: JTF.JTF_TASK_TYPES_B ,
-
Table: JTF_TASK_PRIORITIES_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TASK_PRIORITIES_B, object_name:JTF_TASK_PRIORITIES_B, status:VALID, product: JTF - CRM Foundation , description: This table stores information for all task priorities. , implementation_dba_data: JTF.JTF_TASK_PRIORITIES_B ,
-
View: JTF_TASK_AUDITS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_AUDITS_VL, object_name:JTF_TASK_AUDITS_VL, status:VALID, product: JTF - CRM Foundation , description: MLS View for JTF_TASK_AUDITS_B and JTF_TASK_AUDITS_TL. , implementation_dba_data: APPS.JTF_TASK_AUDITS_VL ,
-
View: JTF_TASK_AUDITS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_AUDITS_VL, object_name:JTF_TASK_AUDITS_VL, status:VALID, product: JTF - CRM Foundation , description: MLS View for JTF_TASK_AUDITS_B and JTF_TASK_AUDITS_TL. , implementation_dba_data: APPS.JTF_TASK_AUDITS_VL ,
-
View: JTF_BRM_3D_TASK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_BRM_3D_TASK_V, object_name:JTF_BRM_3D_TASK_V, status:VALID, product: JTF - CRM Foundation , description: 3D task view as used by the business rule monitor. , implementation_dba_data: APPS.JTF_BRM_3D_TASK_V ,
-
View: JTF_BRM_3D_TASK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_BRM_3D_TASK_V, object_name:JTF_BRM_3D_TASK_V, status:VALID, product: JTF - CRM Foundation , description: 3D task view as used by the business rule monitor. , implementation_dba_data: APPS.JTF_BRM_3D_TASK_V ,