Search Results cst_write_offs
Overview
The CST_WRITE_OFFS table is a core transactional data object within the Oracle E-Business Suite (EBS) Bills of Material (BOM) module. It serves as the primary repository for write-off header information. In the context of manufacturing and cost management, a write-off is a financial transaction that adjusts inventory value, typically to account for variances, losses, or scrap identified during the production process. This table acts as the central record for such events, capturing the essential financial and organizational context necessary for accurate cost accounting, general ledger posting, and audit trails. Its existence is critical for maintaining the integrity of inventory valuation and ensuring that production variances are properly reflected in the organization's financial statements.
Key Information Stored
While the specific column list is not detailed in the provided metadata, the documented foreign key relationships explicitly reveal the core data entities linked to each write-off record. The table stores identifiers that anchor the transaction to key business objects. Crucially, it holds references to the specific inventory transaction (INVENTORY_TRANSACTION_ID) and purchase order distribution (PO_DISTRIBUTION_ID) that triggered the write-off. For financial accounting, it stores the General Ledger account identifiers for the accrual (ACCRUAL_ACCOUNT_ID), offset (OFFSET_ACCOUNT_ID), and estimated recovery value (ERV_ACCOUNT_ID). Each record is also associated with an operating unit (OPERATING_UNIT_ID), an inventory item (INVENTORY_ITEM_ID), a vendor (VENDOR_ID), and a predefined transaction reason (REASON_ID). This structure ensures every write-off is fully documented with its operational cause and financial impact.
Common Use Cases and Queries
This table is central to variance analysis and financial reporting for manufacturing operations. A common use case involves tracing the financial impact of production scrap or component over-usage. Analysts may query this table to summarize write-off amounts by reason code, operating unit, or item to identify recurring cost issues. For audit purposes, queries often join CST_WRITE_OFFS to inventory and purchasing tables to reconstruct the complete lifecycle of a transaction. A typical reporting query might join to GL_CODE_COMBINATIONS to retrieve account segments and to MTL_SYSTEM_ITEMS_B for item details. Sample SQL often filters by date ranges and operating units to support period-end close processes, ensuring all write-off transactions are accounted for before ledger posting.
Related Objects
The CST_WRITE_OFFS table maintains integral relationships with several fundamental EBS tables, as defined by its foreign keys. These relationships are essential for data integrity and application functionality:
- GL_CODE_COMBINATIONS: Joined via ACCRUAL_ACCOUNT_ID, OFFSET_ACCOUNT_ID, and ERV_ACCOUNT_ID to retrieve the general ledger accounts for financial posting.
- HR_ALL_ORGANIZATION_UNITS: Joined via OPERATING_UNIT_ID to determine the organizational context.
- MTL_MATERIAL_TRANSACTIONS: Joined via INVENTORY_TRANSACTION_ID to link to the original material movement.
- PO_DISTRIBUTIONS_ALL: Joined via PO_DISTRIBUTION_ID to associate the write-off with a specific purchase order charge.
- MTL_SYSTEM_ITEMS_B: Joined via INVENTORY_ITEM_ID to obtain item master data.
- MTL_TRANSACTION_REASONS: Joined via REASON_ID to categorize the cause of the write-off.
- PO_VENDORS: Joined via VENDOR_ID to identify the supplier, relevant for purchase order-related variances.
-
Table: CST_WRITE_OFFS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_WRITE_OFFS, object_name:CST_WRITE_OFFS, status:VALID, product: BOM - Bills of Material , description: Table Holds Write-Off Header Information , implementation_dba_data: BOM.CST_WRITE_OFFS ,
-
Table: CST_WRITE_OFFS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_WRITE_OFFS, object_name:CST_WRITE_OFFS, status:VALID, product: BOM - Bills of Material , description: Table Holds Write-Off Header Information , implementation_dba_data: BOM.CST_WRITE_OFFS ,
-
View: CST_XLA_AWO_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_AWO_HEADERS_V, object_name:CST_XLA_AWO_HEADERS_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_AWO_HEADERS_V ,
-
View: CST_XLA_AWO_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_AWO_HEADERS_V, object_name:CST_XLA_AWO_HEADERS_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_AWO_HEADERS_V ,
-
View: CST_XLA_WO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_WO_V, object_name:CST_XLA_WO_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_WO_V ,
-
View: CST_XLA_WO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_WO_V, object_name:CST_XLA_WO_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_WO_V ,