Search Results csd_wip_transaction_details
Overview
CSD_WIP_TRANSACTION_DETAILS is a transaction table owned by the CSD schema (Depot Repair) in Oracle E-Business Suite 12.1.1 and 12.2.2. It stores the detailed work-in-process (WIP) transaction records generated by the High Volume Repair module, allowing the system to capture component-level and operation-level activity performed against repaired or rebuilt assemblies. Each row represents a discrete WIP transaction detail tied to a work order (WIP entity), an inventory item, and a specific operation and resource sequence, along with the employee, department, and standard operation responsible for the work.
In Data Vault modeling terms, the heuristic classification mined from the foreign key structure is standalone. That is, the table is not modeled as a hub, link, or satellite in a strict Data Vault sense; it functions as a self-contained transaction detail entity. Practically, it can be treated as a transactional satellite-like structure whose grain is defined by its primary key and unique business key combinations.
Key Information Stored
The table contains 48 documented columns. The most significant include:
- WIP_TRANSACTION_DETAIL_ID — the surrogate primary key, defined by the CSD_WIP_TRANSACTION_DETAILS_PK constraint and the CSD_WIP_TRANSACTION_DETAILS_U1 unique index.
- WIP_ENTITY_ID — identifies the work order or WIP entity against which the transaction was performed.
- INVENTORY_ITEM_ID — the item being repaired or processed.
- OPERATION_SEQ_NUM and RESOURCE_SEQ_NUM — define the routing operation and resource step for the transaction.
- TRANSACTION_QUANTITY and TRANSACTION_UOM — the quantity moved and its unit of measure.
- EMPLOYEE_ID — the employee who performed the transaction, foreign-keyed to PSB_EMPLOYEES.
- DEPARTMENT_ID — the department performing the work, foreign-keyed to BOM_DEPARTMENTS.
- STANDARD_OPERATION_ID — the standard operation reference, foreign-keyed to WSM_OPERATION_DETAILS.
- SERIAL_NUMBER and REVISION — identify the specific unit and revision processed.
- BACKFLUSH_FLAG and COUNT_POINT_TYPE — control whether components are backflushed and how counts are managed.
- QUANTITY_ISSUED and QUANTITY_RECOVERED — track material issued and recovered during repair.
- FIRST_UNIT_START_DATE / FIRST_UNIT_COMPLETION_DATE and LAST_UNIT_START_DATE / LAST_UNIT_COMPLETION_DATE — capture timing boundaries for the transaction.
- REASON_ID, SUBSTITUTES, and IS_SUBSTITUTED — explain substitution and reason context.
- OBJECT_VERSION_NUMBER and the standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE) — support concurrency control and audit.
A second unique index, CSD_WIP_TRANSACTION_DETAILS_U2, covers WIP_ENTITY_ID, INVENTORY_ITEM_ID, OPERATION_SEQ_NUM, and RESOURCE_SEQ_NUM, serving as an alternate business-key candidate.
Common Use Cases and Queries
Typical uses include repair cost analysis, throughput and cycle-time reporting, backflush verification, and material recovery reconciliation. A common query joins the table to WIP entities and items to summarize repair quantities by operation:
- Summing TRANSACTION_QUANTITY by WIP_ENTITY_ID and OPERATION_SEQ_NUM to report operation progress.
- Comparing QUANTITY_ISSUED against QUANTITY_RECOVERED to detect material variance.
- Joining to PSB_EMPLOYEES and BOM_DEPARTMENTS to attribute labor and cost by department or technician.
- Filtering on BACKFLUSH_FLAG to validate backflush assumptions in high-volume repair runs.
- Using FIRST_UNIT_START_DATE and LAST_UNIT_COMPLETION_DATE to measure elapsed repair time per operation.
Related Objects
Foreign key relationships connect this table to the following key objects:
- PSB_EMPLOYEES — joined on EMPLOYEE_ID for labor attribution.
- BOM_DEPARTMENTS — joined on DEPARTMENT_ID for departmental reporting.
- WSM_OPERATION_DETAILS — joined on STANDARD_OPERATION_ID for operation definitions.
- CSD_WIP_TRANSACTION_DETAILS_PK — primary key constraint on WIP_TRANSACTION_DETAIL_ID.
- Related WIP and inventory entities, such as the WIP entity and item tables referenced by WIP_ENTITY_ID and INVENTORY_ITEM_ID, which provide work order and item context.
-
Table: CSD_WIP_TRANSACTION_DETAILS
12.1.1
owner:CSD, object_type:TABLE, fnd_design_data:CSD.CSD_WIP_TRANSACTION_DETAILS, object_name:CSD_WIP_TRANSACTION_DETAILS, status:VALID, product: CSD - Depot Repair , description: Transaction table for the High Volume Repair module. , implementation_dba_data: CSD.CSD_WIP_TRANSACTION_DETAILS ,
-
Table: CSD_WIP_TRANSACTION_DETAILS
12.2.2
owner:CSD, object_type:TABLE, fnd_design_data:CSD.CSD_WIP_TRANSACTION_DETAILS, object_name:CSD_WIP_TRANSACTION_DETAILS, status:VALID, product: CSD - Depot Repair , description: Transaction table for the High Volume Repair module. , implementation_dba_data: CSD.CSD_WIP_TRANSACTION_DETAILS ,
-
SYNONYM: APPS.CSD_WIP_TRANSACTION_DETAILS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CSD_WIP_TRANSACTION_DETAILS, status:VALID,
-
SYNONYM: APPS.CSD_WIP_TRANSACTION_DETAILS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CSD_WIP_TRANSACTION_DETAILS, status:VALID,
-
VIEW: CSD.CSD_WIP_TRANSACTION_DETAILS#
12.2.2
owner:CSD, object_type:VIEW, object_name:CSD_WIP_TRANSACTION_DETAILS#, status:VALID,
-
APPS.CSD_HV_WIP_JOB_PVT SQL Statements
12.2.2
-
VIEW: CSD.CSD_WIP_TRANSACTION_DETAILS#
12.2.2
-
APPS.CSD_WIP_TRANSACTION_DTLS_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.CSD_WIP_TRANSACTION_DTLS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSD_WIP_TRANSACTION_DTLS_PKG, status:VALID,
-
PACKAGE BODY: APPS.CSD_WIP_TRANSACTION_DTLS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSD_WIP_TRANSACTION_DTLS_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.CSD_WIP_TRANSACTION_DTLS_PKG
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
TABLE: CSD.CSD_WIP_TRANSACTION_DETAILS
12.1.1
owner:CSD, object_type:TABLE, fnd_design_data:CSD.CSD_WIP_TRANSACTION_DETAILS, object_name:CSD_WIP_TRANSACTION_DETAILS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.CSD_WF_PROCESS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSD_WF_PROCESS_PVT, status:VALID,
-
APPS.CSD_WIP_TRANSACTION_DTLS_PKG SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.CSD_WIP_TRANSACTION_DTLS_PKG
12.2.2
-
PACKAGE BODY: APPS.CSD_HV_WIP_JOB_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSD_HV_WIP_JOB_PVT, status:VALID,
-
PACKAGE BODY: APPS.CSD_REPAIR_ESTIMATE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSD_REPAIR_ESTIMATE_PVT, status:VALID,
-
APPS.CSD_REPAIRS_UTIL SQL Statements
12.2.2
-
TABLE: CSD.CSD_WIP_TRANSACTION_DETAILS
12.2.2
owner:CSD, object_type:TABLE, fnd_design_data:CSD.CSD_WIP_TRANSACTION_DETAILS, object_name:CSD_WIP_TRANSACTION_DETAILS, status:VALID,
-
PACKAGE BODY: APPS.CSD_REPAIRS_UTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSD_REPAIRS_UTIL, status:VALID,
-
PACKAGE BODY: APPS.CSD_WIP_TRANSACTION_DTLS_PKG
12.1.1
-
APPS.CSD_WF_PROCESS_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.CSD_HV_WIP_JOB_PVT
12.2.2
-
APPS.CSD_WIP_TRANSACTION_DTLS_PKG dependencies on CSD_WIP_TRANSACTION_DETAILS
12.1.1
-
APPS.CSD_REPAIR_ESTIMATE_PVT dependencies on CSD_WIP_TRANSACTION_DETAILS
12.2.2
-
APPS.CSD_REPAIRS_UTIL dependencies on CSD_WIP_TRANSACTION_DETAILS
12.2.2
-
APPS.CSD_WF_PROCESS_PVT dependencies on CSD_WIP_TRANSACTION_DETAILS
12.2.2
-
APPS.CSD_HV_WIP_JOB_PVT dependencies on CSD_WIP_TRANSACTION_DETAILS
12.2.2
-
APPS.CSD_WIP_TRANSACTION_DTLS_PKG dependencies on CSD_WIP_TRANSACTION_DETAILS
12.2.2
-
PACKAGE: APPS.CSD_HV_WIP_JOB_PVT
12.2.2
-
APPS.CSD_HV_WIP_JOB_PVT dependencies on WIP_DISCRETE_JOBS
12.2.2
-
APPS.CSD_HV_WIP_JOB_PVT dependencies on WIP_REQUIREMENT_OPERATIONS
12.2.2
-
APPS.CSD_HV_WIP_JOB_PVT dependencies on CSD_REPAIR_JOB_XREF
12.2.2
-
APPS.CSD_HV_WIP_JOB_PVT dependencies on MTL_MATERIAL_TRANSACTIONS
12.2.2
-
APPS.CSD_WIP_TRANSACTION_DTLS_PKG dependencies on STANDARD
12.2.2
-
APPS.CSD_HV_WIP_JOB_PVT dependencies on PER_ALL_PEOPLE_F
12.2.2
-
APPS.CSD_HV_WIP_JOB_PVT dependencies on WIP_OPERATION_RESOURCES
12.2.2
-
APPS.CSD_REPAIRS_UTIL dependencies on WIP_REQUIREMENT_OPERATIONS
12.2.2
-
APPS.CSD_HV_WIP_JOB_PVT dependencies on BOM_RESOURCES
12.2.2
-
APPS.CSD_WIP_TRANSACTION_DTLS_PKG dependencies on STANDARD
12.2.2