Restricting forms data specific to Operating Unit

Hello Team,
I have an important requirement of showing the Organization specific data in all my custom forms.
Is there any way that i can do it through Custom.pll or Forms personalizations or any other way.
Please help me and thanks in advance
Thank you,
Aush..

You do not need to use the CUSTOM.pll in order to accomplish this. Depending on the source of your data blocks, your data should already be filtered by the ORG_ID. For instance, if you were creating a Custom form to look at Order Entry data and you set the base table to OE.ORDER_HEADERS - your table will already be filtered by the ORG_ID because ORDER_HEADERS is a view not a table. If your data block is based on OE.ORDER_HEADERS_ALL, then you are hitting the source table and you will need to add your own filtering for the ORG_ID.
I recommend you take a look at the Oracle Applications Developer's Guide and Oracle Applications User Interface Standards for Forms-Based Products in the Oracle Applications Documentation web site. When I was still doing Apps development I printed these documents and always had then on hand during development.
Hope this helps.
Craig...
If a response is helpful or correct, please mark it accordingly.

Similar Messages

  • 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.

  • 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

  • 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

  • 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

  • Restirct Data of Business Area based on Operating Unit

    Hi,
    I got two different responsibilities attached with two different Operating units assigned common standard business area Accounts Receivables. So i want to restrict data output based on Operating unit.
    Your valuable inputs are highly appreciable.
    Regards
    Venkat,

    Venkat.
    Just to make sure I undertand you.
    You have a responsibility called something like: AR_US and it's associated with an operating unit US. You have another responsibility called something like: AR_UK and it's associated with an operating unit UK.
    1. If that's correct, then you could write 2 different workbooks where each one filters on what each responsibility is allowed to see and only share each workbook with the appropriate responsibility. Both responsibilities would be allowed to 'see' the same folder(s) in the EUL. The condition in each workbook (not the best option but done at many clients I've seen).
    2. You could have a different business area for all folders for each responsibility. Then any report written against each one would just choose the appropriate folder (not the best option).
    3. You could have one business area where you filter the data right on the folders in the EUL. Would require you to retrieve the current responsibility in the EUL, but not a problem. However, as hard coding the responsibilties at the folder level - not dynamic.
    4. You could put the filtering in the actual database view. This is the slickest method as you only have one business area and any reports against the business area would simply filter the actual data on the row level. Additionally, any external query tool (ie: TOAD, etc.) would not see the data unless they set an environmental variable or comment out the security in the view. The easiest way to see how to do this is to copy the BIS format if you have BIS views installed in your organization (and are running Enterprise Suite (Apps)). Look at various views and look for near the end of the view code, a line such as: WHERE gl_security_package ...). That's where they do the filtering so you might want to see if there are any filtered accounts receiveable BIS views already doing this. (by the way, the BIS views you'll be looking for will be owned by APPS and start with: ARFG_
    Russ

  • Can we apply Security rules at Operating unit level to Segregate the data

    Hello all,
    As per the business requirement , the customer don't want to create a separate Operating unit to segregate the data b/w Legal entity values .
    So leaving vendor restriction , we are trying to achieve security at Invoice and Payment levels.
    So in this Scenarios , as per research I tried to create a Data access Set  for few Le's values and assigned to the Payable's responsibility .
    The following profile options have been assigned :
    a) GL:DATA ACCESS SET
    b) SLA :Enable Data Access Security in subledger
    c) SLA:Additional Data Access Set
    After this expectation was :
    When I enter any invoice for this responsibility it has to restrict all those BSV values except the one in the Data Access Set .
    But it was saving that Invoice ...
    Can any one suggest anything ? If I need to additional Configurations or anything .
    Thanks,
    Deepthi.

    I thing that you need to evaluate access though the responsibility to the AP Functions, in this case if you have granted access to the invoice/invoice batchs, you can perform an invoice, related to your test case, if you was created a invoice in an invalid company (BSV), maybe your Flexfield Value Security are not setup properly.

  • 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

  • Need help about Financials Operating Unit Level Setup data object transforming

    Hi All,
    We met some issues while using iSetup to create new OU from existing one via 'Financials Operating Unit Level Setup’ template and need your help.
    We can perform Extracting successfully, but when we’re tring to proceed Transform, it seems iSetup can’t meet our expectation.
    Firstly, after succesful creation of the Transform for 'Financials Operating Unit Level Setup’.
    We clicked the transform icon and it led us to the Details page.
    However, we can’t search out any result on that page, is it a bug?
    If we didn’t performed ‘Transform All’, then there’s no row shows on Transform Details page so we can't make any transform, as below:
    But after performing a ‘Transform All’ task, revisite the Details page and unfreeze, Operating Units and Inventory Organizations became transformable, as shown in below screenshots.
    Secondly, we found the transformable data objects are so limited, even the whole Payable Options and Finacial Options doesn’t support, as well as the Operating Unit short code.
    Is there any documents indicating which data objects are transform supported? Or if there’s any sql query for it?
    Will be very appreciated if anyone can help.
    Regards,
    Genghua Guo

    Hi,
    According to your description, my understanding is that machines failed to ping the server name, and successfully to ping its IP address.
    First check to see if DNS related port 53 is opened on the DC, or disable any anti-various software temporally, then ping the DC’s
    FQDN and confirm that if the name would be resolved.
    >The host 7acf7675-12f6-4280-84ff-ca225bc99373._msdcs.REGENCYVILLAGE.LOCAL could not be resolved to an IP address.
    You domain name is REGENCYVILLAGE.LOCAL. It seems that the DNS server failed to resolve your DC’s name. check the zone named REGENCYVILLAGE.LOCAL to see if an A record is corresponding to your DC.
    >75.75.75.75 (<name unavailable>) [Invalid], 75.75.76.76 (<name unavailable>) [Invalid]
    It seems that invalid IP address of DNS server on the TCP/IP properties of DC. 
    I want to confirm with you that if you have installed the DNS with installing AD DS. Just the DC’s name can’t be resolved? Or any other device also has the same question?
    =======
    You may use AD DS Best Practices Analyzer (BPA), which is a server management tool that can help you implement best practices in the configuration of your Active Directory environment. Detailed information reference:
    https://technet.microsoft.com/en-us/library/dd391875(v=ws.10).aspx
    besides, suggestion about Active Directory Best practices, just for you reference:
    https://technet.microsoft.com/en-us/library/cc778219%28v=ws.10%29.aspx?f=255&MSPPError=-2147217396
    Best Regards,
    Eve Wang
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Data Security for single operating unit

    Hi,
    We have only one OU implemented and have two businesses X and Y. Now, Y deals with patient healthcare information so they are subject to HIPAA regulations, but X is not. A business requirement was defined that X users should not have access to Y customer data, but currently the only way we were aware of separating data within Oracle is through operating units. Multiple operating units is not an option so we need some soluion around it.
    All pointers are appreciated.
    Thanks,
    Rahul

    Hello Justin..
    Sorry for the late response...We'll have the data,say for customers, in our database all with the same OU. But at the same time, we need to segregate the data so that X business can't see Y's customers and vice versa. I know this is possible through the OLS but wanted to weigh different and easy to implement options, as we already have a huge set of data that we need to segregate based on business.
    Thanks,
    Rahul

  • Can Pick Release Rule be restricted to Operating Unit

    Hi Gurus,
    I have created Pick Release Rule for two operating unit. Though operating units are different , I am able to see Pick Release rule in both Responsibilities.
    Also all inventory organisations created are appearing in LOV of Warehouse field of pick release rule.
    Can anyone please suggest if I can achieve this without customization?
    Edited by: user11981009 on Nov 11, 2012 4:14 AM

    Hi,
    you can achieve this through form personalisation.
    Regards,
    Rajesh

  • Restrict Users to specified Operating Unit

    Hi all
    can any one tell me how can restrict users to specified operating unit
    Regards
    Thanks

    To do this, we create new responsibilities for the Operating unit, and we define the operating unit by setting profile option 'MO: Operating Unit' at responsibility level.
    Then , we assign responsibility to users according to the operating unit they are allowed to access.
    I don't know if there are other solutions ?

  • Oracle R12 supplier API to end date current operating unit and create new o

    Can anybody give some idea's for using supplier api's, to end date current operating unit of employee and create a new operating unit for same site in Oacle r12. I need this requirement as employee transfer frequently. As i m a newbie,Will be helpful if u can give a sample query as how to update using api for this scenario.
    Thanks in Advance

    Hi Viral,
    Sorry, this is not the exact Solution which we are looking for.
    Could anyone provide us witha solution or help us in providing the exact functionality of this Address API.
    Thanks,
    Kamatchi

  • When trying to setup a new Operating Unit gives an error: FRM-40735: PRE-FORM trigger raised unhandled exception ORA-06502

    EBS - Payables - Version 12.1.3.
    We Have many others Operating Units configured and no errors occurs.
    This error occurs only if we set a new OU.
    All profiles have been configured properly. (MO: Operating Unit, HR: Security Profile, etc..)
    The trace shows:
    SELECT PROFILE_OPTION_VALUE
      FROM FND_PROFILE_OPTION_VALUES
    WHERE PROFILE_OPTION_ID = 5852                           
       AND APPLICATION_ID = 178
       AND LEVEL_ID = 10003
       AND LEVEL_VALUE = 124280
       AND LEVEL_VALUE_APPLICATION_ID = 200        
       AND PROFILE_OPTION_VALUE IS NOT NULL
    The PROFILE_OPTION_ID = 5852   is  "ICX:Session Timeout".
    If I set this profile the error does not occur. But its is very strange to have to configure it for a responsibility level.

    Hi All.
    I discovered what the problem was.
    The size of the name of the responsibility was with many characters.
    Reduced the size and the error stopped occur.
    Tks!

