Search Results wip_discrete_jobs
The WIP_DISCRETE_JOBS table is a fundamental data structure within Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, serving as the primary repository for discrete manufacturing job information. This table is part of the Work in Process (WIP) module, which manages production orders, tracks material consumption, labor, and overhead costs, and facilitates shop floor control. Below is a detailed analysis of its structure, functionality, and integration within Oracle EBS. ### **Overview of WIP_DISCRETE_JOBS** The WIP_DISCRETE_JOBS table stores metadata and transactional data for discrete manufacturing jobs, which represent individual production orders for specific items. Each record corresponds to a job that defines what to produce, the quantity, routing, and associated costs. Key attributes include: - ORGANIZATION_ID: Links the job to an inventory organization. - WIP_ENTITY_ID: A unique identifier for the job. - JOB_NAME: User-defined job identifier (e.g., "JOB-001"). - STATUS_TYPE: Indicates job status (e.g., Released, Complete, Cancelled). - PRIMARY_ITEM_ID: References the item being manufactured (MTL_SYSTEM_ITEMS_B). - START_QUANTITY and QUANTITY_COMPLETED: Track production progress. - DATE_RELEASED, DATE_COMPLETED: Timestamps for job lifecycle. ### **Functional Role in Manufacturing** 1. **Job Creation & Scheduling** Jobs are created manually or via interfaces (e.g., MRP, ASCP). The WIP_DISCRETE_JOBS table stores scheduling details like FIRST_UNIT_START_DATE and LAST_UNIT_COMPLETION_DATE, enabling capacity planning. 2. **Material & Resource Tracking** The table integrates with WIP_REQUIREMENT_OPERATIONS (component demand) and WIP_OPERATIONS (routing steps), ensuring material availability and labor/resource allocation. 3. **Cost Management** Fields like MATERIAL_VARIANCE, RESOURCE_VARIANCE, and OVERHEAD_VARIANCE capture cost deviations, linking to CST_COST_DISTRIBUTIONS for GL reconciliation. 4. **Integration with Other Modules** - Inventory (INV): Component issues/receipts update MTL_TRANSACTIONS. - Costing (CST): Job costs flow to CST_ACTUAL_COSTS. - BOM & Routing (BOM): References BOM_BILL_OF_MATERIALS and BOM_OPERATIONAL_ROUTINGS. ### **Technical Considerations** - **Indexes**: Key indexes like WIP_DISCRETE_JOBS_U1 (on WIP_ENTITY_ID) optimize queries. - **APIs**: Oracle provides PL/SQL APIs (WIP_JOB package) for safe CRUD operations. - **Concurrency Controls**: Status fields enforce workflow rules (e.g., a "Completed" job cannot be modified). ### **Customization & Extensions** - **Descriptive Flexfields (DFFs)**: Allow custom attributes (e.g., "Customer Priority"). - **Triggers/Workflow**: Can enforce validations (e.g., prevent job closure if QC pending). ### **Performance & Maintenance** - Partitioning by ORGANIZATION_ID improves query speed in multi-org setups. - Purge strategies (via WIP_JOB_PURGE_PKG) archive historical jobs to maintain performance. ### **Conclusion** The WIP_DISCRETE_JOBS table is central to Oracle EBS’s discrete manufacturing functionality, bridging planning, execution, and costing. Its design supports scalability, integration, and compliance with manufacturing best practices. Understanding its schema and relationships is critical for customization, reporting (via WIP_DISCRETE_JOBS_V views), and troubleshooting in Oracle EBS environments.
-
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_ENTITY_COMMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_ENTITY_COMMENTS_V, object_name:WIP_ENTITY_COMMENTS_V, status:VALID, product: WIP - Work in Process , description: Attachments to WIP entities , implementation_dba_data: APPS.WIP_ENTITY_COMMENTS_V ,
-
View: WIP_ENTITY_COMMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_ENTITY_COMMENTS_V, object_name:WIP_ENTITY_COMMENTS_V, status:VALID, product: WIP - Work in Process , description: Attachments to WIP entities , implementation_dba_data: APPS.WIP_ENTITY_COMMENTS_V ,
-
View: WIP_EAM_WORK_ORDER_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EAM_WORK_ORDER_DTLS_V, object_name:WIP_EAM_WORK_ORDER_DTLS_V, status:VALID, product: WIP - Work in Process , description: Detailed information for maintenance work orders , implementation_dba_data: APPS.WIP_EAM_WORK_ORDER_DTLS_V ,
-
View: WIP_EAM_WORK_ORDER_DTLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EAM_WORK_ORDER_DTLS_V, object_name:WIP_EAM_WORK_ORDER_DTLS_V, status:VALID, product: WIP - Work in Process , description: Detailed information for maintenance work orders , implementation_dba_data: APPS.WIP_EAM_WORK_ORDER_DTLS_V ,
-
View: WIP_MATERIAL_SHORTAGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_MATERIAL_SHORTAGES_V, object_name:WIP_MATERIAL_SHORTAGES_V, status:VALID, product: WIP - Work in Process , description: Material shortage data , implementation_dba_data: APPS.WIP_MATERIAL_SHORTAGES_V ,
-
View: WIP_MATERIAL_SHORTAGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_MATERIAL_SHORTAGES_V, object_name:WIP_MATERIAL_SHORTAGES_V, status:VALID, product: WIP - Work in Process , description: Material shortage data , implementation_dba_data: APPS.WIP_MATERIAL_SHORTAGES_V ,
-
View: WIP_EAM_CST_HEADER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EAM_CST_HEADER_V, object_name:WIP_EAM_CST_HEADER_V, status:VALID, product: WIP - Work in Process , description: Cost information for EAM work orders , implementation_dba_data: APPS.WIP_EAM_CST_HEADER_V ,
-
View: WIP_EAM_CST_HEADER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EAM_CST_HEADER_V, object_name:WIP_EAM_CST_HEADER_V, status:VALID, product: WIP - Work in Process , description: Cost information for EAM work orders , implementation_dba_data: APPS.WIP_EAM_CST_HEADER_V ,
-
Table: WIP_DJ_CLOSE_TEMP
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_DJ_CLOSE_TEMP, object_name:WIP_DJ_CLOSE_TEMP, status:VALID, product: WIP - Work in Process , description: Temporary information on jobs being closed , implementation_dba_data: WIP.WIP_DJ_CLOSE_TEMP ,
-
Table: WIP_DJ_CLOSE_TEMP
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_DJ_CLOSE_TEMP, object_name:WIP_DJ_CLOSE_TEMP, status:VALID, product: WIP - Work in Process , description: Temporary information on jobs being closed , implementation_dba_data: WIP.WIP_DJ_CLOSE_TEMP ,
-
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_SO_ALLOCATIONS
12.1.1
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_PERIOD_BALANCES
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_PERIOD_BALANCES, object_name:WIP_PERIOD_BALANCES, status:VALID, product: WIP - Work in Process , description: Job and schedule charges, by accounting period , implementation_dba_data: WIP.WIP_PERIOD_BALANCES ,
-
Table: WIP_PERIOD_BALANCES
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_PERIOD_BALANCES, object_name:WIP_PERIOD_BALANCES, status:VALID, product: WIP - Work in Process , description: Job and schedule charges, by accounting period , implementation_dba_data: WIP.WIP_PERIOD_BALANCES ,
-
Table: WIP_EAM_WORK_REQUESTS
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_EAM_WORK_REQUESTS, object_name:WIP_EAM_WORK_REQUESTS, status:VALID, product: WIP - Work in Process , description: Table for work request information , implementation_dba_data: WIP.WIP_EAM_WORK_REQUESTS ,
-
Table: WIP_EAM_WORK_REQUESTS
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_EAM_WORK_REQUESTS, object_name:WIP_EAM_WORK_REQUESTS, status:VALID, product: WIP - Work in Process , description: Table for work request information , implementation_dba_data: WIP.WIP_EAM_WORK_REQUESTS ,
-
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_TRANSACTION_ACCOUNTS
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_TRANSACTION_ACCOUNTS, object_name:WIP_TRANSACTION_ACCOUNTS, status:VALID, product: WIP - Work in Process , description: Debits and credits due to resource transactions , implementation_dba_data: WIP.WIP_TRANSACTION_ACCOUNTS ,
-
Table: WIP_SHOP_FLOOR_STATUSES
12.2.2
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_TRANSACTION_ACCOUNTS
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_TRANSACTION_ACCOUNTS, object_name:WIP_TRANSACTION_ACCOUNTS, status:VALID, product: WIP - Work in Process , description: Debits and credits due to resource transactions , implementation_dba_data: WIP.WIP_TRANSACTION_ACCOUNTS ,
-
View: WIP_ON_DISCRETE_JOBS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_ON_DISCRETE_JOBS_V, object_name:WIP_ON_DISCRETE_JOBS_V, status:VALID, product: WIP - Work in Process , description: AK Job Composition View , implementation_dba_data: APPS.WIP_ON_DISCRETE_JOBS_V ,
-
View: WIP_EAM_ENTITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EAM_ENTITIES_V, object_name:WIP_EAM_ENTITIES_V, status:VALID, product: WIP - Work in Process , description: EAM work order information , implementation_dba_data: APPS.WIP_EAM_ENTITIES_V ,
-
View: WIP_EAM_ENTITIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EAM_ENTITIES_V, object_name:WIP_EAM_ENTITIES_V, status:VALID, product: WIP - Work in Process , description: EAM work order information , implementation_dba_data: APPS.WIP_EAM_ENTITIES_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 ,
-
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 ,
-
View: WIP_DISCRETE_JOBS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_DISCRETE_JOBS_ALL_V, object_name:WIP_DISCRETE_JOBS_ALL_V, status:VALID, product: WIP - Work in Process , description: Summary discrete job data , implementation_dba_data: APPS.WIP_DISCRETE_JOBS_ALL_V ,
-
View: WIP_DISCRETE_JOBS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_DISCRETE_JOBS_ALL_V, object_name:WIP_DISCRETE_JOBS_ALL_V, status:VALID, product: WIP - Work in Process , description: Summary discrete job data , implementation_dba_data: APPS.WIP_DISCRETE_JOBS_ALL_V ,
-
View: WIP_EAM_WORK_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EAM_WORK_ORDERS_V, object_name:WIP_EAM_WORK_ORDERS_V, status:VALID, product: WIP - Work in Process , description: Maintenance Work Orders , implementation_dba_data: APPS.WIP_EAM_WORK_ORDERS_V ,
-
View: WIP_ON_DISCRETE_JOBS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_ON_DISCRETE_JOBS_V, object_name:WIP_ON_DISCRETE_JOBS_V, status:VALID, product: WIP - Work in Process , description: AK Job Composition View , implementation_dba_data: APPS.WIP_ON_DISCRETE_JOBS_V ,
-
View: WIP_ACTIVE_DISCRETE_JOBS_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_ACTIVE_DISCRETE_JOBS_VAL_V, object_name:WIP_ACTIVE_DISCRETE_JOBS_VAL_V, status:VALID, product: WIP - Work in Process , description: Active discrete jobs , implementation_dba_data: APPS.WIP_ACTIVE_DISCRETE_JOBS_VAL_V ,
-
View: WIP_ACTIVE_DISCRETE_JOBS_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_ACTIVE_DISCRETE_JOBS_VAL_V, object_name:WIP_ACTIVE_DISCRETE_JOBS_VAL_V, status:VALID, product: WIP - Work in Process , description: Active discrete jobs , implementation_dba_data: APPS.WIP_ACTIVE_DISCRETE_JOBS_VAL_V ,
-
View: WIP_TXN_DISCRETE_JOBS_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_TXN_DISCRETE_JOBS_VAL_V, object_name:WIP_TXN_DISCRETE_JOBS_VAL_V, status:VALID, product: WIP - Work in Process , description: Released and complete discrete jobs , implementation_dba_data: APPS.WIP_TXN_DISCRETE_JOBS_VAL_V ,
-
View: WIP_OPEN_DISCRETE_JOBS_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_OPEN_DISCRETE_JOBS_VAL_V, object_name:WIP_OPEN_DISCRETE_JOBS_VAL_V, status:VALID, product: WIP - Work in Process , description: Open discrete jobs , implementation_dba_data: APPS.WIP_OPEN_DISCRETE_JOBS_VAL_V ,
-
Table: WIP_REQUIREMENT_OPERATIONS
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_REQUIREMENT_OPERATIONS, object_name:WIP_REQUIREMENT_OPERATIONS, status:VALID, product: WIP - Work in Process , description: Components required by jobs and schedules , implementation_dba_data: WIP.WIP_REQUIREMENT_OPERATIONS ,
-
Table: WIP_REQUIREMENT_OPERATIONS
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_REQUIREMENT_OPERATIONS, object_name:WIP_REQUIREMENT_OPERATIONS, status:VALID, product: WIP - Work in Process , description: Components required by jobs and schedules , implementation_dba_data: WIP.WIP_REQUIREMENT_OPERATIONS ,
-
View: WIP_DISCRETE_JOBS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_DISCRETE_JOBS_V, object_name:WIP_DISCRETE_JOBS_V, status:VALID, product: WIP - Work in Process , description: Foreign-key data for WIP_DISCRETE_JOBS , implementation_dba_data: APPS.WIP_DISCRETE_JOBS_V ,
-
View: WIP_TXN_DISCRETE_JOBS_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_TXN_DISCRETE_JOBS_VAL_V, object_name:WIP_TXN_DISCRETE_JOBS_VAL_V, status:VALID, product: WIP - Work in Process , description: Released and complete discrete jobs , implementation_dba_data: APPS.WIP_TXN_DISCRETE_JOBS_VAL_V ,
-
View: WIP_OSP_JOBS_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_OSP_JOBS_VAL_V, object_name:WIP_OSP_JOBS_VAL_V, status:VALID, product: WIP - Work in Process , description: Active jobs with outside processing resources , implementation_dba_data: APPS.WIP_OSP_JOBS_VAL_V ,
-
View: WIP_OSP_JOBS_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_OSP_JOBS_VAL_V, object_name:WIP_OSP_JOBS_VAL_V, status:VALID, product: WIP - Work in Process , description: Active jobs with outside processing resources , implementation_dba_data: APPS.WIP_OSP_JOBS_VAL_V ,
-
View: WIP_DISCRETE_JOBS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_DISCRETE_JOBS_V, object_name:WIP_DISCRETE_JOBS_V, status:VALID, product: WIP - Work in Process , description: Foreign-key data for WIP_DISCRETE_JOBS , implementation_dba_data: APPS.WIP_DISCRETE_JOBS_V ,
-
View: WIP_EAM_WORK_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EAM_WORK_ORDERS_V, object_name:WIP_EAM_WORK_ORDERS_V, status:VALID, product: WIP - Work in Process , description: Maintenance Work Orders , implementation_dba_data: APPS.WIP_EAM_WORK_ORDERS_V ,
-
View: WIP_OPEN_DISCRETE_JOBS_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_OPEN_DISCRETE_JOBS_VAL_V, object_name:WIP_OPEN_DISCRETE_JOBS_VAL_V, status:VALID, product: WIP - Work in Process , description: Open discrete jobs , implementation_dba_data: APPS.WIP_OPEN_DISCRETE_JOBS_VAL_V ,
-
View: WIP_CUMULATIVE_SCRAP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_CUMULATIVE_SCRAP_V, object_name:WIP_CUMULATIVE_SCRAP_V, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIP_CUMULATIVE_SCRAP_V ,
-
View: WIP_CUMULATIVE_SCRAP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_CUMULATIVE_SCRAP_V, object_name:WIP_CUMULATIVE_SCRAP_V, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIP_CUMULATIVE_SCRAP_V ,
-
View: WIPFV_WIP_RESERVATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_WIP_RESERVATIONS, object_name:WIPFV_WIP_RESERVATIONS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_WIP_RESERVATIONS ,
-
Table: WIP_OPERATIONS
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_OPERATIONS, object_name:WIP_OPERATIONS, status:VALID, product: WIP - Work in Process , description: Operations necessary for jobs and schedules , implementation_dba_data: WIP.WIP_OPERATIONS ,
-
Table: WIP_OPERATIONS
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_OPERATIONS, object_name:WIP_OPERATIONS, status:VALID, product: WIP - Work in Process , description: Operations necessary for jobs and schedules , implementation_dba_data: WIP.WIP_OPERATIONS ,
-
View: WIPFV_WIP_RESERVATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_WIP_RESERVATIONS, object_name:WIPFV_WIP_RESERVATIONS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_WIP_RESERVATIONS ,