Search Results what is mt-access in rrc setup request
The WIP_EAM_WORK_REQUESTS
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical data structure within the Enterprise Asset Management (EAM) module, specifically designed to manage work requests for maintenance activities. Work requests serve as preliminary notifications for potential maintenance work and are often converted into work orders after approval. This table stores essential metadata and transactional data related to these requests, facilitating asset lifecycle management, maintenance planning, and operational efficiency.
### **Key Attributes of WIP_EAM_WORK_REQUESTS**
The table contains several key columns that define the work request lifecycle:
- **WORK_REQUEST_ID**: A unique identifier for each work request, typically generated via a sequence.
- **ORGANIZATION_ID**: Links the work request to an inventory organization, ensuring proper segregation of data.
- **REQUEST_NUMBER**: A user-friendly identifier, often auto-generated based on a numbering schema.
- **STATUS**: Reflects the current state of the work request (e.g., Draft, Pending Approval, Approved, Rejected, or Closed).
- **REQUEST_DATE**: The date when the request was created.
- **REQUESTED_BY**: The user or employee who initiated the request.
- **ASSET_NUMBER**: References the asset requiring maintenance, linking to the MTL_EAM_ASSETS
table.
- **PRIORITY**: Indicates urgency (e.g., High, Medium, Low), influencing scheduling decisions.
- **DESCRIPTION**: A detailed explanation of the maintenance need.
- **WORK_ORDER_TYPE**: Specifies whether the request will convert to a corrective, preventive, or other type of work order.
- **APPROVED_FLAG**: A Boolean field indicating whether the request has been approved for conversion to a work order.
- **DEPARTMENT_ID**: Associates the request with a department for cost tracking and responsibility assignment.
### **Integration with Other Modules**
The WIP_EAM_WORK_REQUESTS
table integrates with multiple Oracle EBS modules:
1. **Inventory Management (INV)**: Validates asset numbers and spare parts availability.
2. **Work in Process (WIP)**: Facilitates the conversion of approved requests into work orders via the WIP_EAM_WORK_ORDERS
table.
3. **Purchasing (PO)**: Links to requisitions if external procurement is needed for parts or services.
4. **Human Resources (HR)**: Tracks labor assignments via the REQUESTED_BY
and DEPARTMENT_ID
fields.
### **Business Process Flow**
1. **Creation**: A user submits a work request, populating mandatory fields like asset number, description, and priority.
2. **Approval**: Supervisors review and approve/reject requests via workflows, updating the STATUS
and APPROVED_FLAG
.
3. **Conversion**: Approved requests are converted into work orders, with data migrated to WIP_EAM_WORK_ORDERS
.
4. **Execution**: Maintenance teams execute the work, updating statuses and recording labor/material usage.
5. **Closure**: Completed requests are closed, and historical data is retained for reporting.
### **Technical Considerations**
- **Indexes**: Key columns like WORK_REQUEST_ID
, ASSET_NUMBER
, and ORGANIZATION_ID
are indexed for performance.
- **APIs**: Oracle provides PL/SQL APIs (e.g., EAM_WORK_REQUEST_PUB
) for programmatic CRUD operations.
- **Audit Trails**: Timestamp columns (CREATION_DATE
, LAST_UPDATE_DATE
) track changes for compliance.
### **Reporting and Analytics**
The table supports EAM dashboards and reports, enabling analysis of:
- Request volumes by asset, department, or priority.
- Approval cycle times.
- Conversion rates from requests to work orders.
### **Conclusion**
The WIP_EAM_WORK_REQUESTS
table is a foundational component of Oracle EBS EAM, streamlining maintenance workflows from request initiation to execution. Its structured schema ensures data integrity, while integrations with other modules provide end-to-end visibility into asset maintenance processes.
-
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 ,
-
Lookup Type: WIP_WS_PREFERENCES
12.1.1
product: WIP - Work in Process , meaning: Workstation preferences , description: Workstation preferences ,
-
Lookup Type: WIP_WS_PREFERENCES
12.2.2
product: WIP - Work in Process , meaning: Workstation preferences , description: Workstation preferences ,
-
View: WIPBV_WIP_MOVE_TXN_ALLOCATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPBV_WIP_MOVE_TXN_ALLOCATIONS, object_name:WIPBV_WIP_MOVE_TXN_ALLOCATIONS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPBV_WIP_MOVE_TXN_ALLOCATIONS ,
-
View: WIPBV_WIP_MOVE_TXN_ALLOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPBV_WIP_MOVE_TXN_ALLOCATIONS, object_name:WIPBV_WIP_MOVE_TXN_ALLOCATIONS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPBV_WIP_MOVE_TXN_ALLOCATIONS ,
-
View: WIPFV_WIP_MOVE_TXN_ALLOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_WIP_MOVE_TXN_ALLOCATIONS, object_name:WIPFV_WIP_MOVE_TXN_ALLOCATIONS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_WIP_MOVE_TXN_ALLOCATIONS ,
-
View: WIPFV_MTL_TXN_ALLOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_MTL_TXN_ALLOCATIONS, object_name:WIPFV_MTL_TXN_ALLOCATIONS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_MTL_TXN_ALLOCATIONS ,
-
View: WIPBV_MTL_TXN_ALLOCATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPBV_MTL_TXN_ALLOCATIONS, object_name:WIPBV_MTL_TXN_ALLOCATIONS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPBV_MTL_TXN_ALLOCATIONS ,
-
View: WIPFV_MTL_TXN_ALLOCATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_MTL_TXN_ALLOCATIONS, object_name:WIPFV_MTL_TXN_ALLOCATIONS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_MTL_TXN_ALLOCATIONS ,
-
View: WIPFV_WIP_MOVE_TXN_ALLOCATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_WIP_MOVE_TXN_ALLOCATIONS, object_name:WIPFV_WIP_MOVE_TXN_ALLOCATIONS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_WIP_MOVE_TXN_ALLOCATIONS ,
-
View: WIPBV_MTL_TXN_ALLOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPBV_MTL_TXN_ALLOCATIONS, object_name:WIPBV_MTL_TXN_ALLOCATIONS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPBV_MTL_TXN_ALLOCATIONS ,
-
View: WIP_OPERATION_RESOURCE_USAGE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_OPERATION_RESOURCE_USAGE_V, object_name:WIP_OPERATION_RESOURCE_USAGE_V, status:VALID, product: WIP - Work in Process , description: Resolves foreign key data for WIP_OPERATION_RESOURCE_USAGE , implementation_dba_data: APPS.WIP_OPERATION_RESOURCE_USAGE_V ,
-
View: WIP_OPERATION_RESOURCE_USAGE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_OPERATION_RESOURCE_USAGE_V, object_name:WIP_OPERATION_RESOURCE_USAGE_V, status:VALID, product: WIP - Work in Process , description: Resolves foreign key data for WIP_OPERATION_RESOURCE_USAGE , implementation_dba_data: APPS.WIP_OPERATION_RESOURCE_USAGE_V ,
-
Lookup Type: WIP_SETUP_TEARDOWN
12.1.1
product: WIP - Work in Process , meaning: WIP SETUP TEARDOWN ,
-
Lookup Type: WIP_EAM_REQ_NOTE_TYPE
12.2.2
product: WIP - Work in Process , meaning: WIP_EAM_REQ_NOTE_TYPE , description: Work Request Note Type ,
-
Lookup Type: WIP_SETUP_TEARDOWN
12.2.2
product: WIP - Work in Process , meaning: WIP SETUP TEARDOWN ,
-
Lookup Type: WIP_EAM_REQ_NOTE_TYPE
12.1.1
product: WIP - Work in Process , meaning: WIP_EAM_REQ_NOTE_TYPE , description: Work Request Note Type ,
-
Lookup Type: WIP_MOVE_PROCESS_PHASE
12.1.1
product: WIP - Work in Process , meaning: WIP MOVE PROCESS PHASE ,
-
Lookup Type: WIP_MOVE_PROCESS_PHASE
12.2.2
product: WIP - Work in Process , meaning: WIP MOVE PROCESS PHASE ,
-
Lookup Type: WIP_EAM_WORK_REQ_TYPE
12.2.2
product: WIP - Work in Process , meaning: WIP_EAM_WORK_REQ_TYPE , description: Work Request Type ,
-
Lookup Type: WIP_EAM_WORK_REQ_TYPE
12.1.1
product: WIP - Work in Process , meaning: WIP_EAM_WORK_REQ_TYPE , description: Work Request Type ,
-
Lookup Type: WIP_WS_DEPARTMENTAL_ACCESS
12.1.1
product: WIP - Work in Process , meaning: Departmental access , description: Departmental access ,
-
Lookup Type: WIP_WS_DEPARTMENTAL_ACCESS
12.2.2
product: WIP - Work in Process , meaning: Departmental access , description: Departmental access ,
-
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 ,
-
Lookup Type: WIP_EAM_WORK_REQ_STATUS
12.1.1
product: WIP - Work in Process , meaning: WIP_EAM_WORK_REQ_STATUS , description: Work Request Status ,
-
Lookup Type: WIPTSUPD_MORE
12.2.2
product: WIP - Work in Process , meaning: WIPTSUPD MORE ,
-
Lookup Type: WIP_EAM_WORK_REQ_STATUS
12.2.2
product: WIP - Work in Process , meaning: WIP_EAM_WORK_REQ_STATUS , description: Work Request Status ,
-
Lookup Type: WIPTSUPD_MORE
12.1.1
product: WIP - Work in Process , meaning: WIPTSUPD MORE ,
-
Concurrent Program: WIPRERTG
12.1.1
execution_filename: WIPRERTG , product: WIP - Work in Process , user_name: WIPRERTG , description: Repetitive Routing Sheet , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: WICDOL
12.1.1
execution_filename: WIP_ATO_JOBS_PRIV.CREATE_JOBS , product: WIP - Work in Process , user_name: WICDOL , description: AutoCreate Final Assembly Work Orders , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: WIPREORQ
12.2.2
execution_filename: WIPREORQ , product: WIP - Work in Process , user_name: WIPREORQ , description: Repetitive Shortage Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: WIPRERTG
12.2.2
execution_filename: WIPRERTG , product: WIP - Work in Process , user_name: WIPRERTG , description: Repetitive Routing Sheet , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: WIPDJORQ
12.2.2
execution_filename: WIPDJORQ , product: WIP - Work in Process , user_name: WIPDJORQ , description: Discrete Shortage Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: WICDOL
12.2.2
execution_filename: WIP_ATO_JOBS_PRIV.CREATE_JOBS , product: WIP - Work in Process , user_name: WICDOL , description: AutoCreate Final Assembly Work Orders , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: WIPDJRTG
12.2.2
execution_filename: WIPDJRTG , product: WIP - Work in Process , user_name: WIPDJRTG , description: Discrete Job Routing Sheet , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: WIPDJPCK
12.1.1
execution_filename: WIPDJPCK , product: WIP - Work in Process , user_name: WIPDJPCK , description: Discrete Job Pick List , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: WIPDJORQ
12.1.1
execution_filename: WIPDJORQ , product: WIP - Work in Process , user_name: WIPDJORQ , description: Discrete Shortage Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: WIPREORQ
12.1.1
execution_filename: WIPREORQ , product: WIP - Work in Process , user_name: WIPREORQ , description: Repetitive Shortage Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: WIPREPCK
12.1.1
execution_filename: WIPREPCK , product: WIP - Work in Process , user_name: WIPREPCK , description: Repetitive Pick List , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: WIPDJRTG
12.1.1
execution_filename: WIPDJRTG , product: WIP - Work in Process , user_name: WIPDJRTG , description: Discrete Job Routing Sheet , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: WIPREPCK
12.2.2
execution_filename: WIPREPCK , product: WIP - Work in Process , user_name: WIPREPCK , description: Repetitive Pick List , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: WIPDJPCK
12.2.2
execution_filename: WIPDJPCK , product: WIP - Work in Process , user_name: WIPDJPCK , description: Discrete Job Pick List , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: WIPRELIN
12.2.2
execution_filename: WIPRELIN , product: WIP - Work in Process , user_name: WIPRELIN , description: Repetitive Line Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
View: WIP_EAM_WORK_REQUESTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EAM_WORK_REQUESTS_V, object_name:WIP_EAM_WORK_REQUESTS_V, status:VALID, product: WIP - Work in Process , description: View for Work Request information , implementation_dba_data: APPS.WIP_EAM_WORK_REQUESTS_V ,
-
View: WIP_EAM_WORK_REQUESTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EAM_WORK_REQUESTS_V, object_name:WIP_EAM_WORK_REQUESTS_V, status:VALID, product: WIP - Work in Process , description: View for Work Request information , implementation_dba_data: APPS.WIP_EAM_WORK_REQUESTS_V ,
-
Concurrent Program: WIPRELIN
12.1.1
execution_filename: WIPRELIN , product: WIP - Work in Process , user_name: WIPRELIN , description: Repetitive Line Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
View: WIP_JOB_OPEN_ALLOCATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_JOB_OPEN_ALLOCATIONS_V, object_name:WIP_JOB_OPEN_ALLOCATIONS_V, status:VALID, product: WIP - Work in Process , description: Open allocations for jobs , implementation_dba_data: APPS.WIP_JOB_OPEN_ALLOCATIONS_V ,
-
View: WIP_REP_OPEN_ALLOCATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_REP_OPEN_ALLOCATIONS_V, object_name:WIP_REP_OPEN_ALLOCATIONS_V, status:VALID, product: WIP - Work in Process , description: Open allocations for repetitive schedules , implementation_dba_data: APPS.WIP_REP_OPEN_ALLOCATIONS_V ,