API to load timecards

Hi All,
Can u any body give me API details to upload timecards.
Regards
Gireesh

Check the blog entry http://shiv-saroj.blogspot.com/2007/10/getting-started-with-oracle-time-and.html
--Shiv                                                                                                                                                                                                                               

Similar Messages

  • API to load suppler in oracle apps 11.5.10.2

    Hi,
    Can anyone tell, is there any API to load supplier in oracle apps 11.5.10.2?
    Thanks In Advance,
    RR

    Hi All,
    I have got the API to load supplier, supplier sites and supplier contacts. API name is ap_po_vendors_apis_pkg.insert_new_vendor, ap_po_vendors_apis_pkg.insert_new_vendor_site and ap_po_vendors_apis_pkg.insert_new_vendor_contact. I am able to load supplier using that api but not able to load supplier sites. Code compiles successfully but does'nt add site to the supplier. My code is below -
    DECLARE
    l_vendor_site_id number;
    v_vendor_status varchar2(15);
    v_err_msg varchar2(3000);
    l_user_id NUMBER(10);
    l_resp_id NUMBER(10);
    l_appl_id NUMBER(10);
    BEGIN
    fnd_global.apps_initialize(29563,54351,200);
    /*Create supplier sites*/
    ap_po_vendors_apis_pkg.insert_new_vendor_site
    (x_vendor_site_id => l_vendor_site_id,
    x_status =>v_vendor_status,
    x_exception_msg => v_err_msg,
    p_vendor_site_code => 'KBC',
    p_vendor_id => 69349,
    p_org_id =>1198,
    p_address_line1 => '105,Milverton Avenue,',
    p_address_line2 =>null,
    p_address_line3 =>null,
    p_address_line4 =>null,
    p_city => 'Shanghai',
    p_state => null,
    p_zip => '200232',
    p_province =>null,
    p_county =>null,
    p_country => null,
    p_area_code =>null,
    p_phone =>null,
    p_fax_area_code =>null,
    p_fax =>null,
    p_email_address =>null,
    p_purchasing_site_flag => 'Y',
    p_pay_site_flag => 'Y',
    p_rfq_only_site_flag => 'N',
    p_source => null,
    p_what_to_import => null,
    p_commit_size => null);
    COMMIT;
    DBMS_OUTPUT.PUT_LINE('VENDOR SITE ID :'|| l_vendor_site_id||v_vendor_status||v_err_msg);
    EXCEPTION
    WHEN others then
    DBMS_OUTPUT.PUT_LINE('Errors :'||sqlerrm);
    END;
    Can any one tell what is wrong in it?
    Thanks,
    RR

  • Need a API to load official documents info & family info in HRMS tables

    Hi,
    I need API to load official documents information's and family information in HRMS tables.. Can Anyone help me out to give API details..
    Thanks in advance..

    I'm not sure what kind of response you will get in this forum. Maybe you could also post this question in one of the Solaris forums located here http://forum.sun.com/. Perhaps the kernel forum.

  • R12 API to load supplier bank address ?

    Hi ,
    I am using iby_ext_bankacct_pub api to load bank, branches, and bank accounts.
    But this api does't support address details. is there any api to load bank addresses ?
    Regards,
    Prabhu

    923018 wrote:
    Hi,
    Since in R12 the banks are at the party level, pls try adding the address using the API- HZ_LOCATION_V2PUB.CREATE_LOCATION.
    Your approach would be as below:
    1)Create Bank -->IBY_EXT_BANKACCT_PUB.create_ext_bank
    2)Create bank branch --> IBY_EXT_BANKACCT_PUB.create_ext_bank_branch
    3)Create address for bank branch -->HZ_LOCATION_V2PUB.CREATE_LOCATION
    4)Create party site for the bank branch with Location created as above --> HZ_PARTY_SITE_V2PUB.CREATE_PARTY_SITE
    5)Create bank account from the bank id and bank branch from step1 and step2-->IBY_EXT_BANKACCT_PUB.create_ext_bank_acct
    Hope this helps.
    Thanks,
    Ashwini.Hi Ashwini,
    Thanks for your inputs. I am trying these steps. So in the step 4, we are linking the address created to bank branch ?
    Is there a similar way to add address to bank ?
    Regards,
    Prabhu

  • API to load Supplier Bank Account Information

    Hi all,
    Can you any one please let me know if there is any API to load Supplier Bank Account Information for existing suppliers.
    Thanks,
    Vinod.

    In Release 11i the answer is no - direct load to tables.
    In Release 12 the answer is yes, check out:
    IBY_EXT_BANKACCT_PUB.create_ext_bank
    IBY_EXT_BANKACCT_PUB.create_ext_bank_branch
    IBY_EXT_BANKACCT_PUB.create_ext_bank_acct
    IBY_DISBURSEMENT_SETUP_PUB.Create_External_Payee
    IBY_DISBURSEMENT_SETUP_PUB.Set_Payee_Instr_Assignment
    Regards,
    Gareth

  • 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 to load MTL_CYCLE_COUNT_ENTRIES

    Is there any public API to load data into MTL_CYCLE_COUNT_ENTRIES?
    We have a requirement where Item Serials not existing in EBS are getting imported from a 3rd party system to EBS.
    We need to create a Cycle count entry and upload Cycle count quantity = 0 for these entries.

    Can you check mtl_cceoi_action_pub.import_CountRequest api?
    Please make sure you carry out the following before calling the API.
    1. Create a Cycle Count
    2. Enter a Manual Cycle Count Entry.
    3. Run program "Perform Complete Cycle Count" to generate generate cycle count request
    4. Post the count Entries using the by calling the API using your Script.
    Check the following MOS notes.
    Cycle Count Request Import (MTL_CCEOI_ACTION_PUB API) Fails When Using Serial Number Multiple Per Request [ID 1468453.1
    Cycle Count Api Not Working For Scheduled Counts [ID 786497.1]
    The Cycle Count Open Interface Is Not Working For The Stock In Api [ID 818977.1]
    Cheers,
    ND
    Use the "helpful" or "correct" buttons to award points to replies / Mark the thread as answered, if your question is answered.

  • 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 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

  • Name of API to load data in ap_invoice_lines_all in R12.

    Hi,
    Can anyone tell me the name of API in R12 to load data in ap_invoice_lines_all.
    Thanks,
    Ranjana

    user10744109 wrote:
    Hi,
    Can anyone tell me the name of API in R12 to load data in ap_invoice_lines_all.
    Thanks,
    RanjanaYou need to post your question under correct forum
    Refer to the following forum: http://forums.oracle.com/forums/category.jspa?categoryID=3&start=0

  • Error in Service API while loading BI7.0 datasource objects

    These are very simple HR master data text datasouce objects like 0EC_FREQU_TEXT and some custom datasources like ZAAPCAT_TEXT. We were able to load succesffully in DEV and Q. When trying to laod them in production using Process Chain, they failed with the following error message:
    Error message from the source system
    Diagnosis
    An error occurred in the source system.
    System Response
    Caller 09 contains an error message.
    Further analysis:
    The error occurred in Service API .
    Refer to the error message.
    Procedure
    How you remove the error depends on the error message.
    Note
    If the source system is a Client Workstation, then it is possible that the file that you wanted to load was being edited at the time of the data request. Make sure that the file is in the specified directory, that it is not being processed at the moment, and restart the request.
    I tested the datasources in RSA3 and they give data. I also tiied manual loading, but was giving the same error message.
    Can anybody give some pointers. I need this help by tomorrow morning.
    Any help would be appreciated.
    Regards
    Raj

    Re-triggering the load should work.
    Take a look at these links/threads...
    http://help.sap.com/saphelp_nw2004s/helpdata/en/44/bce6c181f456a1e10000000a1553f6/content.htm
    service API  in bi 7.0
    Re: ALE

  • 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

  • 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

  • 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.

Maybe you are looking for

  • Error in BAPI_SALESORDER_CHANGE while updating condition

    Hi, I am using this BAPI to change an existing pricing condition. However, I am getting an error  " Manual change of condition type is not possible". I'm not sure whether this is a coding error or is it related to configuration. this is how I am popu

  • Error in the ISA User Admin to create users

    Hi all i am not able to create the users thru the ISA user admin. while creating the user for new contact persons we are getting the error as " User Does not Exist" and also while creating the user for existing contact persons we are getting error as

  • Keynote document won't open

    I've created a Keynote presentation on one iMac, but when trying to open the presentation on my MacBook Pro it has the following error: "You need newer versions of OS X and Keynote to open this presentation. Install the latest version of OS X, then d

  • Monster iTV Link for 13-inch MacBook and 12-inch PowerBook

    Does anyone knows or the Monster iTV Link for 13-inch MacBook and 12-inch PowerBook even work with the imac intel-based mini-dvi port? hp   Windows XP  

  • Parameter is not defined

    I am getting a dump in ECC 6.0 that,"Function module "SAP_WAPI_CREATE_EVENT" was called with the parameter "EVENT_CONTAINER". This parameter is not defined." When i check this FM , there is no table parameter EVENT_CONTAINER defined in it. CALL FUNCT