Search Results class_type
Overview
APPS.WIP_REPETITIVE_CLASSES_VAL_V is a validation view in the Oracle E-Business Suite Work in Process (WIP) module. Its purpose is to expose a filtered subset of accounting class definitions that are valid for repetitive manufacturing schedules. The view is defined over the WIP_ACCOUNTING_CLASSES table and applies a WHERE clause that excludes disabled classes and restricts the result set to a single class type, identified by the literal CLASS_TYPE = 2.
Because the view filters on both an effective-date condition and the class type, it functions as a validation source for value sets and list-of-values (LOV) definitions attached to repetitive scheduling concurrent programs, forms, and integrations. Rather than presenting the complete accounting class catalog, it returns only those records that are currently active and of the repetitive class category, ensuring that downstream validation and defaulting logic cannot select an obsolete or non-repetitive class.
Underlying Base Objects
The view is documented, per ETRM 12.2.2 metadata, as being defined over a single referenced base object: WIP_ACCOUNTING_CLASSES (accessed through a synonym). WIP_ACCOUNTING_CLASSES is the master table that stores accounting class definitions for discrete, repetitive, and (where applicable) other WIP class types. Each accounting class carries a CLASS_TYPE discriminator that distinguishes its usage.
APPS.WIP_REPETITIVE_CLASSES_VAL_V performs no joins and no aggregation. It is a pure projection-and-filter view: it selects the accounting columns from the base table and restricts rows using two predicates. The first predicate, NVL(DISABLE_DATE, SYSDATE+1) > SYSDATE, retains classes whose DISABLE_DATE is null (never disabled) or is still in the future. The second predicate, CLASS_TYPE = 2, retains only repetitive class records. The owner of the view is APPS.
Key Columns
- CLASS_CODE – The user-visible identifier of the accounting class; the primary key component used for selection and validation.
- DESCRIPTION – Descriptive text for the accounting class, typically rendered in LOVs and reports.
- CLASS_TYPE – The class type discriminator. In this view the value is always 2, indicating repetitive classes; the column is exposed for completeness.
- MATERIAL_ACCOUNT, MATERIAL_VARIANCE_ACCOUNT, MATERIAL_OVERHEAD_ACCOUNT – Material-related cost accounts used in WIP accounting and variance postings.
- RESOURCE_ACCOUNT, RESOURCE_VARIANCE_ACCOUNT – Accounts for resource charges and their variances.
- OUTSIDE_PROCESSING_ACCOUNT, OUTSIDE_PROC_VARIANCE_ACCOUNT – Accounts for outside processing charges and associated variances.
- OVERHEAD_ACCOUNT, OVERHEAD_VARIANCE_ACCOUNT – Overhead absorption and variance accounts.
- ORGANIZATION_ID – The inventory organization to which the accounting class belongs; supports multi-org querying and defaulting.
Common Use Cases and Queries
The principal use case is validating user-entered or defaulted accounting class values for repetitive schedules. Because the view already excludes disabled and non-repetitive classes, it is commonly registered as the table-validated source of a value set. A typical query returns all currently valid repetitive classes for reporting or LOV display:
SELECT CLASS_CODE, DESCRIPTION, ORGANIZATION_ID FROM APPS.WIP_REPETITIVE_CLASSES_VAL_V ORDER BY CLASS_CODE;SELECT CLASS_CODE, MATERIAL_ACCOUNT, RESOURCE_ACCOUNT FROM APPS.WIP_REPETITIVE_CLASSES_VAL_V WHERE ORGANIZATION_ID = :org_id;SELECT COUNT(*) FROM APPS.WIP_REPETITIVE_CLASSES_VAL_V WHERE CLASS_CODE = :class_code;for existence/validation checks.
In integration and reconciliation scenarios, the view is used to retrieve the full account set for a repetitive class so that cost postings can be verified against WIP accounting distributions. Analysts should note that the view reflects only active classes as of the current system date; historically disabled classes are not returned, and historical reporting must query WIP_ACCOUNTING_CLASSES directly with appropriate date handling.
-
VIEW: APPS.WIP_REPETITIVE_CLASSES_VAL_V
12.1.1
-
VIEW: APPS.WIP_REPETITIVE_CLASSES_VAL_V
12.2.2
-
VIEW: APPS.WIP_STANDARD_CLASSES_VAL_V
12.1.1
-
VIEW: APPS.WIP_STANDARD_CLASSES_VAL_V
12.2.2
-
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: APPS.WIP_NON_STANDARD_CLASSES_VAL_V
12.2.2
-
VIEW: APPS.WIP_DISCRETE_CLASSES_ALL_V
12.2.2
-
VIEW: APPS.WSM_STANDARD_CLASSES_VAL_V
12.1.1
-
APPS.SOA_REMOVE SQL Statements
12.2.2
-
VIEW: APPS.WIP_DISCRETE_CLASSES_ALL_V
12.1.1
-
View: WSM_STANDARD_CLASSES_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSM.WSM_STANDARD_CLASSES_VAL_V, object_name:WSM_STANDARD_CLASSES_VAL_V, status:VALID, product: WSM - Shop Floor Management , implementation_dba_data: APPS.WSM_STANDARD_CLASSES_VAL_V ,
-
VIEW: APPLSYS.FND_CONC_RELEASE_CLASSES#
12.2.2
-
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: APPS.WSM_STANDARD_CLASSES_VAL_V
12.2.2
-
VIEW: APPS.WIP_NON_STANDARD_CLASSES_VAL_V
12.1.1
-
VIEW: APPLSYS.FND_IREP_CLASSES#
12.2.2
-
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_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.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 ,
-
View: WSM_STANDARD_CLASSES_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSM.WSM_STANDARD_CLASSES_VAL_V, object_name:WSM_STANDARD_CLASSES_VAL_V, status:VALID, product: WSM - Shop Floor Management , implementation_dba_data: APPS.WSM_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 ,
-
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 ,
-
PACKAGE BODY: APPS.SOA_REMOVE
12.2.2
-
View: FND_IREP_ALL_INTERFACES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_IREP_ALL_INTERFACES, object_name:FND_IREP_ALL_INTERFACES, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_IREP_ALL_INTERFACES ,
-
VIEW: WIP.WIP_PERIOD_BALANCES#
12.2.2
-
VIEW: WIP.WIP_ACCOUNTING_CLASSES#
12.2.2
-
VIEW: APPS.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,
-
View: FND_IREP_ALL_INTERFACES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_IREP_ALL_INTERFACES, object_name:FND_IREP_ALL_INTERFACES, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_IREP_ALL_INTERFACES ,
-
VIEW: BOM.CST_WIP_VALUE_HISTORY#
12.2.2
-
VIEW: APPS.WSM_STANDARD_CLASSES_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSM.WSM_STANDARD_CLASSES_VAL_V, object_name:WSM_STANDARD_CLASSES_VAL_V, status:VALID,
-
VIEW: APPS.CST_CG_WIP_ACCT_CLASSES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_CG_WIP_ACCT_CLASSES_V, object_name:CST_CG_WIP_ACCT_CLASSES_V, status:VALID,
-
VIEW: APPLSYS.FND_CONC_RELEASE_CLASSES#
12.2.2
owner:APPLSYS, object_type:VIEW, object_name:FND_CONC_RELEASE_CLASSES#, status:VALID,
-
VIEW: APPS.CST_CG_WIP_ACCT_CLASSES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_CG_WIP_ACCT_CLASSES_V, object_name:CST_CG_WIP_ACCT_CLASSES_V, status:VALID,
-
VIEW: APPS.FND_IREP_ALL_INTERFACES
12.1.1
-
VIEW: APPS.WSM_STANDARD_CLASSES_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSM.WSM_STANDARD_CLASSES_VAL_V, object_name:WSM_STANDARD_CLASSES_VAL_V, status:VALID,
-
APPS.CSTPCWPB SQL Statements
12.1.1
-
APPS.CSTPCWPB SQL Statements
12.2.2
-
VIEW: APPS.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,
-
VIEW: APPS.FND_IREP_CLASSES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_IREP_CLASSES_VL, object_name:FND_IREP_CLASSES_VL, status:VALID,
-
VIEW: APPS.FND_IREP_ALL_INTERFACES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_IREP_ALL_INTERFACES, object_name:FND_IREP_ALL_INTERFACES, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.FND_IREP_ALL_INTERFACES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_IREP_ALL_INTERFACES, object_name:FND_IREP_ALL_INTERFACES, status:VALID,
-
VIEW: WIP.WIP_PERIOD_BALANCES#
12.2.2
owner:WIP, object_type:VIEW, object_name:WIP_PERIOD_BALANCES#, status:VALID,
-
VIEW: APPS.FND_IREP_ALL_INTERFACES
12.2.2
-
VIEW: APPS.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,
-
APPS.WF_WS_GEN SQL Statements
12.2.2
-
VIEW: APPS.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,
-
VIEW: APPLSYS.FND_IREP_CLASSES#
12.2.2
owner:APPLSYS, object_type:VIEW, object_name:FND_IREP_CLASSES#, status:VALID,
-
APPS.WIP_WIPUTACD_XMLP_PKG SQL Statements
12.2.2