Explosion in discrete jobs
Problem:
Customer needs to update WIP operations and WIP components (bill and routing explosion) when discrete job changes to status "released".
In the form "Discrete Jobs" (WIPDJMDF) this re-explosion is obtained by modifying the fields "Bill Revision Date" and/or "Routing revision Date", but is it possible perform the same operation using API or interface?
They have already tried to use the interface: BOM_REVISION_DATE and it was successfully modified but wip operations and wip components are not refreshed.
They populated the table WIP_JOB_SCHEDULE_INTERFACE with:
ORGANIZATION_ID := :organization_id;
WIP_ENTITY_ID := :wip_entity_id;
BOM_REVISION_DATE := SYSDATE;