Generate different Supplier Number Sequence for One Operating unit!

R12.1.2
Dear Gurus,
We run multiple operating units under one Business Group and each of them are independent entities of their own with separate ledgers and currencies based on the territories.
We generate Supplier numbers automatically for all territories.
But, now we have a requirement from one of the territories that we need to generate supplier numbers in a different sequence (starting from 40000000000 onwards) just for that territory. We still would like to generate supplier numbers for the other operating units (territories) using the standard sequence.
Is this possible? If yes, please give details.
Thanks,
-Venkat

Hi Venkat,
Supplier Numbering configuration is not operating unit specific, hence the same numbering would continue to happen in the environment/application instance ...
The workaround would be turn off Automatic and switch to Manual numbering and check with the feasibility of having a customization and Personalization for meeting the requirement ....
Reference:
How is Supplier Number assigned in R12? [ID 1252934.1]
Regards,
Ivruksha

Similar Messages

  • How to generate a  number sequence for a column of a Z*table?

    Hi ,
    How to generate a  number sequence for a column of a Z*table?
    plz guide me.
    thanks
    Albert

    1) Use SNRO for defining a number range.
    2) Use FM NUMBER_GET_NEXT for getting the next number with object, sub object etc..
    See one example below.
          CALL FUNCTION 'NUMBER_GET_NEXT'
            EXPORTING
              nr_range_nr                   = c_01
              object                        = c_z_prd_code
    *           QUANTITY                      = '1'
             subobject                     = p_vkorg
    *           TOYEAR                        = '0000'
    *           IGNORE_BUFFER                 = ' '
           IMPORTING
             number                        = in_prd_code
    *           QUANTITY                      =
    *           RETURNCODE                    =
            EXCEPTIONS
                  interval_not_found            = 1
                  number_range_not_intern       = 2
                  object_not_found              = 3
                  quantity_is_0                 = 4
                  quantity_is_not_1             = 5
                  interval_overflow             = 6
                  buffer_overflow               = 7
                  OTHERS                        = 8
    3) You may write these code in main program of the table maintinence
    rgds,
    TM.

  • How to have diffenrent automatic number sequences for diff OU projects ?

    Client requirement is to have different project numbr sequence for diff OU's in the same BG . How can this be implemented?

    Hi,
    The Project number has to be unique across the OUs. But Iam not sure how you will achieve it. Since having different sequence numbers will cause issues(it will create overlapping project numbers and hence you will not be able to create a project)
    But technically it is doable. The way is given below. But it may cause issues in having project number to be unique across OUs.
    1. Make the Project Number 'Manual' for all OUs.
    2. Create one sequence for each OU.
    3. When creating Project through Forms/OAF, use custom code to populate the project number automatically
    by accessing the correct sequence, depending upon the OU.
    This is just a thought. Let me know if this works.
    Have fun !!
    Sathish
    www.projectsaccounting.com

  • Import Purchase Requisitions from one Operating Unit to a different Operati

    The need is to import Purchase Requisitions from one Operating Unit to a different Operating Unit.
    There are 2 operating unit with one inventory orgs in each. But the 1st is OU( It is a club) merely creates Purchase Requisition, and its not a advisable process to have a separate Purchasing process in that OU as it is too small ( but for financial reasons it has to be defined as a separate OU). So we want the Purchase Requisitions created in the 1st OU to be imported in the 2nd OU. Is there any way we can achieve this. Note: Since Order Management is not implemented we cant use the Internal customer setup and we wont like the PO to be created in the 1st OU as we do in standard Intercompany invoicing process.
    Any solutions/Pointers/workaround for this.
    Regards,
    Manoj

    As long as you have the same master org in the 2 operating units, all you have to do is
    INSERT INTO mtl_system_items_interface
                (organization_code, segment1, transaction_type, set_process_id, process_flag)
       (SELECT '&new_Org', msi.segment1, 'CREATE', 100, 1
          FROM mtl_system_items_b msi
         WHERE organization_id = &old)And run the Import Items request.
    Hope this helps,
    Sandeep Gandhi

  • Need to show proof of purchase to my insurance company, but my phone was replaced by apple so has a different imei number to the one on my receipt, how do you sort this out??

    Need to show proof of purchase to my insurance company, but my phone was replaced by apple so has a different imei number to the one on my receipt, how do you sort this out??

    Contact Apple and see if they can provide any documentation of the device swap.

  • Single concurrent program for multiple operating units

    HI
    I am working on XML/BI publisher to generate AR invoice reports.
    We have single rdf report using which rtf templates are generated.
    There are 10 operating units (10 ORG_ID's) and 10 rtf templates, one for each operating unit. There are 4 different responsibilities for each ORG_ID
    Eg: ORG_ID's = 11, 12, 13, 14..........etc
    Eg: Responsibility = xx, yy, zz...........etc
    I want to register a single concurrent program. When a user submits a request from "XX" responsibility, then the template associated with that org_id should be generated. Whichever responsibility the user is accessing from, that particular template must be shown as output.
    How can i register one concurrent program for multiple operating units.
    Thanks!
    Edited by: 994628 on Mar 18, 2013 4:39 PM
    Edited by: 994628 on Mar 18, 2013 4:42 PM

    >
    There are 10 operating units (10 ORG_ID's) and 10 rtf templates, one for each operating unit. There are 4 different responsibilities for each ORG_ID
    Eg: ORG_ID's = 11, 12, 13, 14..........etc
    Eg: Responsibility = xx, yy, zz...........etc
    I want to register a single concurrent program. When a user submits a request from "XX" responsibility, then the template associated with that org_id should be generated. Whichever responsibility the user is accessing from, that particular template must be shown as output.
    >
    interesting case for 10 OE set 10 template
    what is purpose? for each OE different requirements for layout?
    BTW
    if each Responsibility associated with one org_id then
    - you can get current org_id when you run concurrent program
    - create main template (will be #11) with condition like
    <?choose:?>
    <?when: ORG_ID=11?>
    <?import:xdo://FND.XX11_SUB.en.00/?>
    <?call:TEMPLATE11?>
    <?end when?>
    <?when: ORG_ID=12?>
    <?import:xdo://FND.XX12_SUB.en.00/?>
    <?call:TEMPLATE12?>
    <?end when?>
    <?otherwise:?>
    <?import:xdo://FND.XX21_SUB.en.00/?>
    <?call:TEMPLATE21?>
    <?end otherwise?>
    <?end choose?>so based on org_id will be import of needed subtemplate
    - re-register your "10 rtf templates" as subtemplates
    another way is substitution of template for concurrent then it running
    in before_report trigger set needed template
    l_conc_request_id := fnd_global.conc_request_id;
        if ORG_ID = 11 then
          UPDATE fnd_conc_pp_actions t
             SET t.argument2 = 'XX11'
           where t.concurrent_request_id = l_conc_request_id
             and t.action_type = 6;
      if ORG_ID = 21 then
          UPDATE fnd_conc_pp_actions t
             SET t.argument2 = 'XX21'
           where t.concurrent_request_id = l_conc_request_id
             and t.action_type = 6;

  • Error  invalid location structure for this operating unit

    Dear all
    when go to Receivables > setup> tax > locations i get this error and i can't solve it
    invalid location structure for this operating unit
    any one can help

    Hi
    In system option u have to define the tax type .there is a tab in system option Tax and Defaults.select u r tax type and enter the tax code.
    Regards
    Ahmed

  • Receiving Error : Please set the Receivables system options for this operating unit and ensure that the MO: Operating Unit profile option is correctly set with an operating unit that is set up in Receivables. while trying to create a new Customer.

    Hi All,
    We have set up a new Operating Unit in Oracle Apps. Now when I am trying to create a new Customer in that Operating Unit, I am receiving following error:
    ERROR MESSAGE:-Please set the Receivables system options for this operating unit and ensure that the MO: Operating Unit profile option is correctly set with an operating unit that is set up in Receivables.
    We do have MO: Operating Unit and MO: Default Operating Unit set properly at Responsibility level for the Responsibility through which I am accessing this form.
    Your help is appreciated!
    Thanks in advance,
    SKA

    You can refer this thread and check your MO operating unit is set or not https://community.oracle.com/message/3937028 thanks

  • Profile Option: HZ: Display Accounts for All Operating Units

    I just noticed this profile option, but cannot find any documentation stating what it does. Does anyone know? Offhand, it sounds like the customer account is now org-striped, in addition to the sites, but I don't see any other evidence of this.
    Thanks.

    Have you looked at note 369821.1.?
    It says,
    If you want to review all of the Quotes for all organizations then you need to set the profile "HZ: Display Accounts for All Operating Units" to "Yes" at the site level. After that you will be able to see all the transactions in OCO for all organizations. Sandeep Gandhi

  • 1 PO for several Operating Units

    Hello
    Is it possible to create 1 Purchase order for several Operating Units? How can I achieve this?
    Thanks.

    A std. PO cannot be created for multiple operating units.
    However, Oracle allows you to create a Global blanket PO by checking the "GLOBAL" checkbox on the PO header.
    Hope this helps
    Sandeep Gandhi
    Independent Consultant

  • Setups for new operating units not loading to target

    If there is a new operating unit in the source, setups for that operating unit do not seem to load into the target if that new operating unit does not exist in the target.
    Is there a script to address this issue?
    Any additional advice will be appreciated.
    Edited by: user11071661 on Apr 16, 2009 1:34 PM

    Hi,
    There are lot of dependencies between setup data that you are trying to load. Operating Unit depends on Accounting Setup which in turn depends on setups like Calendar, Currencies and Chart of Accounts. So, you have to make sure that you have loaded all prerequisite data before loading operating unit.
    Thanks
    Mugunthan.

  • R12/AR :Invalid location structure for this operating unit

    Hi all,
    In AR Responsability: Set up / Tax / Location ............Error:Invalid location structure for this operating unit.
    Whats wrong???
    Thanks

    Hi,
    Which version you are in?
    If in R12, Have you done setups in E-Business Tax first?
    Also check Key flexfields of AR.
    Regards,
    Sridhar
    Edited by: K Sridhar on Jun 14, 2009 12:40 PM

  • More than one work center for one operation

    Hi Experts,
    Is it posssible to assign more than one work center to one operation,in a maintenance order?
    for example if head fitter and helper has executed maint.activity,how we can do this
    Thanks in advance
    Regards
    Prashil

    Dear,
    You cannot assign more then one workcenter to a one operation.
    But you can assign to a sub operation,i.e to operation one workcenter and to suboperation anotherworkcenter.
    For Sub-operation:
    Go to task list change >>> Operation tab.
    Let say your first operation number is 0010. Then below it for next operation change operation number to 0010 and next to it there is field for sub-operation give there number 0001 or 0010 as per your requirement. Select suitable control key and work center, give description and press enter. your sub operation 0001 will be created for operation 0010.
    I hope it will solve your query,
    Thanks,
    Mohit

  • Generating Different payment meduim format with one payment method

    I want to generate different payment medium formats(mt103,mt202,mt210) using one payment method.
    How can I solve this issue.
    Thank you.

    i have same problem like yours... do you have solution for this?

  • 1099 Reporting for Multiple Operating Units using same Tax Id Number

    Everyone!!!!
    We have multiple operating units using the same tax id number. We need to use the 1099 standard reports. I see that in the 1099 standard programs, one of the necessary parameters is Tax Entity Id which is again at operating unit level.
    As 1099 reports need to be sent at the Tax Id Number not at operating unit level, is there any way to use the starndard program and do this, or will we have to customize it?
    We are on 11.5.10.2 if it matters. Let me know if you need more information.

    Ok, I Found it. We have to customize it. Taxes are reported at Operating Unit level only.

Maybe you are looking for

  • 'No Airport Networks in Range' on OS 10.1 PowerBook G4 550MHz

    Hi there, I have searched these forums and checked the FAQs without any luck finding this problem. I am working on a PowerBook G4 550MHz that used to have OS 10.4.8 and when you would click on the wireless icon it would report 'No Airport Networks in

  • GROUP BY in Desktop Intelligence

    Question: Is there a way to use GROUP BY statement at the Universe level? Detailed Example: I have Cricket Teams and Team Members. I want to display all the team members for a team in a single cell as comma separated values. At database level, I can

  • Reading data from Table type from Badi /sapapo/curto_create

    Hi, I have been trying to read data from badi /sapapo/curto_create . In this badi there is method CS_PPDS_RTO. which has nested structure upto 8 level. I have been trying to read data but i am not suceesfull in reading data from the stsructre which i

  • Patch Tool problem

    Here are two examples of using the Patch Tool. On left is the original and rthe other using the P/Tool is the results.What can be done about this? Secondly, is there any way in CS6 to 'move and re-align' such things as the knife and spoon? Thanks for

  • File Upload UI not Working

    Hi all, I am using File Upload UI for one my application, for that i created a context attribute of type com.sap.ide.webdynpro.uielementdefinitions.Resource , i placed one button which has the action whether any file was selected or not. public void