"CLOSED":How to plan inventory from multiple orgs simultaneously using MRP?

Hello everybody,
How to plan inventory from multiple organizations simultaneously using SCP?
My customer found that in supply chain planning (MRP) system always plans in single manufacturing organization, say, ATC, firstly. If set in organization item master, the source type as 'Inventory' and the source organization as another trading organization name, say, ANX. if there is insufficient inventory in ATC, SCP-MRP would plan in ANX, disregard of the inventory exist in ANX for the item.
But for some items, there are both inventory in ATC and ANX and we want plan BOTH their inventory simultaneously instad of firstly ATC and then ANX.
Is there any standard function in Oracle that can do so? I found that the sourcing rule cannot help in this case.
A simple test case is described in
https://gtcr.oracle.com/gtcr-dir/gtcr_4607/5580425.992/Alternative_to_plan_multi-org_MRP.doc
Thanks
Catalina
Message was edited by:
user447176

Catalina,
Net the inventory simultaneously? Its not quite clear what your client wants.
Even in the old SCP, you can use sourcing rules to first net inventory in org1 and then net the inventory in org 2 via a transfer from rule. The key point is it is always incremental based on where you place teh demand and then you provide source to fill that demand.
One restriction that ASCP still has up to 11.5.10 is that you can only have sourcing rules going in one direction. This means that you can't have a rule that sources ORG1 from ORG2 for item A, then have the revers in ORG2 sourcing from ORG1. That won't work, ASCP will randomly ignore one of the rules.
The best choice may be to use GOP with a sourcing split % so that yo do consider the inventory in both orgs when demanding the order, but it would still be done by checking ORG1 then ORG2.
Hope this helps.
Kevin Creel