Maybe you are looking for

  • 8600 Won't Print to Custom Size Envelopes

    I used to have an HP Office Jet 7410 and was able to print all the addresses for my holiday cards on custom envelope sizes - nothing too out of the ordinary, but not #10.  I have now upgraded (or at least I thought I was upgrading) to the 8600 Premiu

  • IN SE78 : WHILE UPLOADING THE TIF FILE I AM GETTING THE ERROR

    Hi , While uploading the drawing in se78 . iam getting the errror "erroneous tif formate" . PLz help me to upload the tif file  thro se78. even i removed the compression check box ,. Thanks, Rani

  • IPhone connection to Samsung WEP420

    I have an iPhone 3Gs that I have recently upgraded to the V4 operating system. Before the upgrade I was unable to connect to my Samsung headset and hoped it would change after the V4 install. It has not and I can still no longer use my headset. Does

  • Classic Environment & AppleTalk

    How do I activate AppleTalk when I am in Classic Environment? I have an old iMac G3 and I am trying to select a printer in Classic. It says to activate AppleTalk. Don't know how to do it. Any help?

  • Formula node error: missing right parenthesis

    Hi NI community, I am working with the formula node structure for the first time and I came along this error which I can't fix. It says it finds a # character, but the strange thing is that there is no character. Is there anyone who can help me with