API to get the name of approvar requisition

Hi all

Can someone help me to get the name of approvar of requisition in R12.

Thank you

Ramesh.

Name of the approver, join in the following way

PO_ACTION_HISTORY. OBJECT_ID = PO_REQUISITION_HEADERS_ALL. REQUISITION_HEADER_ID

AND PO_ACTION_HISTORY. OBJECT_TYPE_CODE = "ORDER".

AND PO_ACTION_HISTORY. ACTION_CODE = 'APPROVE '.

Tags: Oracle Applications

Similar Questions

  • How do I get the name of Type of Document in passing a PO_HEADER_ID

    Hello

    Is it possible to get the TYPE_NAME of the PO_DOCUMENT_TYPES_ALL_TL for a PO_HEADER_ID?
    Is there an API to get the name of Type of Document from PO_HEADER_ID?
    Can someone help me with this please?

    Thank you
    Sunny

    I don't know about the API, but you can choose from PO_DOCUMENT_HEADERS_VIEW.

    Sandeep Gandhi

  • Get the names of palette file types

    Hello

    How can I get the names of all types of step programmatically in a palette file?

    In my view, it should be possible, but I tried different approaches using the poster of API reference and couldn't find a way.

    Thank you and best regards,

    Aditya

    TestStand 4.2.1

    LabVIEW 2009 SP1

    propertyObjFile.TypeUsageList.NumTypes

    propertyObjFile.TypeUsageList.GetTypeDefinition)

    typeaspropobj. TypeCategory is TypeCategory_StepTypes

    Hope this helps,

    -Doug

  • interoperability c# get the name of the step

    I'm trying to use a code c# module in order to be able to read the name of the step of the call. However, my code only all returns 'Step' as the name of the object (no matter what the step is actually called in the sequence). Note that I also tried to do the same thing to get the name of the calling sequence - and it always returns 'Sequence '. Where I'm going wrong? Here's the code: (see attachment for full source and example TestStand sequence in the "Debug" folder.

    using System;
    using System.Collections.Generic;
    using System.Text;
    using NationalInstruments.TestStand.Interop.API;
    using System.Windows.Forms;

    namespace Test
    {
    public class TestClass
    {
    public void TestMethod (SequenceContext thisContext)
    {
    PropertyObject pObj = thisContext.AsPropertyObject ();
    PropertyObject stepObj;
    stepObj = pObj.Evaluate ('Step');
    MessageBox.Show (stepObj.Name);
    }
    }
    }

    As a bit of background, I'm trying to retrieve the name of the step of the call and the name of sequence all call them all the way to the top of the stack to the root. This same method works using the steps of the Expression, but I would like to hide the mess in a single code module. Any ideas would be appreciated!

    Thank you

    Phil

    Hi Ray,

    Thanks for the tips. Unfortunately, I think I did my a little too simplistic example! Your solution is perfect for the case of the name of the step, unfortunately, this won't work for what I'm trying to do. I write a journal of custom result which is called from the ProcessModelPostResultListEntry callback and check if 'The RecordResult' is enabled on all stages of SequenceCall in the stack and if every sequence in the stack has the option "RecordResults" is enabled. (Essentially, result record should be enabled at all levels so that the result to be connected). You may think that the recall of ProcessModelPostResultListEntry would be called only if this condition is met - unfortunately, it is only affected by the combination more nested "RecordResult" step and the properties of "RecordResults" of the sequence. Therefore, frustrating, I need to check all the way to the top of the stack to the ProcessModel. The reson why it is more complex, it is that step and sequence property further to the top of the battery are accessible by using the Evaluate() method, as opposed to the lowest level in the stack that can be accessed via thisContext.Step and thisContext.Sequence.

    In any case, I worked it out in the end: in TestStand Expressions allow you to take a number of shortcuts to APIs that are not available when you use the API in a different language - so why I was able to use phrases such as:

    Locals.SequenceRef = evaluate ("RunState.Caller.RunState.Caller.Sequence"),

    Locals.SequenceName = SequenceRef.Name

    Locals.SequenceRecResult = SequenceRef.RecordResults

    whereas the similar c# code worked as expected (note that the string of RunState.Caller above is actually built dynamically depending on the depth of the call stack).

    Be more explicit in c# works correctly even if:

    seqObj = pObj.Evaluate ("RunState.Caller.RunState.Caller.Sequence");
    SequenceName = seqObj.Evaluate ("name"). GetValString ("", 0);

    SequenceReqResults = seqObj.Evaluate ("RecordResults"). GetValBoolean ("", 0);

    Although writing this response, I just found the following property:

    SequenceContext.CallerDiscardsResults

    ' Returns if any order in the call stack tells TestStand to disable the results or if any step caller in the call stack instructed TestStand do not save results.

    Typical! I think that this may be an easier to use way!

    Thanks anyway,

    Phil

  • How do I get the name of the caller (no contacts) that displays on the incoming call screen?

    Hi all
    1. work on the version of BB storm (9500/9530 Simulator) is v4.7.0.75
    2 opportunity BB JDE v4.7

    3. signed request

    4. the request is:

    I need to get the name of the appellant on the screen programmatically incall.
    I have observed that there are some providers will provide some default/a name on-screen incall.

    Note: I am not match the number of incall in contacts and look for the name.

    How do I get the name of the caller (no contacts) that displays on the incoming call screen?

    can any body help on this.

    Thanks in advance

    Ratna-

    There is no API that provides this information.  You can get the number of incoming callers, but not the name of caller ID.

  • How to get the name of the albums

    How can I get the name of albums and the is photo exist in each albums...

    Yes, and you can copy it to your device by using the Momentics IDE (view information, target file system browser) and then open it in a tool of SQLite. There is a table called 'albums' which contains the tracks from the album.

    A word of warning if you go to this approach. We reserve the right to change the database schema. This isn't a public API, it's a work-around that may or may not be suitable for your application.

    Porting a library may be the best choice for you.

  • How to get the name of the device model?

    Hello

    Is there a way to get the name of the device in bits/s (i.e. Z10, Q10, Q5 etc.)? I can see that it the OS Version, n ° series, PIN etc. in the deviceinfo, but not the name of the device.

    Thank you!

    I think the API HardwareInfo shoud have this: https://developer.blackberry.com/cascades/reference/bb__device__hardwareinfo.html#function-modelname

  • How can I get the name of the images in my package of res?

    Hello

    I have a lot of images in the "res" my project package. I need to get the names of these files and save them in a table. How can I do?

    Thank you.

    There is no API to do this, your application must "know" the names of the images.

  • Can ODI - I get the name of the file in a variable?

    Hello, I am trying to get the name of the folder (or subfolder) dynamically over the package that is currently running. I tried various API (from the Toolbox) calls including < % = odiRef.getSession("SESS_NAME") % >, but this isn't quite what I need.  I'm real new to ODI...

    I'm under ODI 11.1.1.6

    Thanks in advance.

    CL

    Yes, I think that this decision if more flexible. I use this way.

    . or you could hold information about the records in the table or XML file or a properties file and store it in the variable... It depends on your tasks and objectives

  • Getting the name of a new document returns an empty string.

    When I try to get the name of a new document name an empty string is returned.

    Why this is happening? Is it possible to get the "Untitled1.fm" I see in the application Adobe FM 2015?

    It's the FDK API call that I use:

    F_ApiGetString(FV_SessionId, docId, FP_Name);
    

    Try FP_Label instead of FP_Name.

  • How to get the name of the application Module data source

    Hi all

    I need to get the name of source data or DB connection on which my Application module is plugged.

    I tried to get the value below

    System.out.println ("jdbc URL:" + getTransaction () .getConnectionMetadata () .getJdbcURL ());


    But it is null for the data source (in the case of the jdbc URL gives me value)


    Please help me.

    Thanks in advance...!

    P.S: Jdev v11.1.1.6

    Thanks to all those who want to help.

    ApplicationModule API (ApplicationModule (Oracle Fusion Middleware Java QAnywhere for Oracle ADF Model))

    I thought that this

    Hashtable hashtable is getSession () .getEnvironment ();.

    System.out.println ("JDBC data source value is:" + hashtable.get ("JDBCDataSource"));

  • How to get the name of the component

    Hi all

    I use/atg/commerce/ShoppingCart.the(for the current order) and /atg/commerce/ShoppingCart.current.commerceItems(heading associated with current order), but not able to get the name of the component, these properties make reference. Please advice.

    Appreciate all your help and support.

    Javadoc is available here:

    CommerceItem (ATG Java API)

    Order (ATG Java API)

    For values directly in the development, you can print the values as:

    ${myorder}

    ${ordeItem}

  • How to set vm-description/notes and get the name of the data store, where the virtual machine

    Hello guys,.
    I have vCenter Orchestrator 4.1.1 build 733 installed and it works fine, but I need your help for the following two issues:
    (1) I want to put the description/notes of a virtual machine using a workflow. But I have not found any API useful to create this workflow (I don't want custom attributes, see attachment for details).

    (2) how can I get the name of the data store, where the virtual machine? I need this name for a workflow.
    I need your help.
    Thanks in advance!

    With regard to the notes of the VM, the following code (see enclosed package) can do this:

    var oldNotes = vm.summary.config.annotation;
    If (oldNotes == null) {oldNotes = ' ' ;}}
    System.log ("Notes of VM current:" + oldNotes);
    Now put the new notes:
    Start by creating a context
    Context of var = new VcVirtualMachineConfigSpec();
    Update the annotation with the new value property
    configSpec.annotation = notes;
    launch the task to reconfigure the virtual machine with the new context
    NOTE: This is sure to apply with a virtual machine under tension
    var task = vm.reconfigVM_Task (configSpec);

    And, in what concerns the VM information, take a look at the workflow of the library: \Library\vCenter\Virtual Machine management\Others\Extract virtual machine information

  • Getting the name of the application in the APEX in a query

    Hi guys, any way to get the name of the application through queries.

    I looked at the API and can only get the ID using v ('APP_ID')

    http://www.utoug.org/i/doc/concept_sub_strings.htm

    Thank you.

    Published by: IA on December 22, 2011 14:33

    I wrote:
    Hi guys, any way to get the name of the application through queries.

    select application_name
    from apex_applications
    where application_id = :app_id
    

    Documented, public access to the metadata of the application is available through the views of the APEX. You can get a glimpse of these by using the query

    select * from apex_dictionary
    

    in Home > workshop SQL > SQL commands.

    A more structured view of the opinion of APEX is available at Home > utilities > Application Express views (switch to the tree to get the best idea of how they are organized).

  • Is there a way to get the name of the currency of the members of the outline

    Guys,

    Is there a way to get the names of the currencies of the members. I don't see any VB API function to do this. How can I get it?

    See you soon,.
    PM

    Mikki, if you want to just take one of your dimension of 'Country' and see what the currency is associated with him, call it EsbGetMemberInfo or EsbOtlGetMemberInfo will do (at least, according to the docs, do not remember having ever done).

    Only valid in > = 11.1.2. but if you export the outline to XML go MaxL, information is here too.