Similar Messages

  • CS3: How to generate PDF from multiple HTML files using CSS?

    I have a set of static HTML files. They are nicely formatted using a single style sheet. They interlink. I would like a way to generate a single PDF file from that set of HTML files that preserves the links (of course, they would all link within the single generated PDF because they would not longer be separate files as a PDF). I would also like to preserve the formatting from the CSS so it doesn't look generic. I own CS3 but don't know which tool to use for this, if any. Which tool would I use for this?

    Acrobat Pro

  • Capturing video from multiple devices simultaneously using QTKit

           I have three cameras in my iMac,one is iSight(FaceTime HD Camera (Built-in),the other two are  USB Camera。And my System version is Mac OS X 10.7.3 (11D2001),SDKs:Mac OS X 10.7 (11E52)
           My QTKit Capture application uses multiple cameras to capture video with a frame size of 640x480 @ 30 fps simultaneously, but I've found I can only capture with one or two cameras at the same time and it is dependent on different USB port。 Is this a known limitation?

    Fallowing is what I have done:
    _captureDevices = [[NSArray alloc] initWithArray:
                           [QTCaptureDevice inputDevicesWithMediaType:QTMediaTypeVideo]];
        _captureDeviceCount = _captureDevices.count;
        NSLog(@"Find video devices :%d" ,_captureDeviceCount);
        _CaptureSessions = [[NSMutableArray alloc] initWithCapacity:_captureDeviceCount];
        _captureDeviceInputs = [[NSMutableArray alloc] initWithCapacity:_captureDeviceCount];
        _captureDecompressedVideoOutput =[[NSMutableArray alloc] initWithCapacity:_captureDeviceCount];
        _CaptureMovieFileOutputs = [[NSMutableArray alloc] initWithCapacity:_captureDeviceCount];
    // Create the capture session
        for (int i = 0; i < _captureDeviceCount; i++)
            [_CaptureSessions addObject:[[QTCaptureSession alloc] init]];
            [_CaptureMovieFileOutputs addObject:[[QTCaptureMovieFileOutput alloc] init]];
             [_captureDecompressedVideoOutput addObject:[[QTCaptureDecompressedVideoOutput alloc] init]];
      for (int idex = 0; idex < _captureDeviceCount; idex++)
    // Connect inputs and outputs to the session
          BOOL success = NO;
          NSError *error;
    // Find a video device 
        QTCaptureDevice *tempCaptureDevice =  (QTCaptureDevice*)[_captureDevices objectAtIndex:idex];
        char tempDeviceNameUniqueID[1024] = "";
        char tempCaptureDeviceName[1024] = "";
        [[tempCaptureDevice localizedDisplayName]
         getCString:tempCaptureDeviceName maxLength:1024
         encoding:NSUTF8StringEncoding];
        [[tempCaptureDevice uniqueID]
         getCString:tempDeviceNameUniqueID maxLength:1024
         encoding:NSUTF8StringEncoding];
         NSLog(@"\nCaptureDevice: %d \nDeviceName: %s  \nUniqueID :%s\n" , idex ,tempCaptureDeviceName, tempDeviceNameUniqueID);
        success = [tempCaptureDevice open:&error];
        if (error != Nil)
            NSLog(@"CaptureDevice open:&error!");
        if (!success)
            tempCaptureDevice = nil;
            // Handle error
        if (tempCaptureDevice)
           //Add the video device to the session as a device input
                        [_captureDeviceInputs addObject:[[QTCaptureDeviceInput alloc] initWithDevice:tempCaptureDevice]];
                        success = [ [_CaptureSessions objectAtIndex:idex] addInput:[_captureDeviceInputs objectAtIndex : idex] error:&error];
            if (!success)
                // Handle error
                NSLog(@"mCaptureSession addInput error!");
    // Create the movie depress output and add it to the session
            success = [ [_CaptureSessions objectAtIndex:idex] addOutput: [_captureDecompressedVideoOutput objectAtIndex:idex] error:&error];
            if (!success)
                // Handle error
                NSLog(@" Handle error");
            int _frameWidth = 640;
            int _frameHeight = 480;
            int _frameRate = 30;
            [ [_captureDecompressedVideoOutput objectAtIndex:idex]
             setMinimumVideoFrameInterval:(NSTimeInterval)1/(float)_frameRate];
            NSDictionary* captureDictionary = [NSDictionary dictionaryWithObjectsAndKeys:
                                               [NSNumber numberWithDouble:_frameWidth], (id)kCVPixelBufferWidthKey,
                                               [NSNumber numberWithDouble:_frameHeight], (id)kCVPixelBufferHeightKey,
                                               [NSNumber numberWithUnsignedInt:kCVPixelFormatType_32ARGB, nil];
            [ [_captureDecompressedVideoOutput objectAtIndex:idex] performSelectorOnMainThread:@selector(setPixelBufferAttributes:) withObject:captureDictionary waitUntilDone:NO];
    // start runing the Sessions
            [ [_CaptureSessions objectAtIndex:idex] startRunning];
    }// end of   for (int idex = 0; idex < _captureDeviceCount; idex++)
    Message was edited by: 08064140
    Message was edited by: 08064140
    Message was edited by: 08064140

  • How to pickup files from multiple directories

    Hi all,
    How to pickup files from multiple directories and send it to two different folders at target
    Ex:
    files\xi\us\US.txt
    files\xi\uk\UK.txt
    i need to pick up the above mentioned two files and send it to the following paths
    app1\files\us\download\US.txt
    app1\files\uk\download\UK.txt
    US.txt has to goto US folder and UK.txt has to goto UK folder only
    Regards

    Hi,
    To pick form multiple folders, select Advanced Mode for file selection in file adapter..
    there u can specify directory name/file names
    Refer
    /people/mickael.huchet/blog/2006/09/18/xipi-how-to-exclude-files-in-a-sender-file-adapter
    To put those files at multiple folders write a command line arguments for this.. go through this weblog...
    /people/michal.krawczyk2/blog/2005/08/17/xi-operation-system-command--error-catching
    XI/PI: Command line sample functions
    /people/michal.krawczyk2/blog/2007/02/08/xipi-command-line-sample-functions
    Hope this will help you....
    Regds,
    Pinangshuk.

  • How do I select from multiple schema's

    How do I select from multiple schema's
    Tried:
    SELECT * FROM schema1.table1, schema2.table2
    WHERE schema1.table1.column1 = schema2.table2.column2;
    Errored......

    Thanks
    We finally got in touch with our DBA and he said the same thing.
    SELECT t1.*,
    t2.*
    FROM schema1.table1 t1,
    schema2.table2 t2
    WHERE t1.column1 = t2.column2;
    I'll try it afther I finish a task my boss just gave me.
    BRB then.

  • How to manage photos from multiple accounts

    Hi,
    i am trying to solve one problem. I have one iMAC where i have two user profiles connected to different AppleIDs. Next to it there are two iPhones and two iPads. I am trying to find out, how to manage photos from all these devices using one account on iMAC. Second question is if there is any finction in iPhoto that can publish images to NAS server? Second alternative for me is to byu iCloud drive space and use Family sharing for publishing photos. Bellow text schema is attached, it is only my idea and i dont know if this could work like this. Did anyone somehow solved this configuration? Thanks

    I can see the screenshot if I double click on it.  However, here is it again.  Being Halloween maybe it'll show.

  • How to import from multiple Cards simultaneously

    I would like to know how to ingest multiple cards simultaneously using lightroom. Thank you!

    Here is a trick to do it: http://www.petapixel.com/2012/06/09/importing-multiple-memory-cards-into-lightroom-at-the- same-time/
    Pretty cool and easy to do.

  • Any Tutorial / Sample to create Single PDF from multiple source files using PDF assembler in a watched folder process.

    Any Tutorial / Sample to create Single PDF from multiple source files using PDF assembler in a watched folder process. I have a client application which will prepare number of source files and some meta data information (in .XML) which will be used in header/footer. Is it possible to put a run time generated DDX file in the watch folder and use it in Process. If possible how can I pass the file names in the DDX. Any sample Process will be very helpful.

    If possible, make use of Assembler API in your client application instead of doing this using watched folder. Here are the Assembler samples :  LiveCycle ES2.5 * Programming with LiveCycle ES2.5
    Watched folder can accept zip files (sample : Configuring a watched folder to handle multiple input files and write results to a single folder | Adobe LiveCycle Blog ). You can also use execute script to create the DDX at runtime : LiveCycle ES2 * Application Development Using LiveCycle Workbench ES2
    Thanks
    Wasil

  • My Adobe Photoshop looks completely different.  How did it change from what I am used to using?

    My photoshop elements looks totally different from what I have been using.  How can I find the simplier version I am used to? 

    When did the version change to 10?   I used it in March and it was the one I was used to.  It was much simplier.  Is there another Adobe Photoshop besides Elements?
    ==============================
    Patti Farley - Albuquerque, NM - US
    [email protected]
    505 417 5730
    ==============================
    Date: Tue, 7 May 2013 11:22:43 -0700
    From: [email protected]
    To: [email protected]
    Subject: My Adobe Photoshop looks completely different.  How did it change from what I am used to using?
        Re: My Adobe Photoshop looks completely different.  How did it change from what I am used to using?
        created by 99jon in Photoshop Elements - View the full discussion
    Hold down the CtrlShiftAlt keys and simultaneously click on the Edit button on the welcome screen. After a few seconds release the three keys and look behind the welcome screen by closing it. Alternatively hold down the three keys whilst  clicking on the desktop icon for the Editor or PhotoshopElementsEditor.exe in the Programs folder. Keep holding down all three keys for a few seconds; then release. You should get the settings option. When you see a pop up box with the words: Delete Adobe Photoshop Elements Settings File? Click on Yes Then wait whilst Elements rebuilds the preferences.
    https://lh4.googleusercontent.com/-S6Kjmq-x08U/USJJS91-teI/AAAAAAAABIg/jpqUlTmNez4/s320/Se ttings.jpg
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5298329#5298329
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5298329#5298329
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5298329#5298329. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Photoshop Elements by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • HELP: Is it possible to record from multiple video streams using iMovie?

    Is it possible to record from multiple video streams using iMovie.
    I want to record a presenter on a greenscreen and also his powerpoint slides at the same time and cut from one to other.
    Can imovie record from screen and camera at same time?
    If so is there a link to somewhere explaining how to do so?
    If not, what is the most efficient way to do so, without having to learn a whole complex program?
    Please advise asap.
    Very many thanks

    Alan and Anthony,
    Thanks for the quick responses. Unfortunately, there is no backup :(.
    I will ask if they get logged into the global zone, but one thing I forgot to mention is that this zone (as are all our non-global zones and the global zone also) are configured for ldap logins.
    Assuming that they can even try to login to the global zone, can they even see the directory structure in the non-global zone (sorry, I haven't worked with Zones much thus far) from the global zone?
    Also, if they can see the non-global zones directory structure, what should they then try?
    Also, I've been searching and I've seen some suggestions of running a "pkgcheck -af" which might restore the directory permissions to what the various packages expect. Assuming that they can get to the point that they can at least log into the zone, is that something that would work?
    I'm setting up a new test Solaris box now, with a zone, to try to reproduce the problem. If I can reproduce the problem, I'll post back whether or not I see the same thing.
    In the meantime, if anyone has any suggestions, please post them.
    Thanks,
    Jim
    P.S. In case you're wondering, the box/zone that got messed up was a test/integration zone, and they were in the process of installing some software when this chmod happened.

  • How to extract text from a PDF file using php?

    How to extract text from a PDF file using php?
    thanks
    fabio

    > Do you know of any other way this can be done?
    There are many ways. But this out of scope of this forum. You can try this forum: http://forum.planetpdf.com/

  • How can I print from my iPad 2 using an HP Artisan 810 printer.

    How can I print from the iPad 2 using an Epson Artisan 810 printer.

    You said HP in your post title and Epson in your body text, but I think it is actually an Epson Artisan 810.
    If that's right, then the free Epson iPrint app should work for you - it lists your printer as one that it supports: http://itunes.apple.com/us/app/epson-iprint/id326876192?mt=8

  • How to exctract data from a report to use it in a process

    Hi! I would like to know how to exctract data from a report to use it in a process. Let's say that I have a report which have following fields: id_person, name_person. And then, I want to make a process which introduce the id_person (from report) into an associative tabel. How can I reffer to the fields from my report?
    I was thinking about something like that( this should be the code from my process)
    insert into associative_table(id_person)
    values(id_person) or
    insert into associative_table(id_person)
    values(Report_name.id_person) but it doesn't work....
    Thank you very much.

    Another option, use collections.
    Create an on load process that loads all the rows you would have in your report into a collection:
    begin
    HTMLDB_COLLECTION.CREATE_OR_TRUNCATE_COLLECTION(
    p_collection_name => 'ASSIGNED_CALENDAR_CONTACTS' );
    for x in (SELECT CONTACT_ID, CONTACT_FNAME, CONTACT_LNAME
    FROM CONTACT
    WHERE InStr( pkg_CalendarMgr.f_FetchContactIDsForDay( TO_DATE( :P3_CALENDAR_DT, 'YYYYMMDD' ), 'OF' ), CONTACT_ID ) > 0 )
    loop
    htmldb_collection.add_member(p_collection_name => 'ASSIGNED_CALENDAR_CONTACTS',
    p_c001 => x.CONTACT_ID,
    p_c002 => x.CONTACT_FNAME,
    p_c003 => x.CONTACT_LNAME);
    end loop;
    end;
    Then, instead of your report selecting from the table, have it select from the collection, this way your display will match what's in the collection:
    SELECT c001, c002 || Chr(32) || c003 CONTACT_NAME, 'Remove' remove
    FROM htmldb_collections
    WHERE collection_name = 'ASSIGNED_CALENDAR_CONTACTS'
    ORDER BY c003, c002
    Then you can have a button on the form that steps through the collection, one element at a time and does whatever you want it to.

  • How to read data from a router by using labview

    I am a  beginner labview. How to read data from a router by using labview ? 

    What kind of data are you trying to read?
    Does the router behave like a webserver that you log into?  If so, search the forums for threads discussing HTML.

  • How can I see from my contact who use iphone (ios 5) for contact with imessage?

    How can I see from my contact who use iphone (ios 5) for contact with imessage?

    Well, let take the personal service point of view : let say, I had two calendars on my iCloud account : one for work, one for my leisure activities.
    On my MacBook Pro that I use at home as well as at my office, I would want the two calendars to show and since I am alone in my office, I would want the alerts for both my work and my leisure activities to show (and make a sound at the same time).
    But on my iPad that I only use at home, I would only want my leisure activities alerts to show (and make a sound) and on my iPhone that I only use for work, I would only want my work alerts to show (and make a sound).
    That is a personal service that simply does not work.
    Why would Apple give us the opportunity to hide some calendars on certain devices but not allow us, on these same devices, to switch off the alerts linked to these calendars that we have chosen to hide ? Why having alerts of calendars that do not even show on these devices ?
    And I am an Apple fan since 1984, since the very first Mac. I still do believe Macs and Apple devices and/or software (iOS, OS X and others...) are much better and much more efficient than " Microsoft, Windows, Google and other Android devices and software.
    But that does not mean everything's perfect (and I find that quite normal).
    Nevertheless, in this case, letting alerts make a sound on a device where a specific calendar is not shown, that does not make any sense : when uncheking those calendars, the alerts linked to those calendars should be automatically switch off (but alerts should be able to work on the calendars that are shown.)

Maybe you are looking for

  • Multiple Issues with iPod Classic 160GB

    In mid-November 2009 I bought a new 160GB classic. I connected it to my Windows Vista PC and immediately got an error saying that the computer was not authorized (note that I had been syncing an 80GB Classic and three Nanos fine before this). And des

  • Printer setup utility freezes when I try to add drivers

    I have an Epson Stylus Photo RX500 all-in-one printer which worked fine until a few weeks ago. My best guess as to why it stopped working is that I let my hard drive fill up and some data got corrupted/overwritten (I've had numerous problems incuding

  • Flash Banners not working in IE7

    Hi, On our websites we sell advertising space and allow our customers to use flash banners as advertising. We have had this system in place for several years, but all of a sudden it has stopped working in IE7, much to the displeasure of our customer.

  • Safari won't fully load websites

    Safari is having many and varied moments of not fully loading webpages. It is also happening to a lesser degree on other browsers (firefox, camino, shiira). I have tested removing internet plugins, deleting cache, history, duplicate fonts, plist, etc

  • Phone will not reset

    Phone will not reset