Search Results wip_accounting_classes
Overview
The WIP_ACCOUNTING_CLASSES table is a core master data table within the Oracle E-Business Suite Work in Process (WIP) module. It serves as the central repository for defining and storing accounting class definitions, which are fundamental to the cost accounting and financial transaction processing for manufacturing work orders. Each accounting class acts as a template, mapping specific cost elements of a production job—such as material, resource, and overhead—to their corresponding general ledger (GL) accounts. This linkage ensures that all manufacturing costs and variances are posted to the correct financial accounts, enabling accurate inventory valuation, cost of goods sold calculation, and financial reporting. Its role is critical for both discrete and, in certain configurations, repetitive manufacturing.
Key Information Stored
The table's primary key is a composite of CLASS_CODE and ORGANIZATION_ID, enforcing uniqueness of class definitions per manufacturing organization. The most significant columns are the foreign keys to the GL_CODE_COMBINATIONS table, which define the specific general ledger accounts for each cost component. These include MATERIAL_ACCOUNT, RESOURCE_ACCOUNT, OVERHEAD_ACCOUNT, and OUTSIDE_PROCESSING_ACCOUNT for charging costs, and their corresponding variance accounts (e.g., MATERIAL_VARIANCE_ACCOUNT, RESOURCE_VARIANCE_ACCOUNT) for capturing deviations from standards. Additional columns may include descriptive attributes and control flags that define the class's behavior and usage within the WIP module.
Common Use Cases and Queries
A primary use case is the setup and maintenance of cost accounting structures during implementation. Analysts query this table to audit or report on the GL account mappings for all accounting classes in an organization. A common reporting requirement is to list all accounts associated with a specific class or to identify classes using a particular GL account segment value. Sample SQL to retrieve the full account mapping for a class is:
- SELECT wac.class_code, wac.material_account, wac.resource_account, wac.overhead_account FROM wip_accounting_classes wac WHERE wac.organization_id = :p_org_id AND wac.class_code = :p_class_code;
Another critical use case is troubleshooting job cost transactions; support personnel often join this table to WIP_DISCRETE_JOBS to verify the accounts used by a specific work order.
Related Objects
The table maintains extensive relationships with other EBS objects, primarily through foreign key constraints. The WIP_DISCRETE_JOBS table references it via CLASS_CODE and ORGANIZATION_ID, assigning an accounting class to each discrete job. It is referenced by WIP_PARAMETERS at the organization level. Crucially, numerous foreign keys link its account columns (e.g., MATERIAL_ACCOUNT, OVERHEAD_VARIANCE_ACCOUNT) to GL_CODE_COMBINATIONS.CODE_COMBINATION_ID. Furthermore, it integrates with other modules, as evidenced by references from AHL_ROUTES_B (Service), PJM_PROJECT_PARAMETERS (Project Manufacturing), and PJM_TASK_WIP_ACCT_CLASSES, highlighting its role in cross-module financial consistency.
-
Table: WIP_ACCOUNTING_CLASSES
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_ACCOUNTING_CLASSES, object_name:WIP_ACCOUNTING_CLASSES, status:VALID, product: WIP - Work in Process , description: Accounting classes , implementation_dba_data: WIP.WIP_ACCOUNTING_CLASSES ,
-
Table: WIP_ACCOUNTING_CLASSES
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_ACCOUNTING_CLASSES, object_name:WIP_ACCOUNTING_CLASSES, status:VALID, product: WIP - Work in Process , description: Accounting classes , implementation_dba_data: WIP.WIP_ACCOUNTING_CLASSES ,
-
Table: WIP_PARAMETERS
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_PARAMETERS, object_name:WIP_PARAMETERS, status:VALID, product: WIP - Work in Process , description: WIP specific organization level parameters , implementation_dba_data: WIP.WIP_PARAMETERS ,
-
Table: WIP_PARAMETERS
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_PARAMETERS, object_name:WIP_PARAMETERS, status:VALID, product: WIP - Work in Process , description: WIP specific organization level parameters , implementation_dba_data: WIP.WIP_PARAMETERS ,
-
View: WIP_NON_STANDARD_CLASSES_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_NON_STANDARD_CLASSES_VAL_V, object_name:WIP_NON_STANDARD_CLASSES_VAL_V, status:VALID, product: WIP - Work in Process , description: Nonstandard accounting classes , implementation_dba_data: APPS.WIP_NON_STANDARD_CLASSES_VAL_V ,
-
View: WIP_DISCRETE_CLASSES_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_DISCRETE_CLASSES_ALL_V, object_name:WIP_DISCRETE_CLASSES_ALL_V, status:VALID, product: WIP - Work in Process , description: Discrete and non-standard accounting classes , implementation_dba_data: APPS.WIP_DISCRETE_CLASSES_ALL_V ,
-
View: WIP_DISCRETE_CLASSES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_DISCRETE_CLASSES_ALL_V, object_name:WIP_DISCRETE_CLASSES_ALL_V, status:VALID, product: WIP - Work in Process , description: Discrete and non-standard accounting classes , implementation_dba_data: APPS.WIP_DISCRETE_CLASSES_ALL_V ,
-
View: WIP_REPETITIVE_CLASSES_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_REPETITIVE_CLASSES_VAL_V, object_name:WIP_REPETITIVE_CLASSES_VAL_V, status:VALID, product: WIP - Work in Process , description: Repetitive accounting classes , implementation_dba_data: APPS.WIP_REPETITIVE_CLASSES_VAL_V ,
-
View: WIP_NON_STANDARD_CLASSES_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_NON_STANDARD_CLASSES_VAL_V, object_name:WIP_NON_STANDARD_CLASSES_VAL_V, status:VALID, product: WIP - Work in Process , description: Nonstandard accounting classes , implementation_dba_data: APPS.WIP_NON_STANDARD_CLASSES_VAL_V ,
-
View: WIP_REPETITIVE_CLASSES_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_REPETITIVE_CLASSES_VAL_V, object_name:WIP_REPETITIVE_CLASSES_VAL_V, status:VALID, product: WIP - Work in Process , description: Repetitive accounting classes , implementation_dba_data: APPS.WIP_REPETITIVE_CLASSES_VAL_V ,
-
Table: WIP_JOB_SCHEDULE_INTERFACE
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_JOB_SCHEDULE_INTERFACE, object_name:WIP_JOB_SCHEDULE_INTERFACE, status:VALID, product: WIP - Work in Process , description: Requests to create or modify jobs and schedules , implementation_dba_data: WIP.WIP_JOB_SCHEDULE_INTERFACE ,
-
View: WIP_STANDARD_CLASSES_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_STANDARD_CLASSES_VAL_V, object_name:WIP_STANDARD_CLASSES_VAL_V, status:VALID, product: WIP - Work in Process , description: Standard discrete accounting classes , implementation_dba_data: APPS.WIP_STANDARD_CLASSES_VAL_V ,
-
View: WIP_STANDARD_CLASSES_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_STANDARD_CLASSES_VAL_V, object_name:WIP_STANDARD_CLASSES_VAL_V, status:VALID, product: WIP - Work in Process , description: Standard discrete accounting classes , implementation_dba_data: APPS.WIP_STANDARD_CLASSES_VAL_V ,
-
Table: WIP_JOB_SCHEDULE_INTERFACE
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_JOB_SCHEDULE_INTERFACE, object_name:WIP_JOB_SCHEDULE_INTERFACE, status:VALID, product: WIP - Work in Process , description: Requests to create or modify jobs and schedules , implementation_dba_data: WIP.WIP_JOB_SCHEDULE_INTERFACE ,
-
Table: WIP_REPETITIVE_ITEMS
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_REPETITIVE_ITEMS, object_name:WIP_REPETITIVE_ITEMS, status:VALID, product: WIP - Work in Process , description: Line/assembly associations , implementation_dba_data: WIP.WIP_REPETITIVE_ITEMS ,
-
Table: WIP_REPETITIVE_ITEMS
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_REPETITIVE_ITEMS, object_name:WIP_REPETITIVE_ITEMS, status:VALID, product: WIP - Work in Process , description: Line/assembly associations , implementation_dba_data: WIP.WIP_REPETITIVE_ITEMS ,
-
Table: WIP_FLOW_SCHEDULES
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_FLOW_SCHEDULES, object_name:WIP_FLOW_SCHEDULES, status:VALID, product: WIP - Work in Process , description: Work order-less flow schedules , implementation_dba_data: WIP.WIP_FLOW_SCHEDULES ,
-
View: WIPBV_ACCOUNTING_CLASSES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPBV_ACCOUNTING_CLASSES, object_name:WIPBV_ACCOUNTING_CLASSES, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPBV_ACCOUNTING_CLASSES ,
-
Table: WIP_FLOW_SCHEDULES
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_FLOW_SCHEDULES, object_name:WIP_FLOW_SCHEDULES, status:VALID, product: WIP - Work in Process , description: Work order-less flow schedules , implementation_dba_data: WIP.WIP_FLOW_SCHEDULES ,
-
View: WIPFV_WIP_REPETITIVE_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_WIP_REPETITIVE_ITEMS, object_name:WIPFV_WIP_REPETITIVE_ITEMS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_WIP_REPETITIVE_ITEMS ,
-
View: WIPBV_ACCOUNTING_CLASSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPBV_ACCOUNTING_CLASSES, object_name:WIPBV_ACCOUNTING_CLASSES, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPBV_ACCOUNTING_CLASSES ,
-
View: WIPFV_WIP_REPETITIVE_ITEMS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_WIP_REPETITIVE_ITEMS, object_name:WIPFV_WIP_REPETITIVE_ITEMS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_WIP_REPETITIVE_ITEMS ,
-
View: WIP_EAM_PARAMETERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EAM_PARAMETERS_V, object_name:WIP_EAM_PARAMETERS_V, status:VALID, product: WIP - Work in Process , description: View for EAM organization parameters. , implementation_dba_data: APPS.WIP_EAM_PARAMETERS_V ,
-
Table: WIP_DISCRETE_JOBS
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_DISCRETE_JOBS, object_name:WIP_DISCRETE_JOBS, status:VALID, product: WIP - Work in Process , description: Discrete jobs , implementation_dba_data: WIP.WIP_DISCRETE_JOBS ,
-
Table: WIP_DISCRETE_JOBS
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_DISCRETE_JOBS, object_name:WIP_DISCRETE_JOBS, status:VALID, product: WIP - Work in Process , description: Discrete jobs , implementation_dba_data: WIP.WIP_DISCRETE_JOBS ,
-
View: WIP_EAM_PARAMETERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EAM_PARAMETERS_V, object_name:WIP_EAM_PARAMETERS_V, status:VALID, product: WIP - Work in Process , description: View for EAM organization parameters. , implementation_dba_data: APPS.WIP_EAM_PARAMETERS_V ,
-
View: WIPFV_ACCOUNTING_CLASSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_ACCOUNTING_CLASSES, object_name:WIPFV_ACCOUNTING_CLASSES, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_ACCOUNTING_CLASSES ,
-
View: WIPFV_ACCOUNTING_CLASSES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_ACCOUNTING_CLASSES, object_name:WIPFV_ACCOUNTING_CLASSES, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_ACCOUNTING_CLASSES ,
-
View: WIPFV_FLOW_SCHEDULES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_FLOW_SCHEDULES, object_name:WIPFV_FLOW_SCHEDULES, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_FLOW_SCHEDULES ,
-
View: WIPFV_FLOW_SCHEDULES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_FLOW_SCHEDULES, object_name:WIPFV_FLOW_SCHEDULES, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_FLOW_SCHEDULES ,
-
View: WIPFV_WIP_JOBS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_WIP_JOBS, object_name:WIPFV_WIP_JOBS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_WIP_JOBS ,
-
View: WIPFV_WIP_JOBS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_WIP_JOBS, object_name:WIPFV_WIP_JOBS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_WIP_JOBS ,