Posting to AX by specific Operating Unit

I would like to know if anybody knows if it is possible in AX (Global Accounting Engine) to select a specific Operating Unit instead of select "All" in this field so I can post to a specific set of books by that specific operating unit.
I have the situation where I have multiple operating units posting to the same and unique Corporate set of books and then I have a separate statutory set of books where I will post the data for specific operatin unit. Do I have to create separate corporate set of books for each operating unit so I will have one to one posting? Or can I have the option of selecting the operating unit I want to be posted to each statutory set of books?
Thanks
Claudia

Please see if these docs help.
Oracle Applications Multiple Organizations Access Control for Custom Code [ID 420787.1]
Where To Set The "Operating Unit Mode" When Defining A Concurrent Program [ID 847094.1]
Thanks,
Hussein

Similar Messages

  • Fetching data for a specific operating unit

    Hi All,
    I want to apply a check in my query wherein the query fetches data only for a specific operating unit.
    Eg : If the concurrent program is run from a US responsibility then it should fetch data only for US and if it is run from Canada responsibility then it should fetch data only for Canada.
    Please advice what profile option check or any other check do I need to put in my query.
    I am using org_organization_definitions table in my query, will this table be of any help for the same.
    I am using 11i version.
    Regards,
    SS

    Please see if these docs help.
    Oracle Applications Multiple Organizations Access Control for Custom Code [ID 420787.1]
    Where To Set The "Operating Unit Mode" When Defining A Concurrent Program [ID 847094.1]
    Thanks,
    Hussein

  • Displaying operating unit specific data in Discoverer Report ????

    Hi Experts,
    My Requirement : I need to develope one custom report where it has to display operating unit specific data based on the resposibility selection in Discoverer.
    My Approach : I prepared the below query and I am trying to pick Business_group_id from profile options and passing to the query.(You can observe the condition which is highlighted as red color)While i am running the query I am getting zero records.
    Please suggest me how to achieve the my requirement of displaying operating unit specific data in Discoverer.
    SELECT  A1.PERSON_ID
           ,A1.employee_number
           ,A1.first_name
           ,A1.last_name
           ,A1.known_as PREFERRED_NAME
           ,A1.GENDER
           ,A1.date_of_birth
           ,A1.Marital_status
           ,A1.original_date_of_hire
           ,A1.Organization
           ,A1.Location
           ,A1.Job_name
           ,A1.OLF_DEPARTMENT
           ,A1.OLF_DEPT_SUBGROUP
           ,A1.salary
           ,A1.salary_change_date
           ,A1.HIRE_DATE
           ,A2.PERSON_ID SUPERVISOR_ID
           ,A2.EMPLOYEE SUPERVISOR
           ,A3.PERSON_ID SUPERVISOR_ID_1
           ,A3.EMPLOYEE SUPERVISOR_NAME_1 
    FROM (
    SELECT PAPF.first_name
          ,PAPF.last_name
          ,papf.known_as
          ,papf.sex GENDER
          ,papf.date_of_birth
          ,papf.marital_status
          ,papf.employee_number
          ,PAPF.person_id
          ,PAAF.supervisor_id     
          ,PAPF.original_date_of_hire
          ,(SELECT name FROM  hr_all_organization_units WHERE Organization_id=PAAF.organization_id) Organization
          ,(SELECT location_code FROM  hr_locations WHERE location_id=PAAF.Location_id) Location
          ,(SELECT name FROM  per_jobs WHERE job_id=PAAF.job_id) Job_name
          ,PPP.proposed_salary_n SALARY
          ,ppp.change_date salary_change_date
          ,ppgk.segment1   OLF_DEPARTMENT
          ,ppgk.segment2  OLF_DEPT_SUBGROUP
          ,papf.original_date_of_hire HIRE_DATE
      FROM per_all_people_f PAPF 
          ,per_all_assignments_f PAAF
          ,per_pay_proposals  PPP
          ,PAY_PEOPLE_GROUPS_KFV ppgk
    WHERE 1=1
       AND PAPF.person_id=PAAF.person_id
       AND papf.business_group_id=paaf.business_group_id
       AND PAAF.assignment_id=PPP.assignment_id
       AND paaf.people_group_id=ppgk.people_group_id
       AND ppp.change_date =(SELECT MAX(change_date)
                               FROM per_pay_proposals
                              WHERE assignment_id=PPP.assignment_id)
       AND SYSDATE BETWEEN PAPF.effective_start_date AND PAPF.effective_end_date
       AND SYSDATE BETWEEN PAAF.effective_start_date AND PAAF.effective_end_date<font color="red">AND PAPF.BUSINESS_GROUP_ID = TO_NUMBER(FND_PROFILE.VALUE('PER_BUSINESS_GROUP_ID '))</font>
    ) A1
    SELECT PAPF.first_name
    ||','||PAPF.last_name EMPLOYEE,PAPF.PERSON_ID,PAAF.supervisor_id     
      FROM per_all_people_f PAPF
          ,per_all_assignments_f PAAF
    WHERE PAPF.person_id=PAAF.person_id
    AND papf.business_group_id=paaf.business_group_id
       AND SYSDATE BETWEEN PAPF.effective_start_date AND PAPF.effective_end_date
       AND SYSDATE BETWEEN PAAF.effective_start_date AND PAAF.effective_end_date
    ) A2
    SELECT PAPF.first_name
    ||','||PAPF.last_name EMPLOYEE
         ,PAPF.PERSON_ID
          ,PAAF.supervisor_id     
      FROM per_all_people_f PAPF
          ,per_all_assignments_f PAAF
    WHERE PAPF.person_id=PAAF.person_id
    AND papf.business_group_id=paaf.business_group_id
       AND SYSDATE BETWEEN PAPF.effective_start_date AND PAPF.effective_end_date
       AND SYSDATE BETWEEN PAAF.effective_start_date AND PAAF.effective_end_date
    ) A3 
    WHERE 1=1
    AND  A2.PERSON_ID(+)=A1.SUPERVISOR_ID
    AND  A3.PERSON_ID(+)=A2.SUPERVISOR_ID
    AND  A4.PERSON_ID(+)=A3.SUPERVISOR_ID
    ;

    you are in the wrong forum, try an ebusiness-related forum, maybe this OA Framework

  • Need to get the operating unit name for AP report

    Hi,
    I'm really new to XML/BI publisher. I have to customize a oracle report called Payables Posted Payment Register. The package XLA_JELINES_RPT_PKG ties into this report. Upon reading the package it's pretty confusing. Anyway, there is a parameter called P_SECURITY_ID_INT_1 which is the operating unit. I'm trying to display the operation unit in my report but it only returns the operating unit id and I need the name of the operationg unit. So I'm guessing im going to need to grab it somehow in the XLA_JELINES_RPT_PKG. Is this correct? Any suggestions on the best approach?
    Thank you!! Your help is so much appreciated!

    Hi,
    after time elavualtion use t code PT66,  in this t.code double click on the each month(period) then you can get the internal table like ZES, SALDO, ZKO. again double click on the each internal table, you can get the information through the time types.  Like , now you want the overtime hours, 0903, 0904 with this time types you can get the each employee no. of. overtime hours.
    ZL, ZES, SALDO, TIP entries are internal table , you could not get any results from this table with using se11, se16.
    With PT_BAL00 with this report also we can get the overtime hours with the help of time events.
    Good luck
    Devi

  • Change the Operating Unit and GL set of books on a responsiblity

    Hi Every one
    few of the responsibilities which were configured have a either a wrong of set of books or a wrong operating unit
    For example a responsibilty which was suppose to have US Set of Books and US operating Unit has MX Set of Books and US Operating Unit
    though in Multi Org setup MX set of Books is associated to MX operating Unit. Also vice versa happened on other responsibilities for example right set of books but wrong operating unit.
    My question what is the impact of changing GL Set of Books, MO Profile Value to right one? we already have one year transactions on these responsibilities which are related Oracle Cost Management and Oracle inventory.
    Thanks in advance.

    I am running into similar question - I am on R12 and am back tracking some origional set up issues
    I want to change a opearing unit to report to a different GL ,I vcan change it in HR Organization profiles however If i post an entry via AP to GL it shows up in the (old ) GL
    Is there a process i can run to update ?

  • Same Org as Business Group and Operating Unit cannot be migrated via isetup

    Hi,
    I have tried to migrate the setup of an organization which is classified as both Business group and Operating unit.
    When it comes to Operating unit API, it errors out with the following Warning message.
    I request the iSetup Team to clarify whether there is any restriction in iSetup that the same org as BG and OU cannot be transferred.
    If yes, then how to migrate the same...
    The above situation happens for the org classified as OU and IO. In this case the INV org API give the warning message.
    Regards,
    Senthil
    Name: HR_OperatingUnit
    Type: BC4J
    Path: oracle.apps.per.isetup.schema.server.OperatingUnitAM
    Time Taken(seconds): 1.0
    Importing rows from xml file, and validating rows ......
    Message not found. Application: AZ, Message Name: AZW_FWK_USER_ROW_EXCEPTION. Tokens: VONAME = Operating Unit; KEY = Name = 'POC Business Group'
    Group Name = 'POC Business Group'
    ; EXCEPTION = The organization 'POC Business Group' is a business group, please use the business group API to handle it
    Transaction rolled back
    Processed API:HR_OperatingUnit
    Generating Deployment Report...
    Generation of Deployment Report process completed.
    Status: WARNING
    ******************************************

    It is a known issue and has been fixed as a part of HRMS 12.0.7. You may apply HRMS 12.0.7 or request for back-port on top specific version.

  • How to secure data by operating unit in oracle payments

    Hello
    We are in the process of setting up to make payments from one single bank account across all operating units to avoid maintenance and number of templates.
    As part of our process we submit the payment process request across all operating units and once the status changes to Invoices pending review, we will inform the business heads to check the invoices and we have given them the access to remove the invocies from the payment run, business leads check the invoices and remove some of them based on the cash flow. At the moment the business leads are able to see the payment information for all the operating units however we want them to see only the information specific to that operating unit. I tried MO and HR security profile options but no luck hence requesting you to share your inputs on the same.
    Thanks in advance
    Regards
    Dilip

    Hello Apps Guru's
    Please let me know your inputs on this. Your help is highly appreciated
    We are in R12.1.2
    Thanks
    Dilip

  • The operating units and inventory organization deleted form the system

    I am defining new instant on oracle finance
    First I have create Business group, Operating unit, inventory organization
    Then I create the accounting setup and compete it
    Went to operating unit tab of the accounting setup and complete it also
    After that I try to configure the oracle payable
    In the payable option when I try to select inventory organization , the inventory organization is not there
    Then I check it in the global HRMS manger, in that the operating unit I already created are not appearing
    What is the error I have done
    Why the operating units and inventory organization deleted form the system

    Pl post details of OS, database and EBS versions, along with which document you are following to perform all these setups.
    HTH
    Srini

  • R12: Is Inventory setup mandatory for Operating Unit setup?

    Hello,
    I am doing the setup of an operating unit for a business on a fresh R12 install.
    Is the setting up of the Inventory Organization (with all the info like e.g material account, cost of goods sold etc) is mandatory even if the business will not setup inventory module?
    Vik

    Hello Manish,
    In the example you gave, when talking about
    Jain, Manish wrote:
    ..the system specifically ask you to enter the Inventory Organization field with the inv org you have defined.are you referring to the setup from Financial Options --> Supplier-Purchasing tab --> where we have a field "Inventory Organization"?
    This is not a required field and can left null.
    Or If we do not have the Operating Unit with "Inventory Organization" as classification, an error will popup when setting up payables?
    The problem is that, we have to ask the client about the accounting key for material, COGS etc... and he want to know why we need this since he does not use Inventory module.
    Vik

  • Creating new MO OPERATING UNIT

    hi,
    i am apps dba . I WANT TO KNOW HOW TO CREATE MO operating units.
    Regards
    9841672839

    Please post your question under Ebiz Category.
    http://forums.oracle.com/forums/category.jspa?categoryID=3

  • 11g , R12, MO: Operating Unit

    Hi,
    How to Check if MO: Operating Unit profile has been set at site level for US.
    Thanks.

    Pl do not post duplicates - Need to find fnd_profile.VALUE('ORG_ID') for one responsibility

  • Why  Operating Unit not necessary for GL and FA ????

    Hi Friends,
    Can any body share the logic of operating unit, why it is attached with AR,CM,PO,AP,OM,INV..... Why not with GL/FA?
    Any idea would be highly appreciatable....
    Regards,
    Asad

    There are specific configuration (PO number, Req number, RFQ number, payables options, financials options etc), Master data (Supplier/Customer Bill/Ship to addresses) and transactions data processing (Procure to Pay processing, Order to Cash processing etc). These all work at OU level in Subledgers. However, these all are not available in GL. In FA we do not have concept of OU but we have FA book wherein we can partition that data for security, processing and reporting.

  • Operating Unit and Responsibility

    Hi everyone, I wanna know if the reponsibility the user have login is attached to a specific responsibility.
    Help me please ..
    Regards
    Lutchumaya

    An Operating Unit is basically linked to an Oraganization but where as we can set the profile option called MO: Operating Unit at a Responsibility Level.
    Hope this makes sense to your question.

  • How to find out operation unit used in preliminary cost estimate.

    Please tell me in which table operation unit used in cost estimate is stored.I dont want information from routing.Can i get the information from cost estimate table itself.

    ttSize 'estimates' the storage required for a table (and indexes) based on the table schema and the number of rows to be stored in the table.
    DSSIZE reports several values from the SYS.MONITOR table. The main one of interest here is PERM_IN_USE_SIZE: 416840. This means that currently 416,840 KB (~407 MB) of memory is used within the datastore. Have you loaded the data for all three tables from Oracle into TimesTen (LOAD CACHE GROUP)? It would be very unusual for there to be such a discrepancy between the size estimated by ttSize and the actual memory needed...
    Unfortunately, there is no way to find out the exact amount of memory actually occupied by a specific table in TimesTen :-(
    Chris

  • 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

Maybe you are looking for