Simulate discrete job

Hi Gurus,
Just wanted to know if we can simulate a discrete job drilling down to last level purchased items and list the shortage qty.
Thanx & Regards

The simulate discrete job is used for the unreleased jobs -- you need not create a job, you can just see the numbers and close it, job gets created only when you save the simulation.
Here we give the assembly and then do we sum up certain quantities of that particular assembly and put that value in the quantity column --quantity here represents the job qty
In the start date do we need to have the date as the day that we do the simulation -- you need to mentioned either start or completion dates so that system will show you the operations and materails scheduled dates
Do we need to give the alternate bill and routing. --no, if you dont give then system will take the primary bill and routing
The question is how do we know that for manufacturing this much quantity of this much assembly, these are the raw materials and these are the resources --simulation is all about seeing what is required to make say 100 qty of assembly A. Requirements are seen if you click on the buttons componetns , operations present at the bottom
hth
Edited by: Karthik Gopaluni on Jun 28, 2011 10:43 AM

Similar Messages

  • How to create a discrete job on condition that build-in-wip attribute is No.

    two or three times a year, jobs are created in the Discrete Job  form although build in wip attribute is No. (never created from MRP)
    i have no idea how the job could be created... i tried several times at same condition, but i couldn't.
    does anyone experience like this??

    Welcome to the forum.
    Oracle 9i is a database version from the previous century.
    But:
    You can read about DBMS_JOB in the 9i documentation here:
    http://www.oracle.com/pls/db92/homepage
    Or do some searches on http://asktom.oracle.com
    Anyway: if you want the job to run once, then omit the interval...
    Oh, and don't forget to read {message:id=9360002} from the SQL and Pl/SQL FAQ here:
    SQL and PL/SQL FAQ
    Edited by: Hoek on May 23, 2013 8:09 PM

  • Serialization Control in WIP Discrete JOB

    Hi everybody,
    I want perform a Discrete job which consists of 7 operations.10, 30, 50 and 70 are with Count Point & Auto Charge options and the 20, 40, 60 operations are without Count Point and without Auto Charge. In the 30th operation the Serial Numbers will be generated for the Final assembly.
    In routings i have specified the operating sequnce number i.e 30 in routing details window.
    If we specify any Item as under Serial Control (Predefined) in Inventory then Serial Numbers button will be enabled in the WIP Discrete JOBS window. There we can assign the Serial Numbers to the JOB quantity.
    But I am not able to perform neither Move Transactions nor Material Transactions in WIP even though my job is in Released status.My JOB name is not available in Move Transactions window.
    Please help me to solve this problem.
    regards,
    VAS

    hai,
    user guide says you can perform serialized move trans through oracle mobile supply chain applications using a mobile device,for further details you can refer metalink Is Serial Number Association Functionality Only Available Using Supply Chain Mobile Applications? doc:-note:265512.1,if you want to track serial numbers thro desktop appl then you will have have start serial tracking from the first operation itself but in your case it doesn't happen like that so i think you will have to use mobile device,once the serialization start operation number appears when you release a discrete job ,you cannot transct thro desktop appl,hope you are clear,post your feedback

  • Discrete Job Component Pick Release (SRS)

    Hi All ,
    For Push - Supply type , we can issue items to the job manually . Could any one brief purpose of Discrete Job Component Pick Release (SRS) in WIP
    Thanks
    Kiran

    Hi,
    Pls check if below MOS(metalink) note helps you:-
    Move Order FAQ #2: Quantity Delivered vs Detailed in Move Order Lines (MTL_TXN_REQUEST_LINES) [ID 431479.1]
    11i Move Order Transaction - FAQ [ID 114156.1]
    Oracle Work in Process Product Documentation [ID 67009.1]
    Also below discussion:-
    http://kr.forums.oracle.com/forums/thread.jspa?threadID=951381&tstart=0
    http://www.oracleug.com/user-guide/work-process/component-pick-release
    Thanks,
    JD

  • Component Pick Release for Partial Discrete Job Quantity

    I'm on 12.0.6 and we currently do not use component pick release, but we are considering doing so.
    My employer currently creates a single discrete job (say 120 items) and then completes that discrete job over several days.  Say they plan to produce 30 a day over 4 days.  Is there a way to use component pick release to release that partial quantity?
    So if we have three shifts running and we want to produce 30 a day, 10 each shift.  We want to run component pick release 3 times a day for four days, only releasing the components needed for 10 assemblies each time? Possible?
    Is the only alternative to create 12 different Work Orders?

    when the move order is created..update the allocation and then perform transact move order
    ex if for 10 qty move order is created..but if u wish to issue 5 qty to the job..then update the allocation..for the remaining u can just backorder the move order
    HTH
    Mahendra

  • Work in process discrete jobs

    I can't understand why is it possible in work in process(discrete jobs) to Move assemblies even if you haven't issued components to that job,it means that you can complete assemblies without issuing material why is that the case please clarify.

    Sometimes you have shortages of a component and the component is such that it can be added to the assembly a little later.
    The above functionality allows you to move past an operation so you can record that it was attempted/done partially.
    But by keeping the material requirement open, you can keep track of what needs to be issued to the job once the onhand is available.
    If your client does not want this to occur, you can either make the component operation pull or create a personalization /customization on the move screen that disallows the move if any push component is not issued.
    A lot of companies manage this by creating reports that show unissued material. You can do that too.
    Sandeep Gandhi

  • Discrete job History tab shows wrong completed qunatity

    Hi All
    We are facing an issue, When we perform the WIP completion trx thru mobile apps the completed quantity in discrete job history is not in sink with the transaction.Can any one comment on this issue.
    job qnty:256
    job status:Closed
    In history tab
    remaning qnty:135
    completed qnty:121
    Performed the WIP completion trx for qnty 135 and then for qnty 121 thru mobile apps
    Thanks

    Welcome to the Forum.
    First off if the job belongs to a open INV period, unclose the job (WIPUser>>Discrete>>Close Discrete Jobs>>Close Discrete Jobs (Form)>>Tools>>Unclose).
    Then check if there are any pending WIP completions from back end using
    peding LPN drop-
    SELECT *
    FROM apps.WIP_LPN_COMPLETIONS WLC,
    apps.WMS_LICENSE_PLATE_NUMBERS LPN
    WHERE WLC.ORGANIZATION_ID = 477
    AND WLC.LPN_ID = LPN.LPN_ID
    AND LPN.LPN_CONTEXT = 2
    AND WIP_ENTITY_ID = :P ---your WIP_entity_id
    -- Pending Material Transactions
    SELECT *
    FROM apps.MTL_MATERIAL_TRANSACTIONS_TEMP MMTT
    WHERE ORGANIZATION_ID = 477
    AND TRANSACTION_SOURCE_TYPE_ID = 5
    AND TRANSACTION_TYPE_ID = 44 ---WIP ASSY COMPLETION
    AND TRANSACTION_SOURCE_ID NOT IN
    (SELECT TXN_SOURCE_ID
    FROM apps.MTL_TXN_REQUEST_LINES
    WHERE TXN_SOURCE_ID = MMTT.TRANSACTION_SOURCE_ID
    AND ORGANIZATION_ID = MMTT.ORGANIZATION_ID
    AND LINE_STATUS = 9)
    AND TRANSACTION_SOURCE_ID = :P ---your WIP_entity_id
    If you have records in this check then and try to manually drop the LPN into the destination subinventory.
    HTH

  • Unrelease Discrete Job become demand in MRP.

    Hi,
    I facing a problem that need to know.
    In PCBA environment which the discrete job only issue once because all the process is link together. However, in the Plastics environment which will break into two proseses which MOLDING as one and ASSEMBLY as another. There will be two different discrete job issue to this in order to complete a FG goods.
    PFDX1081UA is the Assemblt FG for the plastics environment. The purchase part is L6HAYYYK0010. When I check the discrete job for the PFDX1081UA which entered MRP NET QTY as 30,000 and the status of the discrete job is unrelease.
    The demand in the Purchase part L6HAYYYK0010 which treat this unrelease discrete job qty as demand.
    Is this correct?
    How come the discrete job quantity for the PCBA will not show as demand in MRP?

    Please expand your question ; I could not able to understand the issue well. From the subject of the questions"Unreleased Discrete Job become demand in MRP.", I can say that unreleased jobs will be considered for MRP Plan provided if it is MRP Planned item.
    In this case, unreleased job will be considered as Supply and Components associated with the Job will be considered as Demand (If it is MRP Planned item).
    This is correct logic by design.
    thanks,
    dr

  • Need query to link parent and child discrete job planned through ascp

    Could you help me create a query that will show both the parent and child discrete jobs created through ascp run? I do not need entire query. I need to know the names of tables and understand the links or joins between tables. Then, I shall be able to write the sql on my own.
    Thanks

    Hi;
    Please check below thread which could be helpful for your issue:
    http://forums.oracle.com/forums/thread.jspa?messageID=9155702
    Regard
    Helios

  • Need query linking parent and child discrete jobs created through ascp planning

    Could you help me create a query that will show both the parent and child discrete jobs created through ascp run? I do not need entire query. I need to know the names of tables and understand the links or joins between tables. Then, I shall be able to write the sql on my own.
    Thanks

    Just use a format like this:
    http://<Server Name>:<port Number>/OpenDocument/opendoc/openDocument.jsp?sDocName=reportB&sType=wid&sRefresh=Y
    &lsMObjectName=[test1],[test2]
    Here in lsM[ObjectName] parameter [ObjectName] = the object name which you want to send data to ReportB
    I can give you a idea of creating hyperlink for jumping another report (Here ReportB)
    Just use  a formula like that in any cell:
    ="<a href=http://<Server Name>:<port Number>/OpenDocument/opendoc/openDocument.jsp?sDocName=reportB&sType=wid&sRefresh=Y&lsMObjectName=[test1],[test2]&sWIndow=New> Click here to view </a>
    Now from the property select Read cell content as "Hyperlink"...
    thats it......
    For more information please see the
    "OpenDocument" artile
    Hope you can  get help from this
    Edited by: Arif Arifuzzaman on Aug 20, 2009 7:24 AM

  • Discrete Job for Service

    Hi Experts,
    Please suggest on following scenario:
    - Want to create a standard discrete job (Not the non-standard) for a service item (Item that does not build onhand after job completion).
    Please suggest if this is viable.
    Thanks

    Hi,
    Thanks for your reply.
    With non-std jobs i loose the functionality of put assembly item and rather rely upon reference BOMs and Reference Routings, which creates confusion for fast moving line.
    I want to avoid non-std job creation path.
    Thanks

  • WIP MASS LOAD를 이용한 DISCRETE JOB생성 방법

    제품 : MFG_WIP
    작성날짜 : 2004-05-21
    WIP MASS LOAD를 이용한 DISCRETE JOB생성 방법
    ====================================
    PURPOSE
    WIP Mass Load를 이용한 Discrete Job생성 방법을
    기술하고자 한다.
    Explanation
    (1) Interface Table 정보
    WIP_JOB_SCHEDULE_INTERFACE (Header level)
    WIP_JOB_DTLS_INTERFACE (Line Level)
    WIP_INTERFACE_ERRORS (WIP Mass Load의 Error발생시 참조)
    (2) 방법
    step1> 위에 언급한 Table에 정보를 Insert한다.
    step2> WIP Mass Load Program을 수행한다.
    WIP Mass Load 를 실행하면 , Interface table로부터 WIP Job을
    생성하게 된다.
    만약, 기존의 WIP Job에 대해 Detail한 사항을 수정하고자 할 경우,
    wip_job_schdeule_interface와 wip_job_dtls_interface를 모두
    작성해주어야 한다.
    이 때, wip_job_shedule_interface와 wip_job_dtls_interface는
    group_id, header_id가 동일하여야 한다.
    Example
    Reference Documents
    BUG1485375 , 1654237, 1663551

  • QUERY TO LINK DISCRETE JOB AND SALES ORDER

    Hi Experts,
    I am working in Work In Process module.
    I need a query to find the Sales Orders for particular Discrete job
    I am in the urgent situation, kindly help me.
    Thanks in advance.

    Hi;
    Please check below thread which could be helpful for your issue:
    http://forums.oracle.com/forums/thread.jspa?messageID=9155702
    Regard
    Helios

  • Material shortage for Planned Order (Discrete Job) in PWB

    Client has planned orders on planner workbench (PWB) ready to release as Discrete Jobs but, because they have frequent revisions, they waits till all components (required to build job) are onhand before releasing from PWB.
    They would like an easy way to either check or be notified when the last component required for job is received into inventory so they can release from PWB. They cannot use the standard "Discrete Job Shortage Report" as the job is not created yet. And they don't want to release from PWB till ALL material is onhand
    Could we create a custom report perhaps (using same logic as "WIP Mass Load" to determine all component required versus onhand), but does anyone have a better solution how we can solve this?
    Regards,
    Hugh
    Edited by: user13050057 on 13-May-2010 02:09
    Edited by: Hugh Parker on 13-May-2010 08:13

    1) Why would you check for components of subassemblies? e.g. Say your BOM looks like this.
    FG1 is made up of SA1 and SA2 and COMP1.
    SA1 is made up of COMP2 and COMP3.
    Say you are releasing planned order for FG1. As long as the planned order is pegged to onhand for SA1, SA2 and COMP1, you are good. Right?
    2) If you have to add custom logic, I would do it using a when-validate-record personalization on the PWB. The personalization will call a function that accepts order number ; does all pegging checks and returns true or false. If it returns false, then the personalization returns error and does not allow release of the planned order. The function will have to be an interative program that traverses the pegging loop to ensure that all lowest level demands are pegged to onhand.
    Hope this helps
    Sandeep Gandhi

  • How to delink sales order from a discrete job.

    Hi,
    I wanted to know how we can delink sales order from a discrete job.
    Thanks

    Go to the reservations screen in inventory; find the reservation using item number or sales order #
    Delete the reservation.
    Alternatively, you can go to the wip job and click on reservations and delete it.
    Hope this helps,
    Sandeep Gandhi

Maybe you are looking for

  • RUN_REPORT_OBJECT -Please Help

    Hi, I have been in touch with Oracle Reports Team on Reports forum for last 10 days.Finally they have referred me here as they say my problem will be better addressed here. So here I am. Problem background first. We are telecom software company and i

  • Export to Excel from Database using JSP

    Hi Experts, I'm using below jsp code to export from an Oracle table to Excel using JSP. Every time I run this code I get the exception - "java.lang.OutOfMemoryError: Java heap space". I need to download around 8000+ records of the table containing 60

  • ICal server error "500"

    Hi, iCal was functionig great till yesterday whe an error message pop-up. It is in spanish but I hope someone can help me.

  • Help Installing Photoshop Elements 9.  Hangs at 70%

    I just got Photoshop Elements 9 on a disk.  I've tried to install it twice and it gets to about 70% then just hangs up.  I'm unable to uninstall it because it never finishes installing so I have to manually delete all the files that have managed to l

  • Unavailable Masters

    Hi, I've got a problem with importing images into my main library. I took a few thousand shots at my brother's wedding and imported them to my MacBook's copy of Aperture. I exported a copy of that project on the DVD and kept a local copy. Once I got