API useful packages

Hi all

I found a useful API (FND_USER_PKG) package that allows you to insert data into one or more tables.

Can you help me how to find other packages similar to this API?

They all start with "FND_"? Or are all the APIs in the form of a PACKAGE?

I can list them using > select object_name from dba_objects where object_name like 'FND_ % PKG "?

Thank you very much.

Hello

This is not the right approach. You look at all THE packages in the APPS schema!

These packages are public (ending with the pub name or api) or private.

You can use the public APIs, but NOT private ones.

Only those that are specified in the user guide or the guide to the API of each application can be used.

Again, check the links provided and start reading!

Kind regards

Bashar

Tags: Oracle Applications

Similar Questions

  • Question on calls of vChargeBack rest api using PHP

    I try to log in to vCenter using vChargeBack API in PHP. I am having some problems when trying to call the rest service.

    My code

     
    $xmlfile=simplexml_load_file('login.xml'); 
    $ch = curl_init(); 
    curl_setopt($ch, CURLOPT_POST, 1);   
    curl_setopt($ch, CURLOPT_POSTFIELDS,$xmlfile);//Passing XML file as POST field 
    curl_setopt($ch, CURLOPT_TIMEOUT, 10);   
    curl_setopt($ch, CURLOPT_URL,"https://xx.xx.xx.xx/vCenter-CB/api/login"); //Setting URL   
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);   
    curl_setopt($ch , CURLOPT_SSL_VERIFYPEER , false );//Since I am requesting https 
    curl_setopt($ch , CURLOPT_SSL_VERIFYHOST , false );//Since I am requesting https 
    curl_setopt($ch, CURLOPT_HTTPHEADER, array ('Accept: ' . "application/xml" )); 
    $response=curl_exec($ch);//Getting response 
    $responseInfo=curl_getinfo($ch);//Getting response headers
    echo $response;
    print_r($responseInfo);
    
    
    
    
    
    


    I have to pass the request as XML data in the body of the request. And also I have version as an URL parameter (I tried from version by adding? version = 1.5.0 to the URL). My XML file request is

      <?xml version="1.0" encoding="UTF-8"?>
    <Request xmlns="http://www.vmware.com/vcenter/chargeback/1.5.0">
     <Users>
      <User>
      <Type>local</Type>
      <Name>admin</Name>
      <Password>xxxxxxxx</Password>
      </User>
     </Users>
    </Request>


    When I try to run it, I get the status code 400 (Bad Request). Y at - it something I am doing wrong? Please help me out of this problem.

    Kind regards

    Srinath

    Hello Srinath.

    After some research, I was able to make calls from rest of chargeback API using PHP.

    I used this RestClient (full credit to the author):

    http://www.PhpClasses.org/package/5480-PHP-send-Web-services-requests-to-rest-servers.html

    With this class, using the API is quite simple:

    include 'library/RestClient/RestClient.class.php';
    
    $chargeBack = RestClient::post(
                $vCenter_chargebackBaseURL."/login?version=1.0.1",
                ''.
                ''.
                ''.
                'local'.
                ''.$vCenter_chargebackUsername .''.
                ''.$vCenter_chargebackPassword.''.
                ''.
                '',
                null,
                null,
                "application/xml"
                ); 
    
    var_dump($chargeBack->getResponse());
    var_dump($chargeBack->getResponseCode());
    var_dump($chargeBack->getResponseMessage());
    var_dump($chargeBack->getResponseContentType());
    

    Please, note that I had to add this line to the RestClient.class.php file inside the constructor method:

    curl_setopt ($this-> curl, CURLOPT_SSL_VERIFYPEER, false);

    Read this to learn more on this line and alternatives:

    http://unitstep.net/blog/2009/05/05/using-curl-in-PHP-to-access-HTTPS-ssltls-protected-sites/

    I hope this helps.

    Kind regards.

  • What are the APIs used or tables of the interface used for the conversion of the Bank

    Hi all

    Please let me know if there is no table interface or api used to make the conversion of the Bank in r12.

    Thank you

    There is no interface for the Bank conversion table in r12, but you can use APIs such as: CE_BANK_PUB. CREATE_BANK, CE_BANK_PUB. CREATE_BANK_BRANCH, CE_BANK_PUB. CREATE_BANK_ACCT, ce_bank_pub.create_bank_acct_use etc...

  • How can we list all of the APIs used in a specific module

    Hi all

    I need the list of all of the APIs used in the Module of pricing in advance.
    Is there a general method to do it for one of the modules?
    Can someone help me...


    Kind regards
    INDU

    INDU,

    For 11i, browse [repository integration Oracle | http://irep.oracle.com/] site, all the APIs are listed and grouped by module name.

    R12, repository integration Oracle is shipped as part of the E-Business Suite (as a responsibility).

    Kind regards
    Hussein

  • Sending Email with multiple attachments using packages

    Hi all

    Version: 10.2.0

    I am trying to send mail with multiple attachments using packages.

    I tried to use Mail_tools which is in http://www.myoracleportal.com/

    But I can send with only one attachment. Are there other options which i it allows to send with multiple attachments.

    I have bad do I send attachments Jasper instance < < converted to bytes > >.

    Please advice...

    TIA,

    My dear friend,

    If you are looking for in this forum - you can get it.

    Have you checked the forum?

    Anyway,.

    Here's the starter for you->

    http://forums.Oracle.com/forums/search.jspa?threadID=&q=sending+email+with+multiple+attachments+using+packages++&objid=F75&DateRange=last90days&NumResults=15

    Kind regards.

    LOULOU.

  • Using package ESS_RUNTIME PL/SQL for ESS (Enterprise Service Scheduler) on 12 c

    Hello

    Customer is Endre retail using the ESS_RUNTIME PL/SQL package to 12 c.  However, according to the manual, there are rarely detailed information (for example, the reference of all methods) use the ESS_RUNTIME PL/SQL package.

    20.4 creating a procedure from PL/SQL that challenges a subquery https://docs.Oracle.com/CD/E57014_01/ESS/ESSDG/subrequests.htm#BABCEDHI

    This means that only the limited way is allowed to the customer?  Or, the client must use the Java API or Web Service, instead of PL/SQL package?

    Here is the related topic of information previous version (11g).

    How to invoke the Web Services Oracle or PLSQL Business Planner? (Doc ID 1336517.1()

    Is there an API to submit at the request of PL/SQL together? (Doc ID 1460141.1()

    Kind regards

    Hiro

    Hi Hiro,

    We are probably not the right group to answer your question, but I can't find the right group, I did some research.

    What I found is:

    Oracle Fusion Middleware 12 c - 12.1.3

    Oracle Enterprise Scheduler

    to: https://docs.oracle.com/middleware/1213/ess/index.html

    Does this solve your questions?

    Thank you and best regards,
    -Jeff Brown
    Global Customer Support, Middleware Certification Support and Community Team engineer

  • BLACKBERRY 9300 GPS VIA THE API USING JAVASCRIPT

    Strange but true...

    I'm setting up the gps latitude and longitude via a web page using blackberry api.

    It worked 100%, until last week.

    Javascript is back for lat and long 0.

    He used to work without problems.

    Any ideas what has changed along the timeline.

    Thank you

    Vaughan

    I found the error.

    JavaScript was not called and permission for javascript popup was not popping up.

    Fixed now - everything works again.

    Vaughan

  • Using package firmware level higher than the current version of UCSM?

    It's probably been asked before, but I couldn't find an answer.

    Can I download and use a blade firmware that is greater than the UCSM version?  For example, my UCSM is at version 2.2 (3d), but I want to install a package of 2.2(5b) blade firmware.

    Is this supported without first UCSM upgrading and interconnection of fabric?

    Hey, Walt,

    It is not supported so that your blades at a higher level than your infrastructure, so firmware you want to upgrade the UCSM/FI/IOM until you upgrade the blades. Here are some useful documents:

    http://www.Cisco.com/c/en/us/TD/docs/unified_computing/UCS/SW/firmware-m...

    You can use this cross reference your HW and SW to ensure they are compatible with one another:

    http://www.Cisco.com/Web/TechDoc/UCS/interoperability/matrix/matrix.html

    Let us know if you have any other questions.

    HTH,

    Wes

  • Problem connecting to APIs using SoapUI (see 4.5.1)?

    I successfully SoapUI 4.5.1 used to connect to other APIs, but it is impossible to connect to the DTS API. The error is: "error loading [https://secure.eloqua.com/API/1.2/DataTransferService.svc?wsdl]: java.lang.Exception: failed to load the url." In W - S Security Configurations, I created a name like < Eloqua > and Default Username/Alias as < CompanyName\Login.ID > default password as < password >. Thank you for your help in advance!

    Just downloaded the 4.5.1 free version for him give a whirl. I was able to import the WSDL for DataTransferService without any problem, using the default settings.

    Are you behind a proxy by any chance? Might be interesting to try somewhere else, if possible, or check your proxy settings in SoapUI via file > Preferences > Proxy settings.

  • Submitting a form Via the REST API using the PHP library request

    Can someone send please how to use the library to query PHP found at fredsakr/eloqua-php-request · GitHub to publish form to Eloqua data?

    So far, I have following:

    // include the Eloqua REST client 
    require_once('eloquaRequest.php');  
    
    
    // define the Contact class  
    class ContactForm  
    {
      public $FirstName;  
      public $LastName;  
      public $PhoneNumber;
      public $Institution;  
      public $ContactComment;  
      public $EmailAddress; 
    } 
    
    $client = new EloquaRequest('SITE', 'USERNAME', 'PASSWORD', 'https://secure.eloqua.com/API/REST/1.0');
    
    // instantiate a new instance of the ContactForm class 
    $contact = new ContactForm();  
    $contact->FirstName = 'Sample';  
    $contact->LastName = 'Import'.date("Y-m-d-H-i-s");  
    $contact->PhoneNumber = '111-111-1111';
    $contact->Institution = 'Company Name';
    $contact->ContactComment = 'This is a test of the API';
    $contact->EmailAddress = '[email protected]'; 
    
    // invoke a POST request to create the contact 
    $response = $client->post('/data/form/45', $contact);
    
    


    However, it returns the following:


    array(1) { [0]=> object(stdClass)#318 (4) { ["type"]=> string(21) "ObjectValidationError" ["property"]=> string(11) "fieldValues" ["requirement"]=> object(stdClass)#316 (1) { ["type"]=> string(23) "NoDuplicatesRequirement" } ["value"]=> string(6) "" } }


    Can someone give me a guide step by step on how to do it properly please?

    Hello world

    We have added a 'sample' in the repository of PHP library folder request on Github. The first example shows how to submit form using the API data:

    Please note that you can describe the form fields and other metadata using the following endpoint:

    Hope this helps and please let me know if you need more information.

    Thank you

    Fred

  • Change password with IOM api using already defined password plocy: 11 G R2

    Hello

    When the user is created with a recon trust I want to change the password that is generated based on the default policy. With IOM api can generate the password by using a password Plocicy defined on IOM?

    To be more clear, I want to do something like that;

    1. download the strategy defined with IOM api
    2. generate the password with it
    3. configure the password generated recently in postporocess with the changePassword method eventhandler api IOM (this part I am able to do by the generation of password on my way, the thing I want is to generate the password using the phases 1 and 2)


    Is this possible?

    ARO
    Aliye

    Use this method to check your generated password:

    PasswordMgmtService validatePasswordAgainstDefaultPolicy()

    Or

    PasswordMgmtService validatePasswordAgainstPolicy()

    http://docs.oracle.com/cd/E27559_01/apirefs.1112/e28159/oracle/iam/passwordmgmt/api/PasswordMgmtService.html#validatePasswordAgainstDefaultPolicy_char___oracle_iam_identity_usermgmt_vo_User__java_util_Locale_

  • How can we use packages start section?

    Hello guys,.

    I'm trying to write a prackages but I do not understand 1 thing, how can we start using the package body section? I mean we can write something in there, but how we run this section?

    Thank you very much.

    create or replace package my_pck
    as
    number of num1;
    end;

    create or replace package body my_pck
    as
    Start
    dbms_output.put_line (' Hello ' | num1);
    end;


    Set serveroutput on;
    Start
    / * WHAT WE CAN WRITE HERE, in order to WRITE "Hello Num ' * /.
    end.;

    861623 wrote:

    I'm trying to write a prackages but I do not understand 1 thing, how can we start using the package body section? I mean we can write something in there, but how we run this section?

    You cannot run it directly. It is executed automatically and only once when the package is loaded into memory for the first time by this session.

    Think of it as a constructor method. It is very rare that he had to use it. When it is used, for example will do something like read a parameter an array param and therefore define a local package variable. In other words, the code in the main body will be used to set the initial state (which cannot be set using declarations to initialize only variables).

  • Top n characters of a string using package

    Hello

    I need to create a package that returns the top n characters that appear in a string. I do this by using a nested table. Can you give me some ideas how I can start? For example, I can return the letter that occurs most in a string, but I'm not able to count all the letters and update my nested table. If I can do that, then I will just need a statement select top n and desc order by the number of appearances to solve this problem.

    Thank you in advance for your help!
    Andrew.

    OK, let's use nested tables:

    CREATE OR REPLACE TYPE str_type AS TABLE OF CHAR(1);
    /
    
    CREATE TABLE nested_table (str varchar2(2000) , strtab str_type)
           NESTED TABLE strtab STORE AS str_tab;
    
    create or replace procedure insert_string(in_str varchar2) is
    mystr str_type:=str_type();
    begin
      for i in 1..length(in_str) loop
         mystr.EXTEND;
         mystr(i) := substr(in_str,i,1);
      end loop;
    
      insert into nested_table values (in_str, mystr);
    
      commit;
    
    end;
    /
    

    Then we'll call the insert_string procedure:

    exec insert_string('A sample program that uses nested tables and strings')
    

    Finally, we will read the letters more used in the string by using a simple query:

    SQL> select column_value letter, count(0) times_used
      2  FROM nested_table t1, TABLE(t1.strtab) t2
      3  group by column_value
      4  order by count(0) desc;
    
    L TIMES_USED
    - ----------
               8
    s          7
    a          5
    t          5
    e          5
    n          3
    r          3
    p          2
    g          2
    d          2
    l          2
    m          2
    A          1
    u          1
    i          1
    h          1
    b          1
    o          1
    
    18 rows selected.
    

    Max

  • Error [PLS-00103: encountered the symbol "CREATE"] using PACKAGE

    Hi guys!
    When I compile this package, I get this error:
    PLS-00103: encountered the symbol "CREATE".

    How can I solve this problem?
    The compiled code is below:


    CREATE OR REPLACE
    PACKAGE CAMPO_PACK AS

    TYPE T_CURSOR IS REF CURSOR;

    PROCEDURE DeleteCode (OSDP NUMBER);

    END CAMPO_PACK;
    -body-
    CREATE or REPLACE PACKAGE BODY CAMPO_PACK as

    PROCEDURE DeleteCode(pCod NUMBER) AS
    BEGIN
    DELETE FROM campo
    WHERE cod = OSDP;
    END DeleteCode;

    END CAMPO_PACK;


    Thanks for the help,
    Anderson



    Published by: user8723300 on 08/13/2009 17:03

    Published by: user8723300 on 08/13/2009 17:04

    I use Oracle SQL Developer

    I know very well of this tool.

    The packet header and body are two separate objects and must be compiled separately. I suspect that the package body is somehow have included in package header and Developer SQL tries to compile all of these at once. You must understand how to compile the header first, then the body. Your code compiles if I use sqlplus. I had to first create the table, so I have included a slash (/) after the packet header and the other after that body. The slash tells sql more to run the buffer (in this case, to compile the object).

    SQL> create table campo (cod number);
    
    Table created.
    
    SQL> CREATE OR REPLACE
      2  PACKAGE CAMPO_PACK AS
      3
      4  TYPE T_CURSOR IS REF CURSOR;
      5
      6  PROCEDURE DeleteCode(pCod NUMBER);
      7
      8  END CAMPO_PACK;
      9  /
    
    Package created.
    
    SQL> CREATE OR REPLACE PACKAGE BODY CAMPO_PACK AS
      2
      3  PROCEDURE DeleteCode(pCod NUMBER) AS
      4  BEGIN
      5  DELETE FROM campo
      6  WHERE cod = pcod;
      7  END DeleteCode;
      8
      9  END CAMPO_PACK;
     10  /
    
    Package body created.
    

    If I remove the slash after the package header, sql more trying to compile all this at once, and I get the same error you get:

    SQL> CREATE OR REPLACE
      2  PACKAGE CAMPO_PACK AS
      3
      4  TYPE T_CURSOR IS REF CURSOR;
      5
      6  PROCEDURE DeleteCode(pCod NUMBER);
      7
      8  END CAMPO_PACK;
      9
     10  CREATE OR REPLACE PACKAGE BODY CAMPO_PACK AS
     11
     12  PROCEDURE DeleteCode(pCod NUMBER) AS
     13  BEGIN
     14  DELETE FROM campo
     15  WHERE cod = pcod;
     16  END DeleteCode;
     17
     18  END CAMPO_PACK;
     19  /
    
    Warning: Package created with compilation errors.
    
    SQL> sho err
    Errors for PACKAGE CAMPO_PACK:
    
    LINE/COL ERROR
    -------- -----------------------------------------------------------------
    9/1      PLS-00103: Encountered the symbol "CREATE"
    
  • Support for Custom Trusted Reconciliatin API uses

    Hi Experts,

    I created the resource object, a process definition and a reconciliation rule.

    I have traced FirstName, lastname, username, UserType (end user), Type of organisation (EMP to the role), by e-mail.

    After that, after the createReconciliationEvent() API call, I get the following error:
    ---
    + < 22 December 2011 07:49:54 THIS > < error > < oracle.iam.reconciliation.impl > < ARA-5010000 > < generic information: {0}.
    oracle.iam.reconciliation.exception.ReconciliationException: Exception occurred when data is inserted in the table RA_TESTRECONFLATFILE74 due RA_TESTRECONFLATFILE74
    at oracle.iam.reconciliation.impl.ReconOperationsServiceImpl.reconEvent(ReconOperationsServiceImpl.java:285)
    at oracle.iam.reconciliation.impl.ReconOperationsServiceImpl.createReconciliationEvent(ReconOperationsServiceImpl.java:189)
    at oracle.iam.reconciliation.impl.ReconOperationsServiceImpl.createReconciliationEvent(ReconOperationsServiceImpl.java:212)
    at oracle.iam.reconciliation.impl.ReconOperationsServiceImpl.createReconciliationEvent(ReconOperationsServiceImpl.java:201)
    at oracle.iam.reconciliation.impl.ReconOperationsServiceImpl.createReconciliationEvent(ReconOperationsServiceImpl.java:197)
    at oracle.iam.reconciliation.api.ReconOperationsServiceEJB.createReconciliationEventx (unknown Source)
    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)

    --
    Help, please.

    Kind regards
    J

    , You click on the "Create recon profile" on the subject of resource?

    -Marie

Maybe you are looking for

  • Apple Mail - colleagues/friends can't see attachments

    Why is Apple Mail again makes it IMPOSSIBLE to send to colleagues, friends and families photos, images and pdf files they can easily open and view. I continue to have questions send photos and pictures to co-workers, in addition to the family. Using

  • Hey everyone I have a problem

    Hello my friends... I have macbook pro and I have problems with the keyboard I am encourage to type letters, but the keyboard is to type a symbol, can someone help me solve this problem Thank you

  • Photocurrent at V = 0

    Dear comrades, I ve got a question, I ve had a problem that s killing me softly and I need your help if it would be possible. The question is to know how to program a Keithley 2400 to obtain the photocurrent to 0 volt. IE: I have to indicate a V = 0

  • Leaks

    Hi all I'm trying to demonstrate the concept of the leak and the effect of the use of windowing. I implemented a simple VI which is attached using LabVIEW 2011. My question is, why does the amplitude of the signal in the frequency domain decrease ins

  • error APPCRASH

    Dear Sir I get an appcrash error. Here are the details Signature of the problem: Problem event name: APPCRASH Application Name:winlogon.exe Application Version: 6.1.7600.16385 Application Timestamp:2a425e19 Error Module Name:winlogon.exe Fault Module