Search Results supplier sites table in ebs
The WIP_BIS_PROD_DEPT_YIELD_TEMP
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a temporary staging table primarily used within the Work in Process (WIP) module to support Business Intelligence System (BIS) reporting for departmental yield analysis. This table plays a critical role in aggregating and processing transactional data before it is transformed into meaningful yield metrics for manufacturing departments. Below is a detailed technical and functional breakdown of its purpose, structure, and integration within Oracle EBS.
Functional Overview
TheWIP_BIS_PROD_DEPT_YIELD_TEMP
table acts as an intermediary data store for yield-related calculations at the departmental level. It captures key performance indicators (KPIs) such as:
- Units started, completed, and scrapped
- Yield percentages (good units vs. total units processed)
- Department-specific efficiency metrics
Technical Structure
The table typically includes the following columns (exact schema may vary by EBS version):- ORGANIZATION_ID: Identifies the inventory organization.
- DEPARTMENT_ID: Links to the WIP department (from
WIP_DEPARTMENTS
). - PRODUCTION_LINE_ID: Associates data with a manufacturing line.
- ITEM_ID: References the manufactured item (from
MTL_SYSTEM_ITEMS_B
). - TRANSACTION_DATE: Timestamp for yield calculations.
- START_QUANTITY, COMPLETED_QUANTITY, SCRAP_QUANTITY: Quantities used for yield computation.
- YIELD_PERCENTAGE: Derived field calculated as (Completed Quantity / (Completed Quantity + Scrap Quantity)).
- TEMP_FLAG: Indicates whether records are pending processing (often purged after BIS jobs run).
Integration with Oracle EBS Modules
- Work in Process (WIP): Receives transactional data from WIP move transactions, completions, and scrap entries via APIs or concurrent programs.
- Inventory (INV): Validates item and organization references.
- Cost Management (CST): May integrate with yield-based cost analysis.
- Oracle BIS: Serves as a data source for pre-configured yield dashboards and ad-hoc queries.
Data Flow
- Data is populated via EBS concurrent programs (e.g., "WIP Yield Analysis Collection").
- Intermediate processing may involve PL/SQL packages like
WIP_BIS_YIELD_PKG
. - Processed records are either archived or purged to maintain performance.
Customization Considerations
- Indexing: Additional indexes on
ORGANIZATION_ID
andTRANSACTION_DATE
may improve query performance. - Partitioning: Recommended for high-volume manufacturing environments.
- Extensions: Custom columns can be added for site-specific KPIs, but require modifications to feeder programs.
Performance Implications
- Table growth should be monitored—automated purges are critical.
- Concurrent program scheduling during off-peak hours is advised.
Conclusion
TheWIP_BIS_PROD_DEPT_YIELD_TEMP
table is a specialized component of Oracle EBS's manufacturing analytics framework. Its design supports real-time yield monitoring while maintaining separation from transactional systems. Proper configuration ensures accurate reporting without impacting production operations.
-
File: Work in Progress ERD.pdf
12.1.1
product: WIP - Work in Process , size: 125.872 KBytes , file_type: PDF Diagram ,
-
File: Work in Progress ERD.pdf
12.2.2
product: WIP - Work in Process , size: 125.872 KBytes , file_type: PDF Diagram ,
-
Table: WIP_BIS_PROD_DEPT_YIELD_TEMP
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_BIS_PROD_DEPT_YIELD_TEMP, object_name:WIP_BIS_PROD_DEPT_YIELD_TEMP, status:VALID, product: WIP - Work in Process , implementation_dba_data: WIP.WIP_BIS_PROD_DEPT_YIELD_TEMP ,
-
Table: WIP_PAC_PERIOD_BALANCES
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_PAC_PERIOD_BALANCES, object_name:WIP_PAC_PERIOD_BALANCES, status:VALID, product: WIP - Work in Process , description: Stores periodic balance of all WIP entities within a cost group by period , implementation_dba_data: WIP.WIP_PAC_PERIOD_BALANCES ,
-
Table: WIP_PREFERENCE_DEFINITIONS
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_PREFERENCE_DEFINITIONS, object_name:WIP_PREFERENCE_DEFINITIONS, status:VALID, product: WIP - Work in Process , description: Stores the preference definition , implementation_dba_data: WIP.WIP_PREFERENCE_DEFINITIONS ,
-
Table: WIP_MSC_OPEN_JOB_STATUSES
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_MSC_OPEN_JOB_STATUSES, object_name:WIP_MSC_OPEN_JOB_STATUSES, status:VALID, product: WIP - Work in Process , description: This table is used by MRP to improve snapshot refresh performance. It contains only one column for job status. It should only be populated with open status. , implementation_dba_data: WIP.WIP_MSC_OPEN_JOB_STATUSES ,
-
Table: WIP_EMPLOYEE_LABOR_RATES
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_EMPLOYEE_LABOR_RATES, object_name:WIP_EMPLOYEE_LABOR_RATES, status:VALID, product: WIP - Work in Process , description: Employee hourly labor rates , implementation_dba_data: WIP.WIP_EMPLOYEE_LABOR_RATES ,
-
Table: WIP_EAM_PARAMETERS
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_EAM_PARAMETERS, object_name:WIP_EAM_PARAMETERS, status:VALID, product: WIP - Work in Process , description: Organization parameters for EAM enabled organization , implementation_dba_data: WIP.WIP_EAM_PARAMETERS ,
-
Table: WIP_PERIOD_BALANCES_EFC
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_PERIOD_BALANCES_EFC, object_name:WIP_PERIOD_BALANCES_EFC, status:VALID, product: WIP - Work in Process , description: EURO as a functional currency table for WIP_PERIOD_BALANCES. , implementation_dba_data: WIP.WIP_PERIOD_BALANCES_EFC ,
-
Table: WIP_PREFERENCE_LEVELS
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_PREFERENCE_LEVELS, object_name:WIP_PREFERENCE_LEVELS, status:VALID, product: WIP - Work in Process , description: Stores the preference levels , implementation_dba_data: WIP.WIP_PREFERENCE_LEVELS ,
-
Table: WIP_BIS_PROD_ASSY_YIELD_TEMP
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_BIS_PROD_ASSY_YIELD_TEMP, object_name:WIP_BIS_PROD_ASSY_YIELD_TEMP, status:VALID, product: WIP - Work in Process , implementation_dba_data: WIP.WIP_BIS_PROD_ASSY_YIELD_TEMP ,
-
Table: WIP_LINES
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_LINES, object_name:WIP_LINES, status:VALID, product: WIP - Work in Process , description: Production lines , implementation_dba_data: WIP.WIP_LINES ,
-
Table: WIP_TRANSACTIONS_EFC
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_TRANSACTIONS_EFC, object_name:WIP_TRANSACTIONS_EFC, status:VALID, product: WIP - Work in Process , description: EURO as a functional currency table for WIP_TRANSACTIONS. , implementation_dba_data: WIP.WIP_TRANSACTIONS_EFC ,
-
Table: WIP_SCRAP_VALUES_EFC
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_SCRAP_VALUES_EFC, object_name:WIP_SCRAP_VALUES_EFC, status:VALID, product: WIP - Work in Process , description: EURO as a functional currency table for WIP_SCRAP_VALUES. , implementation_dba_data: WIP.WIP_SCRAP_VALUES_EFC ,
-
Table: WIP_PURGE_TEMP
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_PURGE_TEMP, object_name:WIP_PURGE_TEMP, status:VALID, product: WIP - Work in Process , description: Temporary information on jobs and schedules being purged , implementation_dba_data: WIP.WIP_PURGE_TEMP ,
-
Table: WIP_SHOP_FLOOR_STATUSES
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_SHOP_FLOOR_STATUSES, object_name:WIP_SHOP_FLOOR_STATUSES, status:VALID, product: WIP - Work in Process , description: Statuses assigned to particular jobs and schedules , implementation_dba_data: WIP.WIP_SHOP_FLOOR_STATUSES ,
-
Table: WIP_TXN_INTERFACE_ERRORS
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_TXN_INTERFACE_ERRORS, object_name:WIP_TXN_INTERFACE_ERRORS, status:VALID, product: WIP - Work in Process , description: Errors encountered during resource and move transaction processing , implementation_dba_data: WIP.WIP_TXN_INTERFACE_ERRORS ,
-
Table: WIP_OPERATION_YIELDS_EFC
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_OPERATION_YIELDS_EFC, object_name:WIP_OPERATION_YIELDS_EFC, status:VALID, product: WIP - Work in Process , description: EURO as a functional currency table for WIP_OPERATION_YIELDS. , implementation_dba_data: WIP.WIP_OPERATION_YIELDS_EFC ,
-
Table: WIP_OP_YIELD_REALLOCATIONS
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_OP_YIELD_REALLOCATIONS, object_name:WIP_OP_YIELD_REALLOCATIONS, status:VALID, product: WIP - Work in Process , description: This table stores allocation of Estimated scrap absorption cost due to completion of assembly in a job. This table have one row for each WSM type job. , implementation_dba_data: WIP.WIP_OP_YIELD_REALLOCATIONS ,
-
Table: WIP_SCHEDULING_INTERFACE
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_SCHEDULING_INTERFACE, object_name:WIP_SCHEDULING_INTERFACE, status:VALID, product: WIP - Work in Process , description: Requests to schedule operations and resources , implementation_dba_data: WIP.WIP_SCHEDULING_INTERFACE ,
-
Table: WIP_BIS_PERF_TO_PLAN
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_BIS_PERF_TO_PLAN, object_name:WIP_BIS_PERF_TO_PLAN, status:VALID, product: WIP - Work in Process , description: Scheduled production and actual production , implementation_dba_data: WIP.WIP_BIS_PERF_TO_PLAN ,
-
Table: WIP_MOVE_TRANSACTIONS
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_MOVE_TRANSACTIONS, object_name:WIP_MOVE_TRANSACTIONS, status:VALID, product: WIP - Work in Process , description: Shop floor move transactions , implementation_dba_data: WIP.WIP_MOVE_TRANSACTIONS ,
-
Table: WIP_OPERATION_RESOURCES_EFC
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_OPERATION_RESOURCES_EFC, object_name:WIP_OPERATION_RESOURCES_EFC, status:VALID, product: WIP - Work in Process , description: EURO as a functional currency table for WIP_OPERATION_RESOURCES. , implementation_dba_data: WIP.WIP_OPERATION_RESOURCES_EFC ,
-
Table: WIP_SERIAL_MOVE_TRANSACTIONS
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_SERIAL_MOVE_TRANSACTIONS, object_name:WIP_SERIAL_MOVE_TRANSACTIONS, status:VALID, product: WIP - Work in Process , description: Store serial number related to move transaction ID , implementation_dba_data: WIP.WIP_SERIAL_MOVE_TRANSACTIONS ,
-
Table: WIP_BIS_EFF_TEMP
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_BIS_EFF_TEMP, object_name:WIP_BIS_EFF_TEMP, status:VALID, product: WIP - Work in Process , implementation_dba_data: WIP.WIP_BIS_EFF_TEMP ,
-
Table: WIP_WS_CRITICAL_RES_TEMP
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_WS_CRITICAL_RES_TEMP, object_name:WIP_WS_CRITICAL_RES_TEMP, status:VALID, product: WIP - Work in Process , implementation_dba_data: WIP.WIP_WS_CRITICAL_RES_TEMP ,
-
Table: WIP_BIS_MNRA_TEMP
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_BIS_MNRA_TEMP, object_name:WIP_BIS_MNRA_TEMP, status:VALID, product: WIP - Work in Process , implementation_dba_data: WIP.WIP_BIS_MNRA_TEMP ,
-
Table: WIP_INTERFACE_ERRORS
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_INTERFACE_ERRORS, object_name:WIP_INTERFACE_ERRORS, status:VALID, product: WIP - Work in Process , description: Errors encountered while processing open interface requests , implementation_dba_data: WIP.WIP_INTERFACE_ERRORS ,
-
Table: WIP_COST_TXN_INTERFACE
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_COST_TXN_INTERFACE, object_name:WIP_COST_TXN_INTERFACE, status:VALID, product: WIP - Work in Process , description: Requests to process cost transactions , implementation_dba_data: WIP.WIP_COST_TXN_INTERFACE ,
-
Table: WIP_EAM_WORK_REQ_NOTES
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_EAM_WORK_REQ_NOTES, object_name:WIP_EAM_WORK_REQ_NOTES, status:VALID, product: WIP - Work in Process , description: Table to store work requests log information , implementation_dba_data: WIP.WIP_EAM_WORK_REQ_NOTES ,
-
Table: WIP_SCHED_RELATIONSHIPS
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_SCHED_RELATIONSHIPS, object_name:WIP_SCHED_RELATIONSHIPS, status:VALID, product: WIP - Work in Process , description: Stores scheduling relationships between work orders , implementation_dba_data: WIP.WIP_SCHED_RELATIONSHIPS ,
-
Table: WIP_BIS_PROD_DEPT_YIELD
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_BIS_PROD_DEPT_YIELD, object_name:WIP_BIS_PROD_DEPT_YIELD, status:VALID, product: WIP - Work in Process , description: Yield by department , implementation_dba_data: WIP.WIP_BIS_PROD_DEPT_YIELD ,
-
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_OPERATION_RESOURCES
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_OPERATION_RESOURCES, object_name:WIP_OPERATION_RESOURCES, status:VALID, product: WIP - Work in Process , description: Resources necessary for operations , implementation_dba_data: WIP.WIP_OPERATION_RESOURCES ,
-
Table: WIP_BIS_PROD_INDICATORS
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_BIS_PROD_INDICATORS, object_name:WIP_BIS_PROD_INDICATORS, status:VALID, product: WIP - Work in Process , description: Productivity, utilization, and yield, by job, assembly, department, and resource , implementation_dba_data: WIP.WIP_BIS_PROD_INDICATORS ,
-
Table: WIP_SO_ALLOCATIONS
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_SO_ALLOCATIONS, object_name:WIP_SO_ALLOCATIONS, status:VALID, product: WIP - Work in Process , description: Allocations of job assemblies to sales orders , implementation_dba_data: WIP.WIP_SO_ALLOCATIONS ,
-
Table: WIP_BIS_YLD_TEMP
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_BIS_YLD_TEMP, object_name:WIP_BIS_YLD_TEMP, status:VALID, product: WIP - Work in Process , implementation_dba_data: WIP.WIP_BIS_YLD_TEMP ,
-
Table: WIP_SHOP_FLOOR_STATUS_CODES
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_SHOP_FLOOR_STATUS_CODES, object_name:WIP_SHOP_FLOOR_STATUS_CODES, status:VALID, product: WIP - Work in Process , description: Statuses that a job or schedule may assume , implementation_dba_data: WIP.WIP_SHOP_FLOOR_STATUS_CODES ,
-
Table: WIP_MOVE_TXN_INTERFACE
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_MOVE_TXN_INTERFACE, object_name:WIP_MOVE_TXN_INTERFACE, status:VALID, product: WIP - Work in Process , description: Requests to process shop floor move transactions , implementation_dba_data: WIP.WIP_MOVE_TXN_INTERFACE ,
-
Table: WIP_REQ_OPERATION_COST_DET_EFC
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_REQ_OPERATION_COST_DET_EFC, object_name:WIP_REQ_OPERATION_COST_DET_EFC, status:VALID, product: WIP - Work in Process , description: EURO as a functional currency table for WIP_REQ_OPERATION_COST_DETAILS. , implementation_dba_data: WIP.WIP_REQ_OPERATION_COST_DET_EFC ,
-
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_EXCEPTIONS
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_EXCEPTIONS, object_name:WIP_EXCEPTIONS, status:VALID, product: WIP - Work in Process , description: Wip exceptions , implementation_dba_data: WIP.WIP_EXCEPTIONS ,
-
Table: WIP_MOVE_TRANSACTIONS
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_MOVE_TRANSACTIONS, object_name:WIP_MOVE_TRANSACTIONS, status:VALID, product: WIP - Work in Process , description: Shop floor move transactions , implementation_dba_data: WIP.WIP_MOVE_TRANSACTIONS ,
-
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 ,
-
Table: WIP_RESOURCE_ACTUAL_TIMES
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_RESOURCE_ACTUAL_TIMES, object_name:WIP_RESOURCE_ACTUAL_TIMES, status:VALID, product: WIP - Work in Process , description: Stores the start and stop time of a resource , implementation_dba_data: WIP.WIP_RESOURCE_ACTUAL_TIMES ,
-
Table: WIP_OPERATION_RESOURCES_EFC
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_OPERATION_RESOURCES_EFC, object_name:WIP_OPERATION_RESOURCES_EFC, status:VALID, product: WIP - Work in Process , description: EURO as a functional currency table for WIP_OPERATION_RESOURCES. , implementation_dba_data: WIP.WIP_OPERATION_RESOURCES_EFC ,
-
Table: WIP_LPN_COMPLETIONS_SERIALS
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_LPN_COMPLETIONS_SERIALS, object_name:WIP_LPN_COMPLETIONS_SERIALS, status:VALID, product: WIP - Work in Process , description: This table contains serial information for materials being processed in WIP Lpn completions (Mobile Apps) , implementation_dba_data: WIP.WIP_LPN_COMPLETIONS_SERIALS ,
-
Table: WIP_PREFERENCES
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_PREFERENCES, object_name:WIP_PREFERENCES, status:VALID, product: WIP - Work in Process , description: WIP Specific user level parameters , implementation_dba_data: WIP.WIP_PREFERENCES ,
-
Table: WIP_SO_ALLOCATIONS_TEMP
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_SO_ALLOCATIONS_TEMP, object_name:WIP_SO_ALLOCATIONS_TEMP, status:VALID, product: WIP - Work in Process , description: Temporary sales order allocation information , implementation_dba_data: WIP.WIP_SO_ALLOCATIONS_TEMP ,
-
Table: WIP_WS_CRITICAL_COMP_TEMP
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_WS_CRITICAL_COMP_TEMP, object_name:WIP_WS_CRITICAL_COMP_TEMP, status:VALID, product: WIP - Work in Process , implementation_dba_data: WIP.WIP_WS_CRITICAL_COMP_TEMP ,