Search Results bound_mode_code




Overview

The CSD_REPAIR_TASKS_V view is an APPS-owned database view in Oracle E-Business Suite Release 12.1.1 and 12.2.2, delivered as part of the CSD – Depot Repair product family. It presents task-related information for the Repair Tasks tab of the Depot Repair Workbench, specifically exposing tasks that were created with the source object type "DR" (Depot Repair). Because Depot Repair tasks are stored in the shared JTF task schema, the view consolidates translated (VL) task, type, status, and priority records into a single reporting-friendly structure that resolves the surrogate identifiers into meaningful display values such as task type, task status, task priority, owner, and owner type.

Practically, the view serves as the supported read interface for reporting, custom extensions, and integrations that need to extract depot repair task activity without joining the underlying JTF task tables directly. Its read-only nature means it can be queried freely without affecting transactional integrity.

Underlying Base Objects

ETRM documentation identifies the following referenced objects for CSD_REPAIR_TASKS_V:

Key Columns

Common Use Cases and Queries

A frequent reporting requirement is identifying tasks that have alarm reminders configured but have not yet fired the expected number—directly relevant to searches on ALARM_COUNT. For example:

  • SELECT task_number, task_status, alarm_count, alarm_fired_count FROM csd_repair_tasks_v WHERE alarm_count > alarm_fired_count;
  • SELECT task_number, task_type, owner, planned_start_date FROM csd_repair_tasks_v WHERE source_object_type_code = 'DR';

Other practical uses include building Workbench-style reports of open repair tasks by owner, auditing notification configuration, and reconciling planned versus actual effort. Because the view already resolves translated type, status, and priority values, it is well suited to BI Publisher reports and custom concurrent programs that must present depot repair task data in a user-friendly format.

  • View: CSD_REPAIR_TASKS_V 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:CSD.CSD_REPAIR_TASKS_V,  object_name:CSD_REPAIR_TASKS_V,  status:VALID,  product: CSD - Depot Repairdescription: This view is used for the repair tasks tab of the Depot Repair workbench. This shows all the task related information for tasks created with source object "DR". ,  implementation_dba_data: APPS.CSD_REPAIR_TASKS_V

  • View: CSD_REPAIR_TASKS_V 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:CSD.CSD_REPAIR_TASKS_V,  object_name:CSD_REPAIR_TASKS_V,  status:VALID,  product: CSD - Depot Repairdescription: This view is used for the repair tasks tab of the Depot Repair workbench. This shows all the task related information for tasks created with source object "DR". ,  implementation_dba_data: APPS.CSD_REPAIR_TASKS_V