API for loading favorites in R12

Hi all,
Client would like to add a favorite on all users in R12 instance.
The favorite should point to the 'Open Notifications' function.
Does anyone know of a way to mass load favorite menu entries using an API or OI?
It looks like the favorites ends up in the 'ICX_CUSTOM_MENU_ENTRIES', but cant find a public API.
All help is apprciated.
Brgds,
Tom Andersen

Hi;
Please check below link and also notes:
User is Unable to See a Responsibility In the Home Page [ID 943096.1]
Api's in EBS
Re: Api's in EBS
http://sairamgoudmalla.blogspot.com/2009/05/script-to-find-oracle-apis-for-any.html
API
Fixed Asset API
List of API
Re: List of APIs
Oracle Common Application Components API Reference Guide
download.oracle.com/docs/cd/B25284_01/current/acrobat/jta115api.pdf
API User Notes - HTML Format [ID 236937.1]
Regard
Helios

Similar Messages

  • API for loading qualification subjects on R12.1

    Hi friends,
    I am trying to load employee qualifications and subjects into a R12.1 enviroment using public API's.
    I am able to load the qualifications with the seeded api: PER_QUALIFICATIONS_API - and it works fine.
    But, I cant find any API for loading the subjects for the qualification.
    The form is PERWSQUA, and the base table is PER_SUBJECTS_TAKEN
    Any help is highly appreciated.
    Brgds,
    Tom Andersen

    Hi,
    Found it myself..
    Can use the private package per_sub_ins
    Thanx,
    Tom/

  • API for subinventory transfer in R12.

    Hi All,
    Could anyone let me know api for subinventory transfer in R12?
    Thanks in Advance.
    Regards,
    Rider.

    Hi,
    I think you've got the wrong forum.
    Check f.i.:
    http://download.oracle.com/docs/cd/B34956_01/current/html/docset.html

  • API for Load Nominee Details in Core HRMS

    Hi,
    Pls let me know API for Load Nominee Details in Core HRMS
    Thanks in advance,
    Hanimi.
    Edited by: Hanimi on Mar 4, 2011 10:02 PM

    Hello,
    All kind of nominees/beneficiaries are comes under contacts. To insert contact you can use HR_CONTACT_REL_API.CREATE_CONTACT.
    Ayaz

  • Need API for Credit Memo creation-R12

    Hi All,
    I am working on R12 Implementation process.  I have a requirement for creating the "Credit Memo" using API.
    Could you please any one provide the API for Credit Memo creation process.
    Thanks,
    LSP

    Hi,
    Please refer the following links:
    http://www.betteroracle.com/2012/08/ar-api-create-credit-memo-r12.html
    http://easyoracleapps.blogspot.com/2011/08/creating-credit-memos-and-appling-these.html
    http://prasanthapps.blogspot.com/2011/05/credit-memo-creation-via-api.html
    Googling will help you indeed
    Rgds,

  • API for search profile options-R12.

    Is there any API for searching profile options? (R12)
    Using ibe_customer as the default responsibility.How to filter profile option search using organization , responsibility and different access level?
    Edited by: Ep on Aug 29, 2012 11:57 PM
    Edited by: Ep on Aug 29, 2012 11:58 PM

    hi ,
    You can search the table that profiles options are saved,Using the application id in that table ,you have query it....

  • API for loading Bank account details for the Customer

    Hi,
    Can anyone tell me what is the API that needs to be used for loading bank account information for the Customer?
    Thanks
    GM

    Hi,
    Were you not able to achieve your requirement with Customer Interface Program?
    There is a interface table 'RA_CUSTOMER_BANKS_INT_ALL' which is used to store customer bank account information. Run the program after inserting the records into this table.
    I guess, there is no public API.
    Regards,
    Ram

  • API for loading inventory org access for responsibilities

    Hi there,
    I need to give Inventory Organization Access to more then 100 responsiibilities. Is there an api that I can use that would load this information into org_access table? I am on 12.1.2 version of EBS.
    Thanks
    Irina.

    I am not aware of any api for this.
    You can consider using a key-mapping software such as Data loader / winparrot
    OR
    you can write your own script to insert records into the table. It should be a straight forward insert. You just need to ensure that the combination of organization_id, responsibility_id and application_id is valid.
    Sandeep Gandhi

  • API for loading and updating Workplans into Projects

    Hi Projects Gurus,
    Is there any API that can load workplan into Project Accounting module?
    Thanks,

    Dear,
    I Assume when you say project accounting module means oracle project management module.
    As per my understanding there is no API for the same but I guess you can use Microsoft project plan integration with oracle projects and create the workplan in oracle project management.
    Thanks
    :-)

  • What is newest/best/simplest Java XML API for loading/saving/validating?

    Here's what I need to do:
    - Load XML files. Preferably validate using XSD validation referenced by "xsi:schemaLocation" hints.
    - Generate XML files. I'd like to be able to specify indentation (tabs?) and "xsi:schemaLocation" XSD hints
    - I'm working with fairly small configuration files, so I'd like to work with document-centric (and not streaming oriented) APIs.
    I've spent a full day reading articles showing different code snippets for different APIs. There are dozens of standards and APIs. Also, all the articles that I can find are several years old at the least.
    This is surprisingly complex for something so seemingly simple.
    What's the best XML API that fits my criteria? Any links for code snippets and up-to-date documentation?
    Thanks!

    Well, XML hasn't changed since it was formalized, and that was in 1999. So there's really no need for people to write new parsers every couple of years any more. And that's why you don't find new tutorials being written every year either. There's really not much need for that.
    Anyway, my recommendation would be to use the classes that are built into your current version of Java. Use them for a while. Once you have experience with them, all those tutorials about other products will start to make sense and you will be able to make an educated decision for yourself.

  • Api for Loading Organization Manager

    Hi Group,
    Can any one tell me the name of the Api which is required to load the data for Organization Manager Relationship. Responsibility --> US HRMS Manager--> Workstructure-->Organization Manager Relationship.
    Will be looking forward for the response.
    Thanks,
    Nitin Singh

    Can Anyone plz tell me i am getting error in HR_ORGANIZATION_API.create_org_manager
    and error is Start_date_bfr_hire
    even emloyee id which i am assigning is hired before the assignment date
    my script is
    DECLARE
    A NUMBER ;
    B NUMBER ;
    C BOOLEAN;
    BEGIN
    HR_ORGANIZATION_API.create_org_manager(
    p_effective_date => '22-MAR-11'
    ,p_organization_id => 178
    ,p_org_info_type_code => 'Organization Name Alias'
    ,p_org_information2 => '314' ------Employee ID
    ,p_org_information3 => '22-MAR-11' ------Start Date
    ,p_org_information_id =>A
    ,p_object_version_number =>B
    ,p_warning => C
    END;

  • Any API for loading Onhand Balances

    Hi ,
    Is there any API to create onhand balances apart from using mtl_transactions_interface ?
    Regards,
    Ganga

    No.
    Sandeep Gandhi

  • API to load Process Instruction for Recipes

    Hi All,
    We are in R12. We are implementing OPM. In that I could able to get the API to load the Recipe header and details. But I am not able to get the API for loading Process Instructions to the recipes.
    Please let me know, if there are any API available to load the 'Process Instruction' for the recipes.
    Thanks,
    Gowri

    Shalantha,
    I did come across that note and tried loading a single row. I saw that it did insert the row into per_images table, but when I went into the front-end, the image does not display for the employee. There was no error, it's just blank in the Picture screen.What is the image format? There are couple of reported bugs/issues with loading images (Search Metalink for PERWSIMG image), and review the notes.
    Note: 398926.1 - Cannot Load Images in Oracle HRMS
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=398926.1
    Note: 462967.1 - Upload Image Over 32k Into PER_IMAGES From FND_LOBS as Blobs
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=462967.1
    Also, is SQL Loading directly into per_images supported by Oracle?Yes, it is. Otherwise you would not see this suggested as per the note referenced in my previous reply.

  • API for Sourcing Application?

    Is there an API for the sourcing application?
    Kurz

    HI,
    I have a requirement, API for loading sourcing rules in APPS and attaching the same to Assignment sets at item level..
    I found that ,these are the API's for that..
    MRP_SOURCING_RULE_PUB.PROCESS_SOURCING_RULE ,MRP_SRC_ASSIGNMENT_PUB.Process_Assignment
    Please provide me the code for that.
    Can you please send to my mail -- [email protected]
    Thanks in advance...
    Vijaya

  • API for Value Set

    Hello,
    Can you any one suggest me the name for the API for loading the values in Value set.
    Thanks,
    Nitin Singh

    Thanks a lot Sharath
    It worked.
    Just for the Group here is the api and procedure FND_FLEX_VAL_API.create_independent_vset_value
    Thanks,
    Nitin Singh

Maybe you are looking for

  • LG Monitor for video... or what else?

    I'm interested to buy the LG L246WP 24" monitor, to use with my Kona 3 HDsdi, and the HDlink to DVI converter. Has anyone used this monitor for critical HD monitoring? Does anyone else have another suggestion that works well for critial LCD flat pane

  • EDI - Seeburger: Replace existing VAN FTP connection.

    Hi All, We have running EDI interface in PI using Seeburger adaptor and GXS VAN service provider using FTP channel. Now one of our Vendors has upgraded to PowerTrack system and hence they can not accept FTP connections. Instead they are asking us to

  • IPM & CIS and Document Class creation

    If I've to setup a new Content Management System with process management, what are the advantages I get if I integrate UCM with IPM? 1. Can't IPM provide the versioning and document management features? 2. How can I create various document classes (a

  • Hi Gurus I want to represent hierarchical information coumnwise Please guid

    Hi i have one table which consist of the skill name and other table which containns all the group name .Each group has certain skill in it .. and each group has parent group Now i want to display like as below Skill --- Group name---- higher group na

  • Making a Video

    I want to make a welcome/introduction video of myself for my business website. Can I use my WebCam to record audio and video and then down load that to a website who can put it into my website? If yes, can someone give detailed instructions? Thanks!