Application of hierarchy Oracle EBS

y at - it an easy way to create through SQL for R12 of EBS a hierarchy of all the forms and menus attached to responsibility. The MOS notes 1334930.1 'sensitive administrative pages in Oracle EBS' can list the users who have access to forms called, but these forms are accessible as type sysadmin responsibilities and menus, so I wanted to see what types of claims are related to the responsibilities via a query. The name of form themselves are quite useless.

Yes, you can add the code for function included in Note 1334930.1 in the query below:

SELECT DISTINCT u.user_name, rtl.responsibility_name, ff.function_name,

FFL.user_function_name

OF fnd_compiled_menu_functions of the FCM.

fnd_form_functions ff.

fnd_form_functions_tl ffl,

fnd_responsibility r,

fnd_responsibility_tl rtl,

fnd_user_resp_groups urg,

fnd_user u

WHERE cmf.function_id = ff.function_id

AND r.menu_id = cmf.menu_id

AND urg.responsibility_id = r.responsibility_id

AND rtl.responsibility_id = r.responsibility_id

AND cmf.grant_flag = 'Y '.

AND r.application_id = urg.responsibility_application_id

AND u.user_id = urg.user_id

- and ff .function_id = 19438

AND ff.function_name ('ALR_ALRALERT', 'ASO_DEFAULT_RULES') - add the functions required here

AND ff.function_id = ffl.function_id

AND (NOT IN) rtl.responsibility_name

SELECT fnd_responsibility_vl.responsibility_name

OF fnd_resp_functions, fnd_responsibility_vl

WHERE action_id = 1678

AND fnd_responsibility_vl.responsibility_id =

fnd_resp_functions.responsibility_id)

ORDER BY u.user_name

-Kj

Tags: Oracle Applications

