How to PREVENT materials allocation when create a Workorder/new request material with EAM_PROCESS_WO
All
EBS: 12.2.3
DB: 12C
At my customer we are creating EAM Workorder with the EAM_PROCESS_WO_PUB API.
It includes operations/material requirements.
These operations are created with the use of "Asset Activities".
The material requirements are added with the API.
The following EAM parameter is set:
Enable material Issue Requests => Not checked
The following parameters are provided:
i_eam_wo_rec.MATERIAL_ISSUE_BY_MO := 'N';
i_eam_mat_req_rec.AUTO_REQUEST_MATERIAL := 'N';
i_eam_mat_req_rec.INVOKE_ALLOCATIONS_API :='N';
Problem:
- Even when these values are provided the API is still requestion material via "move orders'.