Can I be sequencing only when delivery on a shared system number?

Hi all

Can I be sequencing only when delivery on a shared system number?

We currently share an oracle instance with two sets of books, the problem, it's that there are gaps in delivery numbers as the other entity sharing the delivery number sequencing. I would like to know in there is a way to divide the sequencing so that the two entities have their number of unique delivery without any gaps?

Number of delivery is used as the invoice number when rasiing bills.

Thank you very much

Hello

OM profile option: method of invoice numbering works at the level of the Site and there are two values by this profile options - delivery name and automatic.
If you select site level as number of delivery of the invoice numbers will be based on delivery for all entities as mentioned above as having 8001, 8003 and B 8002.

You can change the value of automatic profile and then delivery number and invoice number will be different and therefore you must set the transaction source numbering and sequencing of document for the respective transaction types.

Kind regards
Hemant

Tags: Oracle Applications

Similar Questions

  • How can I change image displayed when the site is shared on social media sites?

    Well, when my site is shared by anyone on Facebook, I want to do my logo but it shows another picture on my home page how I can change this picture?

    Hello

    If you still experience this issue, please refer to this link:- https://forums.adobe.com/message/5137786#5137786

    Kind regards

    Rohit Nair

  • How can I play a MC when the getVolume method reaches a number?

    Someone at - it advice or suggestions on how I can play a video once my level of volume for my music a certain number/level?

    Here is my code:

    player_mc.volumeUp_btn.onRelease = function () {}
    If (Song.getVolume (< 100)) {}
    song.setVolume (song.getVolume () + 20);
    If (Song.getVolume () == 80) {}
    volume1_mc.gotoAndStop (2);
    volume2_mc.gotoAndStop (2);
    volume3_mc.gotoAndStop (2);
    volume4_mc.gotoAndStop (2);
    }
    }
    }

    Something is very appreciated!

    codeJunky

    Kglad - Thanks for the help, I got it! My path has been twisted...

    For all those who are interested in the final results of this message; Here is the final code:

    player_mc.volumeUp_btn.onRelease = function () {}
    If (Song.getVolume)< 100)="">
    song.setVolume (song.getVolume () + 20);
    If (Song.getVolume () > = 81) {}
    player_mc.volume1_mc.gotoAndStop (2);
    player_mc.volume2_mc.gotoAndStop (2);
    player_mc.volume3_mc.gotoAndStop (2);
    player_mc.volume4_mc.gotoAndStop (2);
    player_mc.volume5_mc.gotoAndStop (2);
    }
    If (Song.getVolume () > = 61) {}
    player_mc.volume1_mc.gotoAndStop (2);
    player_mc.volume2_mc.gotoAndStop (2);
    player_mc.volume3_mc.gotoAndStop (2);
    player_mc.volume4_mc.gotoAndStop (2);
    }
    If (Song.getVolume () > = 41) {}
    player_mc.volume1_mc.gotoAndStop (2);
    player_mc.volume2_mc.gotoAndStop (2);
    player_mc.volume3_mc.gotoAndStop (2);
    }
    If (Song.getVolume () > = 21) {}
    player_mc.volume1_mc.gotoAndStop (2);
    player_mc.volume2_mc.gotoAndStop (2);
    }
    If (Song.getVolume () > = 1) {}
    player_mc.volume1_mc.gotoAndStop (2);
    }
    }
    }

  • My macpro is backup in the capsule of time even when I was at work, which means that the time capsule is consumed my data plan. Can anyone suggest a way I can have it the backup only when my mac pro and time capsule is in the same local wifi

    my mac pro is backup in the capsule of time even when I was at work, which means that the time capsule is consumed my data plan. Can anyone suggest a way I can have it the backup only when my mac pro and time capsule is in the same local wifi

    If the Time Capsule and MacBook Pros are not on the same network, the MacBook is not backup in the time Capsule. You probably see what snapshots leaving MacBook on the local disk, until the two are reconnected. If you don't want that to happen, disable Time Machine on a different network.

    Good day.

  • Problem with messages sent by post El Capitan: my sent messages appear only when someone answers, not in my "Sent" folder as they did.  Can anyone help?

    Problem with messages sent by post El Capitan:

    My sent messages appear only when someone answers, i.e., in the context of a thread.

    not in my folder "sent" as they did.  Can anyone help?

    The mailbox list is divided into categories with such topics on my Mac. When you position the cursor on one of these positions (with the exception of the mailboxes), you should see the Word display / hide it on the right. Click view, if that's what you see.

    In the category of the mailboxes, the mailboxes are arranged in groups, such as Inbox. To the left of each group is a small tip of arrow. If the arrow points to the right, click it so that it points downwards.

    Also note that you may need to scroll the list of mailboxes upwards or downwards to see it all.

  • I bought the software Acrobat reader pro plan, but I am still unable to protect my files? How can I protect my files when tools only allows me to add them?

    I bought the software Acrobat reader pro plan, but I am still unable to protect my files? How can I protect my files when tools only allows me to add them?

    Hi yaritzab46986362,

    If you purchased a plan from Pro to Adobe Acrobat Pro DC, you need to use to protect the files.

    I guess what you have opened is Adobe Acrobat Reader DC which is a free application to view and print PDF files.

    If If Acrobat Pro DC is not installed on your machine, you can download it here: Download Adobe Acrobat products. Standard, Pro | DC, XI, X

    Thank you

    Abhishek

  • How can I cancel my account when the need help page only allows me to go to forums and does no real contact for adobe?

    How can I cancel my account when the need help page only allows me to go to forums and does no real contact for adobe? How can I contact Adobe actually?

    Please contact support by calling/chat for cancellation requests and billing queries:

    Contact the customer service

    * Be sure to stay connected with your Adobe ID before accessing the link above *.

    You can also check the help below document:

    https://helpx.Adobe.com/x-productkb/policy-pricing/cancel-membership-subscription.html

    Please go through the Adobe - General conditions of subscription as well.

    Concerning

    Stéphane

  • Since the update of my iMac to El Capitan, I can't find the Office when opening Word Documents? By dragging them from the Finder helped only once

    I've updated my iMac with El Capitan. Now Office is no longer Favorited how to retrieve it?

    You can find the desktop in the Finder, and you can also navigate to it when you open, save, or close any application.

  • How can I make this update, when I have two records (a primary key, no seq)

    How can I make this update in pl\sql
    Below is the table with data
    CREATE TABLE INSERT_TE
    ( 
    PIDM        VARCHAR2(8), 
    FORM_ID     VARCHAR2(2),
    TEACHER     VARCHAR2(30)
    )
    INSERT into INSERT_TE
    (
    PIDM,
    FORM_ID,
    TEACHER 
    )
    SELECT 
    '1106651', 
    'TE',
    'Teacher, Alber Howard' 
    from dual
    commit;
    INSERT into INSERT_TE
    (
    PIDM,
    FORM_ID,
    TEACHER 
    )
    SELECT 
    '1106651', 
    'TE',
    'Teacher, Alber2 ' 
    from dual
    commit;
    INSERT into INSERT_TE
    (
    PIDM,
    FORM_ID,
    TEACHER 
    )
    SELECT 
    '2321241', 
    'TE',
    'Teacher, Silly Billy ' 
    from dual
    Commit

    You're going to end with something like this: in a cursor...
    PIDM     FORM_ID     TEACHER
    1106651     TE     Teacher, Alber Howard
    1106651     TE     Teacher, Alber2 
    2321241     TE     Teacher, Silly Billy
    so I need to update a table

    If there is only one file like this 2321241 teacher YOU, Billy Silly
    no problem I'm
    UPDATE   saturn.sarchkl
             SET
             sarchkl_receive_date = SYSDATE,
             sarchkl_activity_date = SYSDATE,
             sarchkl_source = 'U',
             sarchkl_source_date = SYSDATE
             WHERE
              sarchkl_pidm = v_pidm3
              AND sarchkl_receive_date IS NULL
              AND sarchkl_term_code_entry = p_term
              AND sarchkl_admr_code = 'REC1'
    But if there's a PIDM (pk) with two records
    PIDM FORM_ID TEACHER
    1106651 TE Teacher, Alber Howard
    1106651 TE Teacher, Alber2 
    I need to make 2 updates (notice the rec1 sarchkl_admr_code AND for the firs and rec2 during the second
    The first record should update the table when the condition is sarchkl_admr_code = "REC1" and the second disc with the
    condition is sarchkl_admr_code = "REC2.
    UPDATE   saturn.sarchkl
             SET
             sarchkl_receive_date = SYSDATE,
             sarchkl_activity_date = SYSDATE,
             sarchkl_source = 'U',
             sarchkl_source_date = SYSDATE
             WHERE
              sarchkl_pidm = v_pidm3
              AND sarchkl_receive_date IS NULL
              AND sarchkl_term_code_entry = p_term
              AND sarchkl_admr_code = 'REC1'
    and
    UPDATE   saturn.sarchkl
             SET
             sarchkl_receive_date = SYSDATE,
             sarchkl_activity_date = SYSDATE,
             sarchkl_source = 'U',
             sarchkl_source_date = SYSDATE
             WHERE
              sarchkl_pidm = v_pidm3
              AND sarchkl_receive_date IS NULL
              AND sarchkl_term_code_entry = p_term
              AND sarchkl_admr_code = 'REC2'
    I do this in pl\sql, I don't have a sequence in the INSERT_TE table, how do I know that the first record in
    1106651 TE Teacher, Alber Howard
    1106651 TE Teacher, Alber2 
    updated a rec1 and the second updates when sarchkl_admr_code = "REC2."

    I guess I can create a sequence, but I'm inserting a table of a select statement, I get the error message
    ORA-02287: sequence number not allowed here, when I try to do the following:
     
     INSERT INTO SYTEACH
    ( 
    SYTEACH_PIDM,
    SYTEACH_ID,
    SYTEACH_TEACHER,
    SYTEACH_SEQ
    )
    SELECT   
          DISTINCT
          spriden_pidm, 
          sarchkl_admr_code, 
          szsform_form_id, 
          szsform_schl_off_type||', '||szsform_schl_off_firstname||' '||szsform_schl_off_lasttname teacher,
           SZSFORM_SEQ.NEXTVAL
            FROM   saturn_midd.szsform, saturn.spriden, saturn.sarchkl
           WHERE       spriden_ntyp_code = 'CAPP'
                   AND szsform_common_app_id = spriden_id
                   AND spriden_pidm = sarchkl_pidm
                   AND sarchkl_admr_code = 'REC1'
                   AND szsform_form_id = 'TE' 
     
    What is the simple way to make this update...

    Hello

    you said:

    >
    But if there's a PIDM (pk) with two records

    PIDM $FORM_ID TEACHER
    TE 1106651 teacher, Alber Howard
    1106651 TE, Alber2 Professor
    >

    Loc PKS are unique! (otherwise we don't call them pk)

    For your table, you can set a single like this:
    PIDM column + a sequence. (new heading):

    ALTER TABLE INSERT_TE ADD(TEACH_SEQ NUMBER)
    /
    
    UPDATE INSERT_TE x
       SET TEACH_SEQ =
              (SELECT n
               FROM   (SELECT ROWID rid,
                              ROW_NUMBER() OVER(PARTITION BY pidm ORDER BY TEACHER) n
                       FROM   INSERT_TE t) s
               WHERE  s.rid = x.ROWID)
    
    PIDM     FORM_ID     TEACHER     TEACH_SEQ
    1106651     TE     Teacher, Alber Howard      1
    1106651     TE     Teacher, Alber2       2
    2321241     TE     Teacher, Silly Billy      1
    

    I need to make 2 updates (notice the rec1 sarchkl_admr_code AND for the firs and rec2 during the second
    The first record should update the table when the condition is sarchkl_admr_code = "REC1" and the second record with the condition is sarchkl_admr_code = "REC2.
    >

    not normally.

    but you can do (now)

    select PIDM, FORM_ID, TEACHER, 'REC'||TEACH_SEQ TEACH_SEQ from INSERT_TE
    
    PIDM     FORM_ID     TEACHER     TEACH_SEQ
    1106651     TE     Teacher, Alber Howard     REC1
    1106651     TE     Teacher, Alber2      REC2
    2321241     TE     Teacher, Silly Billy      REC1
    

    and use the last column to update you...

    Published by: user11268895 on August 20, 2010 14:01

  • Window.onbeforeunload works only when there is a return value

    The problem statement is want to run code only on browser close, refreshing the browser tab, tab close.

    Previous version of firefox used to run the code in window.onbeforeunload in all 3 events mentioned above, but now the code in window.onbeforeunload runs not on click Refresh and browser close.

    based on the discussion with the previous post, I kept back in this block. Now I am able to see the confirmation box. But now I want to execute the code only when clicked on leave of this page.can you please help on this. Thank you very much.

    An additional point is if I keep the code in the window.onunload code is not executed in the tab close and the browser, but it runs in the update on.

    Hi, I admire your persistence on this issue, but there is a bug that has the attachment that Gingerbread man named titled: "Bug 391834 - do not allow alert/confirm/prompt onbeforeunload and onunload onpagehide.

    It looks like its guests with disabilities and you try to make it work. But you also already solved this problem with a batch file in this issue https://support.mozilla.org/en-US/que.../993972?esab=a & s = & r = 0 & as = s so I this will mark as resolved.

  • I have a Flash Player plugin 'on demand' that supposedly save memory by launching flashplayer only when a video is launched. It gives me an "f" in the Middle

    I have a Flash Player plugin 'on demand' that supposedly save memory by launching flashplayer only when a video is launched. It gives me a 'f' icon in the middle of the video window, which I have to type. I had no problem with it, but now it won't allow me to play the video on Vimeo, however it works very well with Youtube. I can't find how to uninstall this page in firefox. Please tell me how to correct, update or reinstall so I can watch the videos on Vimeo. I need it for professional reasons, (teaching) tomorrow!
    THX. SP
    Retina, 10.8.5, Firefox 24.0 OSX MacBook.
    Recently updated Flash and Java.
    Flip4mac and Silverlight are the current versions

    Hi sgcpenny, Flash is by far the most common plugin. I think it is unlikely that the others work on the sites where you don't want to run. It does not hurt to try the setting and see if it works for you.

  • I encountered the problem with the last iOS 9.3.2 update I can't receive call from people, I can call any body, but when l'm calling people any body can ring me just now, I thing the problem where new soft

    I encountered the problem with the last iOS 9.3.2 update I can't receive call from people, but I can call any body, but when l called people any body can ring me only at this time, I think that the problem of the new update. can u check this and answer my question.

    and my phone

    iPhone 6plus

    You see a Crescent Moon at the top of the screen icon? If Yes, disable does not bother to: settings - do not disturb = Off.

  • Firefox I want to find out about the updates only when the ons add that I installed currently become compatible. Is this possible?

    Firefox keeps advising me up-to-date even if a few Add ons are not compatible with the newer version. Although I don't want to be notified when an update is available, I won't update if the add ons are not compatible. Also, advising me update is useless because I will not refresh firefox when all add ons are not compatible.

    Is it possible to put the automatic notification about the availability of updates to appear only when all add ons are compatible?

    You can install this extension to see the information of current compatibility on the subject: addons page.

  • Phone to download a lot of data via WiFi only when the charger is plugged - iPhone iOS 9.3.1 6s

    Hello

    Just today, I noticed that my iPhone 6s was download continuously at the speed of the network via WiFi only when is plugged in the wall charger or the USB loader on the computer. As soon as I stop charging the phone, the download stops. I have no idea what download and I'm a little frustrated because my connection high speed/wireless home is capped.

    Sync to iTunes on WiFi and iCloud backups are disabled. I had subscribed to 9.3.2 iOS beta on the registration by registering with my Apple ID last week, but I haven't added the certificate so that it can download OTA or via iTunes. I have no update available on my Apple store as well.

    I noticed the slowdown on my cause of internet connection of desktop computers that my phone of summer download something on wifi while he is in charge and I also saw the use of the network by using "System Monitor" app on the App store.

    Kindly help me to solve this problem.

    Thank you

    I did a factory reset on by phone by "Erase all content and data" and chose to set up as a "new iPhone" after reset done. There are now only apple applications on the phone, I connected to wifi with the charger plugged and the problem persists. I wonder if it was to be an apple iOS update, I am on iOS 9.3.1 and 9.3.2 is still in beta, I'm not sure if there is an apple update going on in the background.

    Kindly help.

  • Satellite M50 - charges the battery only when stopped

    My Satellite M50 battery only when stopped. Does this mean that when I work I'm still running on batteries, which of course carry out completely after 1 to 2 hours. Then I shut down the computer and it started charging again (orange led), and after a few hours, I still have a 100% charged battery.

    Of course, this means that the computer is not available. Until a few weeks ago it used to have the same problem if I disconnected the power plug then reconnected it: the battery needed to dump then to 0%, even if the power is connected, but now the problem is constant.

    I've updated to the latest version of the BIOS, I could find and even completely reinstall windows from the recovery disks, but the problem is still there. The computer is a Toshiba Satellite M50 - 126 model PSM51E, the BIOS is Phoenix BIOS v2.10

    Is it possible that the BIOS is damaged of some sort? I tried to reinstall V2.10 but he told me that I have the same version and it will not be installed.

    Hi lartech,.

    You can recharge the battery if you get into the BIOS and made the battery charging icon light?
    Are you using the original Toshiba AC/DC adapter and battery?

    In the worst case, it s a malfunction of the motherboard, and you have done what you can do: BIOS update and to install Windows from the recovery disc. If this doesn't help s a bad hardware work.

Maybe you are looking for