Similar Questions

  • application background Oracle EBS/Apps adapter

    version: 12.1.3 (12 c)

    I am using Oracle EBS adapter to call the api of PL/SQL (PO_CHANGE_API1_S.UPDATE_PO) through integration rep.  I referred to the documentation for your card for Oracle Applications Concepts .  I have configured the following properties

    • jca.apps.Username
    • jca.apps.Responsibility
    • jca.apps.ORG_ID
    • jca.apps.RespApplication
    • jca.apps.SecurityGroup

    However, the appeal of the PLSQL API, get the error as

    < UPDATE_PO > 0 < / UPDATE_PO >

    -< X_API_ERRORS >

    -< MESSAGE_NAME >

    < MESSAGE_NAME_ITEM >PO_INVALID_DOC_IDS< / MESSAGE_NAME_ITEM >

    < / MESSAGE_NAME >

    -< MESSAGE_TEXT >

    < MESSAGE_TEXT_ITEM > your ID [Doc Id = & annual] document is invalid or not found. < / MESSAGE_TEXT_ITEM >

    < / MESSAGE_TEXT >

    -< table_name >

    < MESSAGE_NAME_ITEM > PO_HEADERS < / MESSAGE_NAME_ITEM >

    < / TABLE_NAME >

    -< nom_de_colonne >

    < MESSAGE_NAME_ITEM > PO_HEADER_ID < / MESSAGE_NAME_ITEM >

    < / nom_de_colonne >

    -< ENTITY_TYPE >

    < MESSAGE_NAME_ITEM xsi: Nil = "true" / >

    < / ENTITY_TYPE >

    -< ENTITY_ID >

    < ENTITY_ID_ITEM xsi: Nil = "true" / >

    < / ENTITY_ID >

    -< PROCESSING_DATE >

    < PROCESSING_DATE_ITEM > 2016-02-08T 19: 52:06.000 + 05:30 < / PROCESSING_DATE_ITEM >

    < / PROCESSING_DATE >

    -< MESSAGE_TYPE >

    < MESSAGE_TYPE_ITEM xsi: Nil = "true" / >

    < / MESSAGE_TYPE >

    < / X_API_ERRORS >

    Am I missing something here?

    Rgds

    Sen

    I resolved to myself. To restart the server solved the problem.

  • APEX ORACLE INSTALLED IN THE DATABASE OF ORACLE EBS (CANNOT DOWNLOAD APPLICATION)

    Hi friends,

    I have install apex oracle inside the database from oracle ebs on redhat linux 6,-@apexins apex apex temp1 using's script.

    The installation was successful, I created my work space, but when I try to download my application exported in it, at the time when I click on the download link

    path becomes empty.

    Use apex 4.1.1.00.23

    Please I need assistance on this issue.

    After a long search for a solution, I finally found the solution. It is problem of Glassfish 3.1.2

    Solution was obtained from Mathias Hoy's blog.

    file upload | Matthias Hoys

    I downloaded the web-Core, to replace it with the inside glassfish in the folder modules and it work similar magic

  • Application of accrual balances, Oracle EBS

    Hello

    I'm looking to find the process referring the balance accumulated in oracle EBS. I found how to retrieve the value of vacation by calling function apps.per_utility_functions.get_net_accrual (...)

    but I still do not find how to get others like patient accumulation time.

    It is possible to first find the accrual basis for all sheets it is necessary and how the case.

    Thank you in advance.

    Bilel.

    I found the solution,

    We must seek the accrual_category there is the table pay_accrual_plans for the pay_element_entries_f.assignment_id, and the pay_accrual_plans.accrual_plan_id for she.

    for example, 'V' is for holiday and of ' for the accumulation of sick leave balance.

    Concerning

  • Standards for the creation of custom Pages/Applications in Oracle eBS OFA

    Hello

    Have we not a document of standards/Steps for the creation of Pages CUSTOM OA Framework in Oracle eBS. I'm looking for something similar to the development of custom form in Oracle eBS.
    If so, please share the same.

    Waiting is, to have these standards, in order to ensure future versions of Oracle, supported the custom developed objects.

    Thanks in advance,

    Please see jdeveloper help documentation, framework.

    Kristofer Cruz

  • You want to refresh messge - Oracle EBS

    Hi friends,

    Kindly help me on this. I want to level header to level changes line cascading. Forms of Oracle EBS R12.

    RDBMS: 11.2.0.3.0

    Oracle Applications: 12.1.3

    I did the code changes. But the changes are not thinking at the level of the line. during the review of the code - someone who suggests.

    make a pop as

    You want to update the records?

    YES NO

    If you click Yes - reports should update.

    can someone help me how to do such a pop up and clicking Yes-how do to refresh.

    Let me know if you have any questions.

    Thank you...

    For this error, I think that go_block is not allowed on your action.

    First of all you check your code - go one block then try to execute the query

    you need to debug your code

  • Need ideas for compare current Oracle EBS data against the data warehouse to establish data matches course.

    Hello, I am new to the Oracle Forum. I'm a BI developer and I need to compare data Oracle EBS in my organization with the data in the data warehouse to make sure they match. I am using Informatica for this process by pulling the two sources and comparing. Can someone give me a brief example to make this process or similar methods with Informatica and its transformations so that it can be useful. Thanks in advance. Let me know if you need more information about the process.

    Looks like you are trying to make a reconciliation process? That is you can have implemented BIAPPS (or something custom) and now I want to check your ETL? If this is the case then it's good enough for a test case - we usually start with senior level (actual numbers for each group of companies, for example), then a subset of other different queries for example as per a level in the hierarchy of the org, by position, dates etc.

    and much more expensive as the implement of OLIVIER

    I don't think there are many in the world that is more expensive than the implementation of OLIVIER!

  • connection to Oracle ebs with 2 different users of the same machine

    Hi all

    I need your help, I want to know if it is possible to connect with two different users of oracle connection and work with forms and reports from MY MACHINE to oracle ebs SERVER connected to a network. your help will be appreciated, thanks in advance.

    my computer is: Windows 7 64

    my browser: internet explore machine

    OS: rhel Server 6.1

    EBS:12.1.3

    Thank you.

    Hello

    If you use IE 8 or later, you can go to file-> new Session, open the application and connect with a different user.

    https://support.Microsoft.com/en-us/KB/968341

    Kind regards

  • Oracle EBS notification workflow

    I have a very strange problem with the workflow notification Oracle EBS. All users receive workflow notifications in their email (associated with the management of absences, irecruitment and other self service related applications). I have observed that these notifications will only over e-mail intended for surveillance roles. I created some roles of SSHRC-based position but any notification sent to any role based position does not have to mail the user, but only in the universal inbox. Then any notification RFP/op is not also going to e-mail. I tested all my configurations and since users receive notification of SSHRC which means there is no problem with e-mail or behavior of mail server configurations. Can any body guide me as what to do or how to solve this?

    Kind regards

    Ubaid-ur Rehman

    See if these MOS Docs are relevant

    Doc 1116718.1

    Doc 1107017.1

    Doc 339718.1

  • FX load from Oracle EBS by using FDMEE to HFM

    Hi team,

    Is it possible for FDMEE to exchange rate of Oracle EBS traction as we are pulling the end balance use native adapter. I think that if we have capabilities of outofbox to do.

    Please advise on possible ways to the FX of Oracle EBS to FDMEE traction load. Ask for your help in this.

    Kind regards

    Roshi

    Hello

    You can configure FDMEE to extract the EBS exchange rates.

    If your target is HFM, you need to create a solution custom, as exchange rates are not loaded automatically:

    When the data rule is executed for targets of financial management, the exchange rate applications

    source are fulfilled to the amount of FDMEE interface table

    AIF_HS_EXCHANGE_RATES. The table of exchange rate of basic money management

    is not up-to-date.

    BTW, exchange rates are taken from the AIF_HS_EXCHANGE_RATES table.,.

    I suggest that take you a look at the section how currencies are processed in the Administrator's guide

    See you soon

  • How to open LOV with mouse in Forms 11 g (Oracle EBS similar)

    Hello experts,

    I'm starting to test with Oracle Forms 11g outside the Oracle e-Business Suite (EBS) and I'm surprised when I noticed that the typical LOV EBS icon (three points) is not displayed in form 11 g and only the lov key can be used:

    forms_lov.png

    Can you provide me with a link to implement this behavior in a new application forms outside the EBS 11g?


    Best regards

    Jose.

    I remember there is a parameter the the registry.dat file (somewhere at the end, it is commented, you will need to comment out there).

    I have forms at hand, so I can't tell you exactly where the file, nor how the variable is named (but you should recognize the option when you see the name).

  • What mobile framework Oracle version and JDeveloper are needed to customize the Oracle EBS R12.2.2 and superior?

    What mobile framework Oracle version and JDeveloper are needed to customize the Oracle EBS R12.2.2 and superior?

    If you want to extend the pages of EBS, you need to use the OA framework for 12.2 version.  There is no native support for the extension of EBS by using ADF pages.

    If you want to build the ADF custom applications that integrate with EBS you can watch using the SDK of the EBS (see My Oracle Support) that offers a number of design patterns to allow you to do.

    With respect to the version of Fusion Middleware based on EBS 12.2, take a look at the notes 1911660.1.  11.1.1.6 is currently the base version supplied with 12.2.4 with the 11.1.1.7 version is the highest version supported.

  • Oracle EBS R12 login page does not

    Dear professionals,

    We are running Oracle EBS R12 on Solaris SPARC. We are facing a problem with the Login Page does not appear. When I go through the database alert log file, it shows the TEMP teblespace was complete. After adding data in the TEMP tablespace file, it still does not. Nevertheless, it must bounce application. I need to know why after solving the question of space, Login Page didn't?  Why we must restart the application every time?

    Thank you and best regards,

    ARM

    Hello

    You don't have to restart the application.

    Just restart the process of oacore.

    On which version of R12 are you?

    Thank you

  • Absence pending query Oracle EBS 12

    Hello

    I started to retrieve the data waiting for applications for leave from Oracle EBS R12.2.


    I was able to read information such as the absence_type, absence_category, approval_status, start_date, end_date, absence_hours, absence_days, absence_status, with the help of hr_absutil_ss and hr_api_transactions, tables hr_api_transaction_steps.

    But I'm looking for the following data reason start_time, end_time, replaced_by and comments.

    I have not found the data in the table HR_API_TRANSACTION_VALUES .

    Thank you in advance.

    Hello

    Start_time, end_time, reason, replaced_by information and comments. will be available in the hr_api_transactions table in the column transaction_document which is a CLOB field containing data XML.


    You can use the query for this information below.

    SELECT

    hr_absutil_ss.getAbsenceStatus (Hat.transaction_id, null) AbsenceStatus

    hr_absutil_ss.getabsencetype (hat.transaction_id, null) AbsenceType

    hr_absutil_ss.getAbsenceCategory (hat.transaction_id, null) Absencecategory

    flv.description AS AbsenceReason

    , to_char (hr_absutil_ss.getStartDate (hat.transaction_id, null), 'DD-MON-YYYY') StartDate

    , to_char (hr_absutil_ss.getEndDate (hat.transaction_id, null), 'DD-MON-YYYY') Enddate

    hr_absutil_ss.getAbsenceDaysDuration (hat.transaction_id, null) days

    ExtractValue (VALUE (xx_row), ' / PerAbsenceAttendancesEORow/AbsAttendanceReasonId ") ReplacedBy

    ExtractValue (VALUE (xx_row), ' / PerAbsenceAttendancesEORow/comments ") AS comments

    Of

    Hat hr_api_transactions

    hr_api_transaction_steps hats

    ,TABLE (xmlsequence (excerpt (xmlparse (document transaction_document correct), )))

    Xx_row ' / transaction/TransCache/AM/TXN/EO/PerAbsenceAttendancesEORow ")))

    MP

  • How the application node to migrate EBS 12.1.3 Solaris 10 to Solaris 11

    How the application node to migrate EBS 12.1.3 Solaris 10 to Solaris 11

    Issue slipped, after the application 12722501 'apache cannot be brought on solaris 11' Patch as 10.1.3 home Oracle using opatch and after that, run the autoconfig on appstier.

    Thank you all for help!

    Concerning

    Adnan

Maybe you are looking for

  • Impossible to enter the URL in address bar 36.04

    When I type in a URL in the address bar and press ENTER, nothing happens. I had other problems since 36.04 was presented today. Windows XP on your desktop.

  • Question of testing App World

    Hello I submitted an update for my MeasureMe approved native application. I limited the devices supported in this update Q10, Z10 and Z30. I have received a refusal for the update. The rejection of the tester message is: «I'm testing your app on Blac

  • Unable to connect to the internet and VPN in the network.

    I have an ADSL account and when I vpn in our network using cisco VPN 3015 vpn client can't access the internet more locally. I have to use our internal proxy server on the network. Is it possible to make the vpn tunnel but also use the local internet

  • Cannot print (or ping) via a wireless network on our network printer

    We have a laptop HP with Windows 7 that cannot ping or print on our wireless printer.  Oddly enough, it works fine when I plugin the cable to the laptop.  We have two mac to print wireless with no problem.  Any thoughts?

  • Microsd card from blackBerry Smartphones

    I'm new to blackberry and I have a curve 8320 and would like to buy a larger capacity card.  I have an a gig micro sd and want a 8 GB.  I just need to know if my phone will accept this size chart.   Thanks in advance for your help.