Uploading assignment's Statutory Information via API

Can someone tell me which API should I use to upload employee assignment's statutory information? (such as GRE etc)
I don't find any relevant parameters in update_assignment_criteria API.
Is there some separate API available for that?
Can some one help me!
regards,
Faraz

I Fixed de problem use the hr_assignment_api.update_emp_asg
If the combination don't exists, then hr_assignment_api.update_emp_asg API Create new combination-
Example.
=======
     BEGIN
hr_assignment_api.update_emp_asg
               (p_validate => FALSE
               ,p_effective_date => ind_asg.asg_effective_start_date
               ,p_datetrack_update_mode => 'CORRECTION'
               ,p_assignment_id => ind_asg.assignment_id
               ,p_object_version_number => ln_asg_object_version_number
               --,p_ass_attribute2 => ln_razon_social --lv_regimen
               ,p_segment1 => ln_gre_org_id -- Organization id
               ,p_segment6 => ls_segment6 -- New Value Segment 6
               ,p_cagr_grade_def_id => ln1_cagr_grade_def_id          -- IN OUT
               ,p_cagr_concatenated_segments => lv1_cagr_concatenated_segments      -- OUT
               ,p_concatenated_segments => lv1_concatenated_segments           -- OUT
               ,p_soft_coding_keyflex_id => ln1_soft_coding_keyflex_id          -- IN OUT
               ,p_comment_id => ln1_comment_id                -- OUT
               ,p_effective_start_date => ld1_effective_start_date          -- OUT
               ,p_effective_end_date => ld1_effective_end_date           -- OUT
               ,p_no_managers_warning => lb1_no_managers_warning          -- OUT
               ,p_other_manager_warning => lb1_other_manager_warning           -- OUT
               ,p_hourly_salaried_warning => lb_hourly_salaried_warning -- out nocopy boolean
,p_gsp_post_process_warning => ls_gsp_post_process_warning -- out nocopy varchar2
Regards Angel Isidoro

Similar Messages

  • Need Help Writing Server side to submit form via API

    Hey
    I need help writing a serverside application to submit
    information via API to a separate server.
    I have a client that uses constant contact for email
    campaigns. We want to add to her website a form taht submits the
    information needed to subscribe to her email list, to constant
    contact via API.
    FORM.asp :: (i got this one under control)
    name
    email
    and submits to serverside.asp
    SERVERSIDE.ASP
    In serverside.asp i need to have
    the API URL
    (https://api.constantcontact.com/0.1/API_AddSiteVisitor.jsp)
    username (of the constant contact account)
    password (of the constant contact account)
    name (submited from form.asp)
    email (submitted from form.asp)
    redirect URL (confirm.asp)
    Can anyone help get me going in the right direction?
    i have tried several things i found on the net and just cant
    get anyone to work correctly.
    One main issue i keep having is that if i get it to submit to
    the API url correctly - i get a success code, it doesnt redirect to
    the page i am trying to redirect to.
    ASP or ASP.NET code would be find.
    THANKS
    sam

    > This does require server side programming.
    > if you dont know what that is, then you dont know the
    answer to my question. I
    > know what i need to do - i just dont know HOW to do it.
    If you are submitting a form to a script on a remote server,
    and letting
    that script load content to the browser, YOU have no control
    over what it
    loads UNLESS there is some command you can send it that it
    will understand.
    No amount of ASP on your server is going to change what the
    remote script
    does.
    http://www.constantcontact.com/services/api/index.jsp
    they only allow their customers to see the instructions for
    the API so i
    can't search to see IF there is a redirect you can send with
    the form info.
    But posts on their support board say that there is.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Can I upload color themes via API?

    I would like to upload color themes to Kuler accounts from our Android app, Real Colors (https://play.google.com/store/apps/details?id=com.macaw.pro).
    Is it possible via API?

    Hi AndreiBlaj,
    Kuler currently does not have any public APIs that support uploading color themes to Kuler acounts. However, we are actively looking into how can we help the Kuler customers in this regard. We will inform the community via forum posts if and when we have any news to share on this front.
    Thanks,
    Kuler team

  • Statutory Information Tab Missing on Assignment Form

    Hello Group,
    I have open India, Responsibility and UK responsibility. The problem is that I am not able to see the Statutory Information Tab enable. This tab is disable
    Can anyone suggest me how can i Enable the filed
    UK Super HRMS Manager > Enter and Maintain > Query Employee > Click Assignment button> Click
    Statutory Information Tab> Click in grayed out field to access additional information.
    I have already seen this Metalink doc: 428352.1
    Can anyone suggest me for the same.
    Thanks

    That note states this is intended functionality for UK. Are you wanting the tab to be enabled for India ? If so, have you enabled India legislation using DataInstall anf applied the latest hrglobal patch ? See MOS Doc 140511.1 ( How to Install Legislative Data Using Data Installer and hrglobal.drv )
    HTH
    Srini

  • In which table the initial balances will be stored when loading via api

    Hi all,
    I am doing initial balances migration...
    In which table the initial balances will be stored when loading though an api.. (pay_balance_upload.process).
    First I have loaded data in to pay_balance_batch_headers and pay_balance_batch_lines tables..
    Then called the api pay_balance_upload.process. and the data was reflecting correctly in front end.
    But we need to reconcile the loaded data.. for that, can anyone please tell me in which the loaded balances would be stored..
    I have identified two tables, pay_assignment_latest_balances
    and pay_latest_balances
    when I try to create a balance from frontend I can see the data in pay_latest_balances table..
    But when I load via api I am not able to find it in any of these tables..
    In addition to that can anyone please tell me when the data will be populated in pay_assignment_latest_balances and pay_latest_balances tables.
    Awaiting for your help and quick response..
    Thanks and Regards
    Kishore

    You have followed the correct process..As Vignesh said, you can use pay_balance_pkg.get_value to make sure you have the correct values uploaded but otherwise if you are able to see the values in the front end I wouldn't worry about the latest balances tables. These tables, as the name indicate, hold only the latest values and if a payroll (ran post the initial balance upload) has been rolled back, these are deleted since they are no longer available.
    You can refer the below Metalink notes for a detailed explanation:
    The Secret Life of Initial Balance Upload with Screenshots Example [ID 60057.1]

  • ALL_ARGUMENTS information via JDBC Metadata

    Hi,
    I require METADATA information via JDBC:
    * Packages
    * Procedure and Functions inside the package
    * Arguments with name, datatype,precision,.....
    for each package function/procedure
    I only found the:
    - getProcedures
    - getProcedureColumns
    but this look like only supporting stored procedure and function
    but not package procedures and functions.
    Any idea how to get this information ?
    In the worst case I have to retrieve the information via all_arguments
    dictionary table.
    Thanks for your help!
    brg robert

    Yes, files opened from SharePoint use a different ASFileSys and you can get info about the location from the ASPathname.
    However, no SP-specific information (like metadata) is provided.  You would need to use the SP-APIs yourself to do that.

  • Assigning material to class via ALE

    Hi experts,
    I am looking for a way to assign the materials to the class through ALE.  What message type can I use to transfer this information.
    Thanks for your help.

    Hi Rolmega,
    Please check this link and scroll to the middle.
    There is a section to talk about assigning material to class via config and ALE.
    http://help.sap.com/saphelp_nw04/helpdata/en/7e/cb843643a311d189ee0000e81ddfac/content.htm
    Hope this will help.
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • How to populate Values in Value Set via API or Interface

    Dear frds:
    i need to know is there any API or interface available to load thousands of values in particular valueset via API or Interface. I know Dataload is the alternative but i don't want to use that as the data is too much so its not feasible.
    waiting for your response
    Thanks.

    There is no API for fnd_flex_values.
    You will have to do a direct table insert (or call FND_FLEX_VALUES_PKG which does nothing but a direct table insert).
    Sandeep Gandhi

  • In firefox I am unable to submit information via form buttons. The buttons are present and clickable but nothing happens once they are clicked.

    I am having trouble submitting information via form buttons. I click on the button but nothing happens. It isn't site specific and is a problem that has only started to happen recently. I have uninstalled firefox and reinstalled it without any rememdy. The problem does not replicate itself in Chrome or Internet Explorer. Can anyone advise what maybe the problem? Is it s a javascript setting within firefox that I may have accidentally turned off? Please help.

    Thank you for the help but I found the answer here: http://support.mozilla.com/tiki-view_forum_thread.php?locale=en-US&comments_parentId=601699&forumId=1
    I am pretty sure you had the same diagnosis and solution to start it in safe mode, and if it does work, go disabling each extension one by one until you determine which extension is the culprit.
    Thanks!

  • Open saved draft report via API/UI

    How could I open an saved Draft report via API/UI.
    I have draft an report via API/UI and now I would show this report on Desktop/SAP

    Sorry for my mismatched formulation of this problem
    I would open it via code
    z.B. application.forms.items("")
    because I get the Docnum of my before safed draft but It wouldn´t shown at the SAP now so I have to open it via code gg
    but also thx to you

  • Re-using Segments Created via API or Re-creating Every Time?

    Hi All,
    Wanted to get your thoughts on this...
    We have been able to create Segments via the API, however, which way to go:
    OPTION 1: Re-use Segment if there are no additions or deletions (changes) to the list? or
    OPTION 2: Re-create the Segment every time via API.
    In Option 1, we will still need to compare the existing list to the new list before deciding to re-use. However, the comparison will be done outside of Eloqua.
    In Option 2, we may create a new list even though there are no changes but we will have the historical data and it will be easier to identify lists.
    In both scenarios, data processing may affect performance.
    For those who have done this or are familiar, what would you recommend?
    Hope it's clear.
    Pinging: TJ Fields-Oracle, 1065474, freejung
    Thanks!!

    In simpler terms of creating assets and storage, creating new segments each time should not be a problem. That said, the asset choosers might end up being slow if you're blowing past 100k which will ultimately result in a poor user experience for the marketers. Please see:
    Eloqua Product Thresholds
    Beyond that, you should also consider:
    - Developers creating a process where segments and campaigns are being created automatically, and the campaigns being left active for a long time with segments are set to run every hour. For static lists, it wouldn't really result in heavy calculating but you can run into delayed contact entry into campaigns if you have hundreds of segments feeding hundreds of campaigns - each with heavy filtering. At best it would be pointless to run segments (on the canvas) hourly if the lists are static, and at worst you're making everything slower. That doesn't sound like a major concern here but something to keep in mind.
    - API tools automatically updating segments which are currently referenced in live campaigns (again, running hourly segments). This means if you re-use assets for new campaigns there is a risk that they're being referenced by a currently live campaign and you end up adding the wrong contacts to the wrong flow. Since segments share a relationship to campaigns as their primary contact feeder, the API tools should only be updating the same segment asset with new contacts if the intent is to add those contacts to an existing campaign.
    - Although keeping shared lists or segments untouched gives you some historical tracking, do not assume the contacts in those assets are exactly the same ones which were used when the campaign was launched. For example, if you delete the bouncebacks and unsubscribes after the campaign has run and go back to your segment, even if it is a simple segment with a local list, it will not contain the deleted contacts. For any serious auditing task, let the API tool archive what contacts were added to what segment. Then you can use Bulk 2.0 activity exports to keep a list of what contacts received what emails from various campaigns.
    Regards,
    Bojan

  • I have a recently acquired iPhone 4. Is it true if I am using PhotoStream to upload photos to my PC via iCloud, photos are only pushed when wifi is available?  This means I don't have to worry about extra data usage, right? Thank you.

    I have a recently acquired an iPhone 4. Is it true if I am using PhotoStream to upload photos to my PC via iCloud, photos are only pushed when wifi is available?  This means I don't have to worry about extra data usage, right?
    Thank you.

    Correct.
    On an iOS device, new photos you take will be automatically uploaded to your photo stream when you leave the Camera app and are connected to Wi-Fi. Note: My Photo Stream does not push photos over cellular connections.

  • How to Get a Resource Id via API

    Hi,
    Is there any way to get the short id associated with a resource via API??
    I need to get an Id from a resource that it's unique for every one, so I can show an identifier for every document in a custom report...
    Thank you,
    Felipe Vieira

    Hi Valery,
    I mean a Portal Resource..
    Inside portal, when a go to properties  of a specific document, in tab "Access Link" it shows a "Short Id".
    I'd like to know via API how to get this Id, or any other Code that it's unique for every resource or document in portal.
    Thank you!

  • Process AR Receipts via API

    Dear Friends,
    I have below few querys related to AR Receipts process via API.
    1)     Can we change the receipt status (APPROVED  CONFIRMED REMITTED  REVERSED/ CLEARED) through any API? Any one can explain how it is happening in real world?
    2)     Can we change the receipts accounting through any API. I want to mean here, the receipts GL accounts are defaulted from Receipt Method & MISC receipt activity (in case of MISC receipt). Can we change those defaulted accounts through any API?
    3)     In case of MISC receipt can we populate the “Paid By” field thought the MISC receipt creation API?
    Thanks & Regards
    VB

    Hi Muktech,
    Currently there is no API for BPM 11g. There is an API for the human task but this will not be sufficient for completing a process activity.
    Hope this helps.
    Kind Regards,
    Nils

  • Accessing the password store (PSTORE) via API

    After having created portal users via API srcipt, we now would like to register users
    for an external application programmatically.
    I.e. we have a portal user and we know his account info ( user / passwd ) for the external application. Portal seems to store account infos for external applications in a "Password Store". So i am looking for an API to register portal users for external applications providing the known acount info,
    i.e. sth. like
    PSTORE.InsertExtAccount( PortalUser, ApplicationName, ExtUser, Extpasswd).
    I had a look at http://www-sso.us.oracle.com/
    but could not find API description or any hints when an API like that will go production.
    Can anyone help me with that issue ?
    Thanks a lot.
    null

    This is probably the wrong forum for this question - I would try the 9iAS Portal forum.

