Is there an API to create new PO ?

I have a requirement to create a PO. Unfortunately in this case I cannot use open interface table to do that.
Actually I just need to create PO header record. I can load the lines using open interface.
Is there any API to create PO Header record ?

Jyothi,
Thanks for the response. I have seen some packages that POForm/OpenInterface uses to create record into PO Headers but the validation is all over in those.
Can you please give me any private API or tell me where I can find it.
Thanks,
Avinash

Similar Messages

  • Is there a way to create new events on the new iPhoto app?

    Is there a way to create new events on the new iPhoto app?  I seem to only be able to create albums.  I would really like the app to allow me to do all the same things that I was able to do on my Mac.  I would create events and then sync to all devices.  Can someone please instruct me on how to create new events from the photos imported from the photo stream.
    Thanks for all the help!

    The iPhoto for iOS seems to be aimed at working on photos then sharing them to social media sites or to iCloud for sharing there. iPhoto for iOS does not perform many of the organizing tasks that iPhoto on your Mac does. Many people expected that there would be more capabilities in iPhoto for iOS that would allow it to work more closely with iPhoto on your computer but this is not the case. They are separate apps.

  • All my photos on my phone are in 1 album. Is there a way to create new albums and move some pictures to them?

    All my photos on my phone are in one album. Is there a way to create new albums and move some of them?

    With photos transferred from your computer, you create the albums or folders on your computer.
    If you manually manage photo storage on your computer, create a parent folder that will store the named folders of photos you want transferred to your iPhone. Place the named folders of photos in this parent folder and select the parent folder under the Photos tab for your iPhone sync preferences with iTunes followed by a sync. The folders of photos inside of the parent folder on your computer's hard drive will be transferred to your iPhone as separate albums. To add an additional album of photos to your iPhone, place the folder of photos in the parent folder followed by a sync. To remove an album of photos from your iPhone, move the folder of photos outside of the parent folder followed by a sync.

  • Are there any APIs to create an Invoice in Oracle Payables?

    Hi,
    We have a requirement to import the invoices from the operational systems. We will be making approximately 7,000 checks a day. We need to import all these payments information into Oracle Payables as Invoices and then process the payments out of Oracle payments module. We are on EBS 12.1.1
    Were there any APIs to create the invoices directly in Payables as it comes from custom application? We could use payables open interface but as we would like to integrate the payables module with custom application it would be nice if invoice creates directly in Payables through APIs.
    Thanks,

    In the enterprise edition I am able to create all the below objects.But The job is not running after file arrival.
    Could you please me in this case also.
    BEGIN
      DBMS_SCHEDULER.create_credential(
        credential_name => 'LOCAL_CREDENTIAL',
        username        => 'upncommon',
        password        => '*******');
    END;
    BEGIN
      DBMS_SCHEDULER.create_file_watcher(
        file_watcher_name => 'test_file_watcher',
        directory_path    => '/home/upncommon/pub',
        file_name         => 'sample2.sh',
        credential_name   => 'LOCAL_CREDENTIAL',
        destination       => NULL,
        enabled           => FALSE);
    END;
    BEGIN
      DBMS_SCHEDULER.create_program(
        program_name        => 'file_watcher_test_prog',
        program_type        => 'STORED_PROCEDURE',
        program_action      => 'PROC_SCH',
        number_of_arguments => 1,
        enabled             => FALSE);
    END;
    BEGIN
      DBMS_SCHEDULER.define_metadata_argument(
        program_name       => 'file_watcher_test_prog',
        metadata_attribute => 'event_message',
        argument_position  => 1);
    END;
    BEGIN
      DBMS_SCHEDULER.create_job(
        job_name        => 'file_watcher_test_job',
        program_name    => 'file_watcher_test_prog',
        event_condition => NULL,
        queue_spec      => 'test_file_watcher',
        auto_drop       => FALSE,
        enabled         => FALSE);
    END;
    BEGIN
      DBMS_SCHEDULER.set_attribute('file_watcher_test_job','parallel_instances',TRUE);
    END;
    EXEC DBMS_SCHEDULER.enable('test_file_watcher');
    EXEC DBMS_SCHEDULER.enable('file_watcher_test_prog');
    EXEC DBMS_SCHEDULER.enable('file_watcher_test_job');

  • Kindly share is there any API to create AR transaction sources.

    Kindly share is there any API to create AR transaction sources, transaction type in AR as we have a lot of transaction sources and transaction types to copy from one SOB to another.

    The following enhancement request has been logged to request this functionality:
    Bug 8467578: NEED PUBLIC API TO UPDATE TRANSACTIONS IN AR
    HTH
    Mahendra

  • Is there any way to create new decorations in LabVIEW 7.1?

    I've been reading the discussion threads, and now have a pretty good idea about how to programmatically manipulate the color and visibility of LabVIEW decorations.  The available decorations, however, are fairly limited.  Is there any way to create custom decorations?

    You can't create new decorations, but you can import vectoric images (from Office, for example) and use them as decorations (although you can't control their color).
    See here for some examples.
    Try to take over the world!

  • API for creating new User in Oracle E-Business Suite through BPEL

    Hello,
    I would like to use a BPEL process to create a new User in Oracle E-Business Suite. In the Integration Repository I was able to find an API called FND_USER_PKG/LOAD_ROW that creates/updates Application's User data. Is this the API I should be using? If so, I would like to better understand how to use this API.
    I have created a simple BPEL process and added an Oracle Application Service, which uses this FND_USER_PKG/LOAD_ROW API. I set the following parameter before Invoking the Oracle Application Service: X_USER_NAME, X_ENCRYPTED_USER_PASSWORD and X_START_DATE. When I run the BPEL process I get the following error. I suspect that I am not passing all the required input parameters. Does anyone have any sample data I can use to get this API to load correctly? If I am using the wrong API, please let me know.
    Please note, I have also posted this question to the SOA Suite and BPEL discussion forums...
    Thank you kindly!
    Christine
    - <input>
    - <Invoke_OracleEBS_SecurityUser_InputVariable>
    - <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="InputParameters">
    - <InputParameters xmlns:db="http://xmlns.oracle.com/pcbpel/adapter/db/APPS/FND_USER_PKG/LOAD_ROW/" xmlns="http://xmlns.oracle.com/pcbpel/adapter/db/APPS/FND_USER_PKG/LOAD_ROW/">
    <db:X_USER_NAME>
    CRILEY
    </db:X_USER_NAME>
    <db:X_ENCRYPTED_USER_PASSWORD>
    CRILEY
    </db:X_ENCRYPTED_USER_PASSWORD>
    <db:X_START_DATE>
    2009-01-01
    </db:X_START_DATE>
    </InputParameters>
    </part>
    </Invoke_OracleEBS_SecurityUser_InputVariable>
    </input>
    - <fault>
    - <bindingFault xmlns="http://schemas.oracle.com/bpel/extension">
    - <part name="code">
    <code>
    20001
    </code>
    </part>
    - <part name="summary">
    <summary>
    file:/E:/product/10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_OracleEBS_OnBoarding_1.0_d71e16636aa9ff51b9975926da6faeb2.tmp/OracleEBS_SecurityUser.wsdl OracleEBS_SecurityUser_ptt::OracleEBS_SecurityUser(InputParameters) - WSIF JCA Execute of operation 'OracleEBS_SecurityUser' failed due to: Error while trying to prepare and execute an API.
    An error occurred while preparing and executing the APPS.FND_USER_PKG.LOAD_ROW API. Cause: java.sql.SQLException: ORA-20001: APP-FND-02600: Unable to create user CRILEY due to the following reason(s):
    Unabled to call fnd_ldap_wrapper.create_user due to the following reason:
    ORA-20001: Unabled to call fnd_ldap_wrapper.create_user due to the following reason:
    An unexpected error occurred. Please contact your System Administrator...
    ORA-06512: at "APPS.APP_EXCEPTION", line 72
    ORA-06512: at "APPS.FND_USER_PKG", line 783
    ORA-06512: at "APPS.FND_USER_PKG", line 916
    ORA-06512: at "APPS.FND_USER_PKG", line 1035
    ORA-06512: at "APPS.FND_USER_PKG", line 645
    ORA-06512: at line 1

    Hello and thank you for your response. I am new to using APIs so please excuse my inexperience... I am not sure how to run the API outside of BPEL... Is that something you could easily walk me through?
    I have made the following changes in BPEL based on your recommendation: 1) Added Oracle Application Service and used the API, LDAP_WRAPPER_CREATE_USER, found in the Oracle Application Module Browser* under: Applications Technology (ATG_PF)&gt; User Management (UMX)&gt; User (FND_USER)&gt; PLSQL&gt; User (FND_USER_PKG)&gt; LDAP_WRAPPER_CREATE_USER
    2) Set the following parameter prior to Invoking the Oracle App Service: X_USER_NAME, X_UNENCRYPTED_PASSWORD,X_START_DATE, X_END_DATE, X_DESCRIPTION, X_EMAIL_ADDRESS, X_FAX, X_EXPIRE_PWD.
    3) Deploy and run BPEL through BPEL Control.
    I get the following {color:#ff0000}error on the Invoke{color}. {color:#339966}Do you see any issues with the values I am passing in the input{color}? Any idea why I am getting this error? Is there anything that I need to have configured for the API to work correctly, other than adding an Oracle Application Service in the BPEL?
    Thank you for your time,
    Christine
    bq. Faulted while invoking operation "OracleEBS_LDAP_Create_User" on provider "OracleEBS_LDAP_Create_User". \\     - &lt;messages&gt; \\     - &lt;input&gt; \\     - &lt;Invoke_OracleEBS_LDAP_Create_User_InputVariable&gt; \\     - &lt;part xmlns:xsi="[http://www.w3.org/2001/XMLSchema-instance]" name="InputParameters"&gt; \\     - &lt;{color:#339966}InputParameters{color} xmlns:db="[http://xmlns.oracle.com/pcbpel/adapter/db/APPS/FND_USER_PKG/LDAP_WRAPPER_CREATE_USER/]" xmlns="[http://xmlns.oracle.com/pcbpel/adapter/db/APPS/FND_USER_PKG/LDAP_WRAPPER_CREATE_USER/]"&gt; \\     &lt;db:X_USER_NAME&gt; \\     CRILEY \\     &lt;/db:X_USER_NAME&gt; \\     &lt;db:X_UNENCRYPTED_PASSWORD&gt; \\     CRILEY \\     &lt;/db:X_UNENCRYPTED_PASSWORD&gt; \\     &lt;db:X_START_DATE&gt; \\     2009-01-01 \\     &lt;/db:X_START_DATE&gt; \\     &lt;db:X_END_DATE&gt; \\     2010-01-01 \\     &lt;/db:X_END_DATE&gt; \\     &lt;db:X_DESCRIPTION&gt; \\     CRILEY \\     &lt;/db:X_DESCRIPTION&gt; \\     &lt;db:X_EMAIL_ADDRESS&gt; \\[[email protected]|mailto:[email protected]] \\ &lt;/db:X_EMAIL_ADDRESS&gt; \\     &lt;db:X_FAX&gt; \\     999-888-7777 \\     &lt;/db:X_FAX&gt; \\     &lt;db:X_EXPIRE_PWD&gt; \\     0 \\     &lt;/db:X_EXPIRE_PWD&gt; \\     &lt;/InputParameters&gt; \\     &lt;/part&gt; \\     &lt;/Invoke_OracleEBS_LDAP_Create_User_InputVariable&gt; \\     &lt;/input&gt; \\     - &lt;fault&gt; \\     - &lt;bindingFault xmlns="[http://schemas.oracle.com/bpel/extension]"&gt; \\     - &lt;part name="code"&gt; \\     &lt;code&gt; \\     20001 \\     &lt;/code&gt; \\     &lt;/part&gt; \\     - &lt;part name="summary"&gt; \\     &lt;summary&gt; \\     file:/D:/product/10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_OracleEBS_OnBoarding_1.0_d71e16636aa9ff51b9975926da6faeb2.tmp/OracleEBS_LDAP_Create_User.wsdl [OracleEBS_LDAP_Create_User_ptt::OracleEBS_LDAP_Create_User(InputParameters) |http://forums.oracle.com/forums/]- WSIF JCA Execute of operation 'OracleEBS_LDAP_Create_User' failed due to: Error while trying to prepare and execute an API. \\     An error occurred while preparing and executing the APPS.FND_USER_PKG.LDAP_WRAPPER_CREATE_USER API. Cause: java.sql.SQLException: ORA-20001: Unabled to call fnd_ldap_wrapper.create_user due to the following reason: \\     ORA-20001: {color:#ff0000}Unabled to call fnd_ldap_wrapper.create_user due to the following reason: \\     An unexpected error occurred. Please contact your System Administrator.. \\     {color}ORA-06512: at "APPS.APP_EXCEPTION", line 72 \\     ORA-06512: at "APPS.FND_USER_PKG", line 3877 \\     ORA-06512: at line 1 \\\\     ;
    Edited by: Christine Riley on Jan 28, 2009 1:22 PM
    Edited by: Christine Riley on Jan 28, 2009 1:26 PM

  • Is there any Api to create employee as supplier in R12

    hi , In manual process we do by selecting Supplier type as "Supplier to used to process expense payments to internal employee" to create employee as supplier. Is there any standard api which does this in R12
    Can some one please send sample script if any.
    Appreciate your help..
    Edited by: 885022 on Oct 24, 2011 5:11 AM

    Hi all,
    We had a similar problem.
    As the solutions were used AR functions:
    arp_process_header_updte_cover.update_header_cover (p_form_name       => 'ARXTWMAI',
                                                        p_form_version    => 1,
                                                        p_customer_trx_id => l_trx.customer_trx_id,
                                                        p_complete_flag   => 'N',
    arp_process_header.post_commit ('ARXTWMAI',
                                    70.1,
                                    l_trx.customer_trx_id,
                                    'N',
    The data was taken from RA_CUSTOMER_TRX_PARTIAL_V.

  • Is there a way to create new Barcodes for Adobe Printforms

    Hi All,
    As far I know there is currently no way to add new barcodes to the Adobe designer..SAP Note #430887 says the same..
    Can I get any exact SAP note which states that adding new barcodes is not currently possible..
    If there is any way we can do this please let me know..
    Appreciate your time..
    Thanks,
    Sethu

    Hi,
    I hope this will help you.
    MW6 Barcode DLL for SAP R/3 is compatible with SAPsprint and SAPlpd, it allows you to print 1D barcodes.
    Example:
    Code39, Code128, EAN13, EAN8, UPCA and UPCE,
    PDF417, DataMatrix, Aztec and QRCode virtually on any windows printer from SAP R/3 system.
    TBarCode/SAPwin is a Barcode DLL for SAP R/3, SAP ECC and mySAP ERP. This barcode DLL extends SAPsprint, SAPlpd and SAPWIN DLL with barcode printing features.
    TBarCode/SAPwin prints ALL common linear and 2D bar codes on all Windows printers.
    Costly barcode equipment like barcode cartridges, barcode fonts or barcode printers are avoided! TBarCode/SAPwin works with SAPscript, ABAP and SmartForms. All SAP-forms are supported without modification.
    Thanks

  • Is there a way to create new keywords that are NOT subcategories of other keywords in PSE Organizer?

    I would like to create a new keyword in the Organizer that is not a subcategory of OTHER.
    Specifically I would like to create the keyword PETS, which could in turn have subcategories of different pets.
    Currently the only way I can do this is to create PETS as a subcategory of OTHER which I would prefer not to do.
    If this can be done, please advise me (in detail) how this can be done.
    I am using PSE13 with Windows 8.1 (64-bit) as my OS.
    Thank you, in advance, for your assistance.

    Hi,
    Have you tried selecting New Category from the drop down list?
    Brian

  • API to create new items in  inventory

    Hi All,
    What is the api used to create items(Master Items) in inventory.
    Thanks and Regards,
    Mahesh

    Mahesh,
    Please refer to the following documents.
    Note: 395493.1 - How to Use the Public APIs for Inventory (Not Documented)
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=395493.1
    Note: 295475.1 - Identify Public APIs For Importing Items, Categories, and Catalogs
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=295475.1
    In addition, you can refer to [Oracle Integration Repository |http://irep.oracle.com/].
    Regards,
    Hussein

  • Is there a way to "create" new tags?

    I had accidentally deleted my "Red" tag and i no longer see the "All Tags" option in Finder. I just want to make a new tag.

    Well I tested this out...
    I deleted a tag, it gave me the warning that this action can't be undone.
    However, I was able to get it back. Granted the files/documents that this tag reprecented had they're link broken and probably wouldn't be restore once I got the tag back. (Didn't test that part).
    So if a tag is deleted for any reason.
    Open Finder.
    Click on Documents (or something that will allow you to click on "Edit Tags".
    Click on Edit Tags and start typing a color in the field provided.
    Press Enter and the color should reappear in the list.
    For me, I deleted Green. Typed in Green press Enter and the Green tag reappeared.
    KOT

  • Is there a way to create new photo albums short of buying an app?

    I'm finding nothing on the Apple web site. Can anyone out there help me out?

    At the moment, no. Sorry

  • Is there a way to create new 'To Do List' items?

    My team is making a Help File for our software and it would
    be very helpful if the To Do List within RoboHelp 6 would allow us
    to customize it in such a way as to make it more suited for our
    needs.
    Thanks.

    Hi Platinu and welcome to our community
    Unfortunately these items are hard coded. About all you can
    do is to make note of what they are and use what is listed by
    mentally swapping your own preferences in.
    If you would like to see this change in the future, consider
    submitting a Feature Request. You may do this by
    clicking
    here and completing the form.
    Cheers... Rick

  • How to create new folders on iCloud Drive from iOS or with document picker?

    Recently I wanted to share several files from my iWorks suite with my colleagues. I do not want them to edit these files, instead I made templates in Numbers for easier management of hours worked. Everyone could download their copy and keep a track of their hours themselves. The problem is, not everyone has an Apple product.
    Unfortunately, iOS does not support native browsing of iCloud Drive (except the document picker, which, to me, isn't helpful at all), the only way I know of - to create a new folder - is to open iCloud.com in Safari, request the desktop site and make a new folder from there.
    Is there another way of creating new folders, preferably an official app from Apple or from within an iWorks app or the document picker that I do not know of? Or is this actually a missing feature?
    Also, if Apple could make an app similar to Microsoft OneDrive, that would be great.

    Yes, there is a way. Here is the workaround. You can add notes folders directly with your iPad or iPhone.
    http://keeplifesimple.weebly.com/1/post/2013/11/add-folders-to-native-notes-app- on-ios.html
    Enjoy! Please pass it on, leave a comment on the page, or "like us" on Facebook if you find this information helpful.

Maybe you are looking for

  • Pages document saved as doc not readable by word

    Hi all, Lately I'm having trouble exporting my Pages documents to Microsoft Word format. I've tried the "Export" option directly available in the File menu, as well as the "Save as a copy" option in the Save dialog box. De document is correctly saved

  • A few questions needed to finalize a program...

    Alright, me and 2 friends have basically written our own sections of the program, and since we're still learning java, don't really know how to bring the three of them together. The program consists of 2 applets (Transposer and History) and an applic

  • Lightroom 3.6 crashing with Mac OS X 10.7.1

    Hi, I am using Lightroom 3.6 with Camera Raw 6.6 on a Mac OS X (Lion) Version 10.7.1. I have made sure that my version of Lightroom is up to date. I work with my pictures using Develop, and every so often (approximately 20 pictures), the application

  • Mail being mis-delivered?

    I'm seeing a fair number of emails being delivered to accounts that they aren't directly addressed to, almost as if it was being mis-delivered. Of course, they have all be spam mails so it's not a major problem, just more of the "why is that happenin

  • Baffled Following Crash - Files to Restore?

    O Learned Denizens, I find myself a bit bewildered. Yesterday my MacBook Pro crashed. This alone is newsworthy, obviously. It just died as if all the electricity had vanished from inside the box. I'm guessing it's some kind of hardware fault caused b