Getting HR information using APIs

Hi All,
We do have documentation for all the APIs which Create, Update or Delete the data in standard tables. We can get it from either eTRM or iRepository. But if I want to use the APIs to get some information from HR e.g. HR_PERSON_TYPE_USAGE_INFO which does not Create, Update or Delete the data. It returns some information. Where do I get the documentation for this type of APIs?
Thanks for the answer in advance.
Cheers,
CAH

Pl see if these ML Docs help
152254.1 - Troubleshooting Guide for How to Use an HRMS API
152255.1 - Troubleshooting Guide for Determining which HRMS API to Use
121964.1 - Publicly Callable Business Process APIs in Release 11i
72310.1 - Understanding and Using APIs in Oracle HRMS
152028.1 - HR Foundation (Shared HR) and APIs
HTH
Srini

Similar Messages

  • How to get Listener Information using PL/SQL code

    How to get Listener Information using PL/SQL code

    user2075318 wrote:
    How to get Listener Information using PL/SQL codeThis approach (somewhat of a hack) can be used - but it does not really provide meaningful data at application layer.
    SQL> create or replace function TnsPing( ipAddress varchar2, port number default 1521 ) return varchar2 is
      2          type THexArray is table of varchar2(2);
      3          --// tnsping packet (should be 10g and 11g listener compatible)
      4          TNS_PING_PACKET constant THexArray := new THexArray(
      5                  '00', '57', '00', '00', '01', '00', '00', '00',
      6                  '01', '39', '01', '2C', '00', '00', '08', '00',
      7                  '7F', 'FF', '7F', '08', '00', '00', '01', '00',
      8                  '00', '1D', '00', '3A', '00', '00', '00', '00',
      9                  '00', '00', '00', '00', '00', '00', '00', '00',
    10                  '00', '00', '00', '00', '00', '00', '00', '00',
    11                  '00', '00', '00', '00', '00', '00', '00', '00',
    12                  '00', '00', '28', '43', '4F', '4E', '4E', '45',
    13                  '43', '54', '5F', '44', '41', '54', '41', '3D',
    14                  '28', '43', '4F', '4D', '4D', '41', '4E', '44',
    15                  '3D', '70', '69', '6E', '67', '29', '29'
    16          );
    17 
    18          socket  UTL_TCP.connection;
    19          txBytes number;
    20          rxBytes number;
    21          rawBuf  raw(1024);
    22          resp    varchar2(1024);
    23  begin
    24          socket := UTL_TCP.open_connection(
    25                          remote_host => ipAddress,
    26                          remote_port => port,
    27                          tx_timeout => 10
    28                  );
    29 
    30          --// convert hex array into a raw buffer
    31          for i in 1..TNS_PING_PACKET.Count loop
    32                  rawBuf := rawBuf || HexToRaw( TNS_PING_PACKET(i) );
    33          end loop;
    34 
    35          --// send packet
    36          txBytes := UTL_TCP.write_raw( socket, rawBuf, TNS_PING_PACKET.Count  );
    37 
    38          --// read response
    39          rxBytes := UTL_TCP.read_raw( socket, rawBuf, 1024 );
    40 
    41          UTL_TCP.close_connection( socket );
    42 
    43          --// convert response to varchar2
    44          resp := UTL_RAW.Cast_To_Varchar2( rawBuf );
    45 
    46          --// strip the header from the response and return the text only
    47          return( substr(resp,13) );
    48  end;
    49  /
    Function created.
    SQL>
    SQL> select tnsping( '10.251.93.30' ) as TNSPING from dual;
    TNSPING
    (DESCRIPTION=(TMP=)(VSNNUM=169869568)(ERR=0)(ALIAS=LISTENER))
    SQL> select tnsping( '10.251.95.69' ) as TNSPING from dual;
    TNSPING
    (DESCRIPTION=(TMP=)(VSNNUM=0)(ERR=0)(ALIAS=LISTENER))
    SQL>

  • HT201328 My nephew give me the iphone and i'm not sure about the carrier. how i can get this information using the imei number?

    My nephew give me the iphone and i'm not sure about the carrier. how i can get this information using the imei number?

    If you have the iPhone in front of you, here's how you can learn the carrier:
    Go to Settings > General > About and look at the "Network" row near the top.  There's your carrier's name!

  • How to get information(using APIs) about physical disks on solaris 8,9???

    i want to extract physical disk vendor name ,model and all other information.
    which solaris APIs can be used to get this information.

    Hi,
    You can use:
    # iostat -En
    This will give you Vendor / Product / Revision / Serial Number of disks installed in the system relating to their logical name (c0t0d0 etc etc)
    HTH
    Tom

  • I just got an iPod touch 4th generation for my daughter. I already have a iPhone 5 setup with iTunes. All I want to put on her iPod is music and apps. How do I set the iPod to only get that information using my iTunes?

    I just got a new iPod Touch 4th generation for my daughter. I have a iPhone 5 that is already set up on iTunes. The only thing I want on her iPod from my iTunes is music and apps. How do I set her iPod up so that it only gets that information? Do I set it up as a new device? If so will that alter my iTunes?
    Thanks.
    llfit

    You can set up more than one device on your computer, and iTunes will remember the settings for each of them:
    How to use multiple iPods, iPads, or iPhones with one computer
    But you'll have to use your Apple ID to sync bought media to her device. Disable all other things you don't want to sync like photos, contacts, etc.

  • It is Possible to get Preflight information using javascript...?

    Hi EveryOne!!!
    I'm new baby to Acrobat using javascript .Please Help me?
    It is Possible to get Preflight information(trim size, colorspace and fonts) using javascript...?
    Thanks in Advance.
    -yajiv

    As Bernd says you can collect the page boxes via JS but nothing about the color spaces, graphic objects or fonts.
    For example to see the dimensions of the media box, use this in the JS console:
    var aRect = this.getPageBox("Media");
    var width = aRect[2] - aRect[0];
    var height = aRect[1] - aRect[3];
    console.println("Page 1 has a width of " + width + " and a height of " + height);
    The valid PageBox names are Art, Bleed, BBox, Crop (default) and Trim. The results are reported in Points (1/72 inch).
    You can find the total number of pages in a document using this.numPages and the current page with this.pageNum

  • How to get channel information using RDA

    I'm attempting to build my VIs in such a way that I have the user only supply the channel names while trying to get the device number using "Get Channel Information.vi". I found the "Virtual Channel Configurator.vi" on this site, which is fairly close to what I wanted.
    However there is one problem, I can't get Get Channel Information to work using RDA channels (error -10003). Is there a reason, or better, a solution for this?

    Dear Justin,
    I am having a similar problem as in this thread, I am sending a screen
    shot of the program I am using.  I am using  LabView 8, NI
    DAQmx 8, PXI-6259 Meries card. It is a real time remote system and not
    connected to my computer on which I am making the programs.
    I want the pulses to appear on the output terminal that I choose, but
    when I browse in the counter1(s), the global virtual channels that I
    made in the remote system  icon in Max do not appear?
    how can I make them appear so I can send the pulse signal to that output termainal?
    thanx.
    Attachments:
    mypic.jpg ‏2305 KB
    mypic1.jpg ‏2305 KB

  • Get File Information using the Document ID in Javascript

    I store in a custom list the Document Id of a linked document. I need to retrieve some metadata - at least the filename - of that document. I have tried using the Search REST API specifying something like "DocID:INGX1-2-26" in my search query,
    but nothing is returned, nothing found.
    Is there any other way to get the file info when all I have is the Document ID? In the managed code, I could use the Microsoft.Office.DocumentManagement.dll which provides a way to get the file info using the DocId, but this is not available in Javascript.
    Any ideas?
    thanks.

    Hi,
    As a workaround, we can create a custom web service with the Microsoft.Office.DocumentManagement.dll, then you can call the web service using JavaScript.
    Here are some links about Building and Consuming Custom WCF Services hosted in SharePoint for your reference:
    http://nikpatel.net/2012/02/29/step-by-step-building-custom-wcf-services-hosted-in-sharepoint-part-i/
    http://www.c-sharpcorner.com/uploadfile/sridhar_subra/consuming-wcf-asmx-rest-service-using-jquery/
    http://leonidius2010.wordpress.com/2011/05/06/custom-web-service-for-sharepoint-an-easy-way/
    Thanks
    Patrick Liang
    Forum Support
    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
    Subscriber Support, contact [email protected]
    Patrick Liang
    TechNet Community Support

  • How to get customercontract informations using BAPI

    Hello,
    I am looking for a BAPI which could help me to get contract's informations for using the BAPI BAPI_CUSTOMERCONTRACT_CHANGE.
    I do not find BAPI_CUSTOMERCONTRACT_DISPLAY or BAPI_CUSTOMERCONTRACT_GETINFO
    Eg.:
    For a material, we use BAPI_MATERIAL_DISPLAY and then we use the data for the BAPI BAPI_MATERIAL_EDIT to change the material.
    Thanks for your help.

    Hi,
    Check out http://www.scribd.com/doc/15964168/bapilist
    you have to search for your BAPI.
    Thanks,
    Krishna

  • AP Payment Upload Using API or Interface

    Hi ,
    I had requirement to upload the AP payment information using API or Interface. I have the below code. But is showing some "Unexpected" error.
    declare
    p_num_printed_docs NUMBER;
    p_payment_id NUMBER;
    p_paper_doc_num NUMBER;
    p_pmt_ref_num NUMBER;
    p_return_status VARCHAR2(200);
    p_error_ids_tab IBY_DISBURSE_SINGLE_PMT_PKG.trxnErrorIdsTab;
    p_msg_count NUMBER;
    p_msg_data VARCHAR2(200);
    begin
    MO_GLOBAL.SET_POLICY_CONTEXT('S',84); --- Apps intialize
    fnd_global.apps_initialize(1823,20639,200); --- Apps intialize
    IBY_DISBURSE_SINGLE_PMT_PKG.SUBMIT_SINGLE_PAYMENT(
    p_api_version => 1.0,
    p_init_msg_list => fnd_api.g_false,
    p_calling_app_id => 200,
    p_calling_app_payreq_cd => '13011',
    p_is_manual_payment_flag => 'Y',
    p_payment_function => 'PAYABLES_DISB',
    p_internal_bank_account_id => 10000, -----12001,
    p_pay_process_profile_id => 161,
    p_payment_method_cd => 'CLEARING',
    p_legal_entity_id => 23324,
    p_organization_id => 84,
    p_organization_type => '',
    p_payment_date => sysdate,
    p_payment_amount => 111,
    p_payment_currency => 'USD',
    p_payee_party_id => 91678,
    p_payee_party_site_id => 45272,
    p_supplier_site_id => '',
    p_payee_bank_account_id => '',
    p_override_pmt_complete_pt => 'N',
    p_bill_payable_flag => 'N',
    p_anticipated_value_date => '',
    P_MATURITY_DATE => '',
    p_payment_document_id => 1,
    p_paper_document_number => '',
    p_printer_name => '',
    p_print_immediate_flag => '',
    p_transmit_immediate_flag => '',
    x_num_printed_docs => p_num_printed_docs,
    x_payment_id => p_payment_id,
    x_paper_doc_num => p_paper_doc_num,
    x_pmt_ref_num => p_pmt_ref_num,
    x_return_status => p_return_status,
    x_error_ids_tab => p_error_ids_tab,
    x_msg_count => p_msg_count,
    x_msg_data => p_msg_data
    commit;
    DBMS_OUTPUT.put_line ( p_return_status || '---''---' || p_msg_data || '--''--' || p_msg_count );
    IF p_msg_count = 1 THEN
    DBMS_OUTPUT.put_line ( p_return_status || '---''---' || p_msg_data || '--''--' || p_msg_count );
    ELSIF p_msg_count > 1 THEN
    FOR i IN 1..p_msg_count LOOP
    DBMS_OUTPUT.put_line ( i||'. ' || fnd_msg_pub.get (p_encoded => fnd_api.g_false) );
    END LOOP;
    ELSE
    DBMS_OUTPUT.put_line (p_return_status);
    END IF;
    end;
    If anyone knows the solution please respond quickly. This is quite urgent requirement. If I am not using right API then please suggest as well. This requirement for Oracle Apps R12
    Regards,
    Prakash

    Hi,
    Can you please advise if you had a response for your message.
    Regards,
    Sunil

  • Get machine information

    How can i get machine information such as mainboard number by java ?
    Anybody know pls call me asap.
    Thank you very much.

    I doubt you can get the information using Java. The only information Java will give you is in the system properties. There is a list here.
    http://java.sun.com/j2se/1.4/docs/api/java/lang/System.html#getProperties()
    There might be some system dependent ones that are not given in this list. You can get an enumeration for your system usingSystem.getProperties().propertyNames();

  • Getting system information

    is it possible to get system information using java. i want to get current user name, computer name and the domain name to which user is currently logged on (domain in NT/2000 systems). if it is possible, then how . i've tried it by using the class SystemInformation in Microsoft Visual J++ but is gives error that private class member can't be accessed. can any 1 help me out

    import java.util.*;
    public class SystemProperties{
         Properties properties_properties1;
         String string_name;
         String string_value;
         public SystemProperties(){
         public void get(){
              this.properties_properties1=System.getProperties();
              this.properties_properties1.list(System.out);          
         public static void main(String[] args){
              SystemProperties obj = new SystemProperties();
              obj.get();
    Use above code to list the system properties.
    Manu

  • How to get regional options information using java api

    Hi all
    I want to read what is properties like what is the currency symbol , what is the precession , what is the digit seperator and No of digits after the decimal .. such information i want to get using the java API
    How can i get this information.
    i tried with Locale API.
    But it always giving me the default information only.
    If i go and change those things in teh regional options it is not effecting
    Any suggestions.
    Thankin you

    http://java.sun.com/j2se/1.4.2/docs/api/java/text/DecimalFormatSymbols.html

  • How can I get RTE information in operator interface (LV) from TS API?

    Hi!
    I have operator interface in Labview and use TS API to run tests.
    I would like to eliminate RTE dialog and to show error messages directly in front panel control.
    I have created callback for TS Application Manager BreakOnRTE event.
    It works good and I can lock dialog apearance.
    But if I try to get ErrorObject from event parameter (execution) is is empty (has no error information).
    But this parameter is real execution which contains step with RTE.
    When I allow the dialog appearance in this callback, it contains RTE information.
    Where can I get error information from this callback or get it any another way?
    Thanks in advance for any assistance.
    Solved!
    Go to Solution.

    I have found the way to get RTE from callback BreakOnRunTimeError of ApplicationMgr.
    This way is:
     Execution->GetThread[0]->GetSequenceContext[0]->GetRuntimeErrorMessageEx().
    It was not clear for me: all Error fields in step and Sequence are not filled yet on callback time.
    Only the context method can return error message.
    The question is closed.

  • Getting error while using HTTP connector and calling POST action to a Web API which is deployed as website on Azure

    I have create Logic App under Azure App Services, I am getting
    error while using HTTP connector and calling POST action to a Web API which is deployed as website on Azure.
    Following are the screen shots:
    Login App Connector Diagram:
    hema

    Marking as answered since no response on request for more information - assuming that you found what was wrong in the inputs. Let us know if you're still having trouble.
    http://twitter.com/joshtwist

Maybe you are looking for