Search Results functional_currency_flag
Overview
The WIP_RES_INST_EQUIPMENTS_V view is an Oracle Applications (APPS) schema database object residing in the Work in Process (WIP) product family. Its formal description is "Equipment resource instances." In Oracle EBS, certain manufacturing resources represent physical equipment or machinery used on the shop floor — for example, a specific machine, tool, or fixture that a work order consumes as a resource. Unlike generic labor or overhead resources, equipment resources are associated with discrete, serialized instances. This view consolidates the definition of those equipment resources with their department context, cost attributes, and the serialized inventory instance that identifies each physical unit.
The view is defined with BR.RESOURCE_TYPE = 1, which restricts the result set to equipment-type resources only. This makes the view a focused reporting and integration object for equipment-resource analysis rather than a general-purpose resource listing.
Underlying Base Objects
The view is constructed from the following documented base objects:
- BOM_RESOURCES (SYNONYM) — aliased
BR; supplies resource identity, costing, and accounting attributes. - BOM_DEPARTMENTS (SYNONYM) — aliased
BD; supplies department identity and code. - BOM_DEPARTMENT_RESOURCES_V (VIEW) — aliased
BDR; supplies department-resource relationships and capacity/planning attributes. - BOM_RESOURCE_EQUIPMENTS (SYNONYM) — aliased
BREQ; the association between a resource and its inventory instance. - MTL_SYSTEM_ITEMS_KFV (SYNONYM) — aliased
MSIK; provides the concatenated item segment description of the equipment item. - MTL_SERIAL_NUMBERS (SYNONYM) — aliased
MSN; provides the serial number of the equipment instance. - MFG_LOOKUPS (VIEW) — aliased
ML1,ML2,ML3; decodes lookup codes into meanings.
Joins link resources to departments, to department-resource definitions, to equipment instances, and to the underlying inventory and serial records.
Key Columns
- DEPARTMENT_ID / DEPARTMENT_CODE / ORGANIZATION_ID — the owning department and inventory organization context.
- RESOURCE_ID / RESOURCE_CODE — the equipment resource identity.
- INSTANCE_ID / INSTANCE_NAME / SERIAL_NUMBER — the specific serialized equipment instance.
- COST_CODE_TYPE — the cost-code classification of the resource, relevant to costing and absorption logic.
- COST_ELEMENT_ID, ABSORPTION_ACCOUNT, RATE_VARIANCE_ACCOUNT, STANDARD_RATE_FLAG — costing and accounting attributes.
- UNIT_OF_MEASURE, CAPACITY_UNITS, BASIS_TYPE — capacity and usage-basis attributes.
- RESOURCE_TYPE, AVAILABLE_24_HRS_FLAG, BASIS_TYPE — lookup-decoded descriptive flags.
- NODE_LABEL — concatenation of the item segments and serial number, useful for display.
Common Use Cases and Queries
The view supports equipment-resource reporting, costing review, and integration with shop-floor or maintenance systems. A typical query filtered on the searched attribute is:
SELECT resource_code, serial_number, cost_code_type, unit_of_measure FROM wip_res_inst_equipments_v WHERE organization_id = :org_id;SELECT department_code, resource_code, node_label FROM wip_res_inst_equipments_v WHERE cost_code_type = :cost_code_type;
Common scenarios include listing all serialized equipment instances by department, auditing cost-code assignments on equipment resources, and feeding equipment-availability data to external scheduling applications.
-
View: WIP_RES_INST_EQUIPMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_RES_INST_EQUIPMENTS_V, object_name:WIP_RES_INST_EQUIPMENTS_V, status:VALID, product: WIP - Work in Process , description: Equipment resource instances , implementation_dba_data: APPS.WIP_RES_INST_EQUIPMENTS_V ,
-
View: WIP_RES_INST_EMPLOYEES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_RES_INST_EMPLOYEES_V, object_name:WIP_RES_INST_EMPLOYEES_V, status:VALID, product: WIP - Work in Process , description: Employee resource instances , implementation_dba_data: APPS.WIP_RES_INST_EMPLOYEES_V ,
-
View: WIP_RES_INST_EMPLOYEES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_RES_INST_EMPLOYEES_V, object_name:WIP_RES_INST_EMPLOYEES_V, status:VALID, product: WIP - Work in Process , description: Employee resource instances , implementation_dba_data: APPS.WIP_RES_INST_EMPLOYEES_V ,
-
View: WIP_DEPT_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_DEPT_RESOURCES_V, object_name:WIP_DEPT_RESOURCES_V, status:VALID, product: WIP - Work in Process , description: Resources owned by a department , implementation_dba_data: APPS.WIP_DEPT_RESOURCES_V ,
-
View: WIP_DEPT_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_DEPT_RESOURCES_V, object_name:WIP_DEPT_RESOURCES_V, status:VALID, product: WIP - Work in Process , description: Resources owned by a department , implementation_dba_data: APPS.WIP_DEPT_RESOURCES_V ,
-
View: WIP_RES_INST_EQUIPMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_RES_INST_EQUIPMENTS_V, object_name:WIP_RES_INST_EQUIPMENTS_V, status:VALID, product: WIP - Work in Process , description: Equipment resource instances , implementation_dba_data: APPS.WIP_RES_INST_EQUIPMENTS_V ,
-
View: WIP_COST_TXN_INTERFACE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_COST_TXN_INTERFACE_V, object_name:WIP_COST_TXN_INTERFACE_V, status:VALID, product: WIP - Work in Process , description: Foreign-key data for WIP_COST_TXN_INTERFACE , implementation_dba_data: APPS.WIP_COST_TXN_INTERFACE_V ,
-
View: WIP_COST_TXN_INTERFACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_COST_TXN_INTERFACE_V, object_name:WIP_COST_TXN_INTERFACE_V, status:VALID, product: WIP - Work in Process , description: Foreign-key data for WIP_COST_TXN_INTERFACE , implementation_dba_data: APPS.WIP_COST_TXN_INTERFACE_V ,