Maybe you are looking for

  • HP Pavilion g6-2249wm Notebook PC out of mode 'sleep'.

    Hi, I bought my HP Pavilion g6 on 23 February, and on the first day, it never happened 'sleep' mode. If she goes to sleep, I have to make a difficult start and then start it again. I'm no computer expert, but I don't know my way around troubleshootin

  • How to fix damaged BIOS on Satellite P300D?

    Help! I have a Toshiba Satellite P300D - 21K laptop model PSPD0E. I made the mistake of multi-tasking and tried flashing the BIOS without giving to concentrate fully on the task. I tried the Toshiba site and put all the right letters and numbers in t

  • cx047b: photosmart 5524

    Hello I had a few very ink for my printer and I pput them across properly. but now the screen is coming say one or cartirdges more seem to be missing or corrupted install or replace cartridges affected. It shows that the blue and black. Ive tried eve

  • How to detect a selection of lines ObjectListField?

    I have a list of 20 or if things defined in the ObjectListField.  I want to detect when the user taps an item with your finger (on the storm and other devices of contact aware to follow), or scrolls to the item and click the trackball (like on the cu

  • How to recover deleted documents?

    I accidentally deleted my documents folder, and now I can't find them.  I looked in the trash and nothing there.  I have even tried to restore but have had no luck either.  I had deleted the other stuff before that and they appear in the trash.  Can