Create the function of responsibility which would pass parameters to 3rd party app

Hello all,.

My organization uses Oracle HRMS but no payroll. We try to convert them into electronic heels and have developed a 3rd party app, but we do not want users to have to use a separate password for our instance of EBS. Is it possible to create a function to attach to the responsibility of the employee self-service that will launch the 3 web part app and validate the information as user_id to spend?

Thanks in advance!
Kristopher

Hello

You can use pageContext.putSessionValueDirect () API to do this, as this API set parameters directly in the HTTP session as

pageContext.putSessionValueDirect ("Parameter1", value1);
pageContext.putSessionValueDirect ("Parameter2", value2);
pageContext.setForceForwardURL ('Page URL',
NULL,
OAWebBeanConstants.KEEP_MENU_CONTEXT,
NULL, null, true,
OAWebBeanConstants.ADD_BREAD_CRUMB_YES,
OAWebBeanConstants.IGNORE_MESSAGES);
}

It could be useful!

Ajay

Tags: Oracle Applications

Similar Questions

  • where is the function AI_VRead() defined, which is used in the AIonePoint.c file. ?

    Hello

    I installed the Ni DAQ software for 6024E card. As I walked through the code examples in Visual C, I came across AIonePoint.c file where the AI_VRead() function has been used. But I could not find the function definition. I would like to know where is the AI_VRead() function body is present.

    Kind regards

    Rakesh

    Hi Rakesh,

    AI_VRead() is exported from % SystemRoot%\system32\nidaq32.dll. The corresponding import library is %ProgramFiles%\National Instruments\NI-DAQ\Lib\nidaq32.lib. The source code of this function is not available.

    nidaq32.dll is part of NOR-traditional DAQ. If you are developing a new application, using the API OR-DAQmx newer is recommended. Transition of NOR-DAQ traditional (old) using ANSI C OR-DAQmx and NI LabWindows/CVI , contains more details about this.

    Brad

  • I want to create the function for the function create for ODD or EVEN (NUMBER)

    I want to create the function for the function create for ODD or EVEN (NUMBER) also
    If number is odd, multiply by 5
    If there is an even number, multiply it by 10;

    Not tested,

    create or replace function fnc_env_odd(p_number in number)
    return number as
    begin
     if p_number>0  -- Remove if you want to consider negative numbers also
       if mod(p_number,2)=0 --Means even
          return p_number*10;
       else                 --Means odd
          return p_number*5
       end if;
     end if;
    end;
    /
    

    G.

  • Quarter playback controls when the 3rd party app plays

    When a 3rd party application plays on my iPhone (Audible, Castro,...), my Apple Watch does not show the playback controls to it. Wait for the watch to show the same controls as the control center on my iPhone. But it shows a Play button and gray < <>> / buttons. Volume controls work well and when I press the play button, the 3rd party app is dimmed and the iOS app music begins to play.

    I'm doing something wrong?

    iPhone 6 s more - iOS 10.0.1

    Apple Watch series 2 - Watch OS 3.0

    Hello

    Audible or Castro iPhone applications currently include an app for Apple Watch:

    I suggest that you see the respective developers support resources and/or consult the developers directly on the contribution of functionlity for their applications on Apple Watch:

  • I can't open select Library of Photos photo of 3rd party app. Will receive access the pictures library to open the library file is grayed out

    OS X 10.11.1 pictures 1.2

    When I try to open the photo of the order open menu file of 3rd party apps (for example, an application in edition on my hard drive or on the web) and access my library of Photos, the library is either gray out and inaccessible, or it is not grayed out, but when I select it it does not e access to individual photos, but instead tries to open the entire library. How to select individual photos, modify or download programs on the web?

    You don't ever open the photo library - you use the browser to media at the bottom left of each window of download/tie/open under media ==> photos--> Photos

    LN

  • Instance create the function

    Jyn

    I need some help with a game that I do. I have a list of instances, and I want to make a function that will create another symbol, similar to that was just clicked. The problem is that I don't know how to create the new instance... In my library, they are like 'next' link + name of the instance. Thank you for your help ^^,

    square_mc.addEventListener (MouseEvent.MOUSE_CLICK, Create);

    circle_mc.addEventListener (MouseEvent.MOUSE_CLICK, Create);

    ...

    triangle_mc.addEventListener (MouseEvent.MOUSE_CLICK, Create);

    function Create(event:MouseEvent):void

    {

    var name: String = "next" + event.target.name;

    var temp: Name = Name();

    addChild (temp);

    lines of code

    removeChild (temp);

    }

    Here's the right way to dynamically call an instance of the current class.

    var ClassRef: Class = Class (getDefinitionByName ("className");
    var classInstance: * = new ClassRef();
    addChild (classInstance);

    In your case, 'className' would be your "next" + event.target.name;

    and you can use event.currentTarget.name to be safer.  If your objects contain other objects in their midst, 'target' can point to them instead.  "currentTarget" will always point to the object with the listener who are entrusted to him.

  • Create the function object with custom connector ICF

    Hello

    I develop a Custom Connector ICF. When put into service a user, the user is created on the target correctly, but the process remains on the status of 'Provisioning '. When I check the log file, I see the following error message:

    [oim_server1] [ERROR] [] [ORACLE. IAM. CONNECTORS. ICFCOMMON. Prov. ICPROVISIONINGMANAGER] [tid: [ASSETS].] [ExecuteThread: '21' for queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: c4b0db765c688017:-2d2de9cf:13c04b25533, :-8000-0000000000002b20, 0] [APP: IOM #11.1.2.0.0] oracle.iam.connectors.icfcommon.prov.ICProvisioningManager: createObject: error while creating user []
    java.lang.IllegalArgumentException: null field label does not exist
    at oracle.iam.connectors.icfcommon.service.oim9.OIM9Provisioning.getFieldName(OIM9Provisioning.java:174)
    at oracle.iam.connectors.icfcommon.service.oim9.OIM9Provisioning.setFormField(OIM9Provisioning.java:63)
    at oracle.iam.connectors.icfcommon.service.oim11.OIM11Provisioning.setFormField(OIM11Provisioning.java:299)
    at oracle.iam.connectors.icfcommon.prov.ICProvisioningManager.createObject(ICProvisioningManager.java:277)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpICFCREATEOBJECT.CREATEOBJECT(adpICFCREATEOBJECT.java:109)
    at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpICFCREATEOBJECT.implementation(adpICFCREATEOBJECT.java:54)
    at com.thortech.xl.client.events.tcBaseEvent.run(tcBaseEvent.java:196)
    at com.thortech.xl.dataobj.tcDataObj.runEvent(tcDataObj.java:2492)
    at com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent(tcScheduleItem.java:3181)
    at com.thortech.xl.dataobj.tcScheduleItem.eventPostInsert(tcScheduleItem.java:753)
    at com.thortech.xl.dataobj.tcDataObj.insert(tcDataObj.java:604)

    Thank you
    Fyigit
    There is no such thing as the NULL field label

    You must create the field back in the form of process and map this field with search for provisioning. In this research CodeKey should be your form field in process and Decode __UID__

    Test again commissioning...

  • Smartphones blackBerry lost all my 3rd party apps when I passed my OS

    Hello, last night I changed my OS for my bb bold 9000 for 5.0 to 4.6 att because the application memory is still extremely low and the phone is generally slow. During the process, I received a notification that a fatal error has occurred and that I needed to use the backup file that was created. I was able to restore the file, but all my downloads 3rd party lacked such themes, uber twitter, fb, etc. This morning, I've switched back to the 5.0 os and used the same restore file, but they are still not there. Any ideas/suggestions?

    You will need to download and reinstall them.

    For Facebook, from your BlackBerry browser, go to www.blackberry.com/facebook

    If you have installed the AppWorld paid applications, they should be listed in your AppWorld again once you have entered your PayPal account information.

  • How to pass parameters to a Mac app?

    The open-a command will open a mac application, but when I try to pass parameters, it is interpreted as a file for this application to open instead of the application settings.

    If I try to open the application without using the command open, it fails.

    Any ideas?

    I think that the settings should follow the switch - args:

    http://developer.Apple.com/library/Mac/#documentation/Darwin/reference/ManPages/man1/open. 1 html

  • SQL tuning advisor recommnds to create the function SYS_OP_C2C function index

    I have a large table and an index on it. I use a tool to fill data, this simple tool submits the sql for Oracle DB and it does NOT index to use for requests. When I run the sql tuning advisor, he recommends to create additional indexes and use the SYS_OP_C2C function, which I don't want.

    When I run the query through sql plus picks it up in the index.
    Someone of you came, why its recommend that additional nonsense?

    create index abc.xxxx on this_table (SYS_OP_C2C ("this_column"));

    Thank you

    The internal Oracle SYS_OP_C2C function perform the conversion of a set of characters to another set of characters - C (haracterSet) 2 c (haracterSet). There are situations where you will see this conversion without explicit, as in this case command that should be a sign that the data types are not the same and the implicit conversion takes place and this could also be a problem from the point of view performance because it can disable the use of the index.

    Make sure you the characterset and nls set of all of the database and the tool are the same.
    Make sure that the data type of the column in the index is the same as the database.
    Confirm the ETL vendor for your database support and fixes, etc..

    Optimizer will only advise to use this function when the data type or the character set does not match.

    Thank you
    Kerry

  • How to create the condition in response OBIEE 10 g

    Hello

    I have two columns in my table of subject area: Get_Comm_Period and Get_Period. Now, I want to add a condition in one of the request response like below

    Get_Comm_Period < = Get_Period

    Can someone tell me please how to do that because whenever I try to add the filter it always ask you me to highlight, another name for column does not appear.

    Help, please.

    Thank you

    Titas

    In a dialog box "create/edit filter" press the 'Add' button, then choose the option "convert this SQL filter '. You will get the Edit with a string field

    "Table"."Get_Comm_Period" <= 
    

    Then you change to

    "Table"."Get_Comm_Period" <= "Table"."Get_Period"
    

    and press ok.
    So what you want to.

  • How to create the function inline within a test script

    I have a test script. I want to create an inline function that will do a few things. How can I make syntatically.
    declare 
      -- Local variables here
      i integer;
    begin
      -- Test statements here
      -- have a function spec and body how?
    end;

    Hello

    You can define a function in the DECLARE section and use it in the BEGIN section, like this:

    declare
      -- Local variables here
      i integer;
    
         -- Defining successor function
         FUNCTION successor (in_num  IN NUMBER)
         RETURN      NUMBER
         IS
         BEGIN
              RETURN     in_num + 1;
         END     successor;
    begin
    
         dbms_output.put_line ( successor (1) || ' = successor (1)');
    end;
    /
    
  • Create the function in the procedure

    Hi experts,

    is it possible to create a java function in odi procedure command

    ex:

    target technologies: java bean shell
    command:

    Public Shared Sub SayHello() {})
    System.out.println ("Hello");
    }

    Hello

    Yes its possible. Try to create a procedure with the code you said.

    Thank you
    G

  • Is there a book printed on how to use Thunderbird, as the "Dummies" Books series - which would be useful for us seniors?

    I am an older person who was very comfortable by using Outlook. MS took away XP, then I had to get a new computer with Windows 8.1. My service suggested Mozilla and responsible people. You (or someone) to publish a book with all the info I need to navigate through your program in the same place? (I read info printed on a page much better than on a screen of computer.) A format such as "Dummies" or "Fool" series would be great. Currently, I am looking for the instructions on your web page and I have to then write them. Your instructions are available in PDF format or something where I could just print them? A 'small Tour' print detailing what to expect from each of the headings / menu item would be useful. And knowing how Thunderbird compares - point to point in the jargon of both systems - with Outlook features would be the Holy Grail. My "Dummies" book on Win 8.1 bibliography Outlook but not Thunderbird.
    Parkinson's disease has slowed a bit my brain so I apologize for my lack of technical skills and knowledge or computer terms.
    Also, are there keyboard shortcuts for the use of bold, underline and italic in the body of my emails?
    Thank you for your patience.

    I'll try to print it as soon as I get a new printer. But at least I now have the web address. I'm trying to accumulate as much information that I can. It's a slow, flat learning curve. Through your post, I learned what FLOSS. Thanks again. I feel smarter already.

  • to the subject of responses which dates back to the old download area, also work with ESR 24.4.0

    I use esr 24.4.0. Can I replace the Downloads box with something that does not remove things with a single click, and... not a not the left panel is displayed when you look at the downloads (waste of office space).

    Note that Firefox will always manage downloads in new Manager downloads (library) that uses the file places.sqlite, if you define browser.download.useToolkitUI true

Maybe you are looking for