Maybe you are looking for

  • Getting a general error message in FCE when putting .mov file onto timeline

    Putting a .mov film onto the timeline above a moving image so we see the mov file playing in a reduced size in the background of whats going on ( a window). Don't know why this is happening but any advice would be appreciated! We are really stuck so

  • Touch no longer works after software update

    After downloading new software update, I got an error message during installation.  Troubleshooting information recommended a restore.  After doing a restore and using the most recent backup (which turns out to be my ONLY back-up) I am unable to chan

  • 2 iphones 1 comuter - how to get 2 different calendars and contacts on each

    I have been using my iphone 3G for a few months and syncing to outlook for contacts, calendar and notes. My wife has just got her own phone (3G). She logs in to the computer with her own account and has her own itunes library so there is no problem w

  • EJB deployed but doesnt show up in JNDI tree on weblogic

    Hi, I have a sample EJB deployed on weblogic 10.3 server. My Bean class contains following code. ======================================================================== @Stateless (mappedName = "DemoEJB") @TransactionManagement(TransactionManagement

  • Exit for Inbound IDOC for Invoice

    Hello friends, I recevie a IDOC and the Invoice is created with the data in the IDOC. The invoice is created at the FM - IDOC_INPUT_INVOIC_MRM and within the FM - MRM_INVOICE_CREATE. The document # is e_belnr. My requirement is to Save the IDOC_DATA