Mass Termination WebADI

Hi Gurus,
I am new to tehnicalities of Oracle HRMS.I have to develop a code for Mass Termination of Emp/Contractors in our system.
Can anybody suggest or provide sample code for this? Would appreciate a lot
Regards.
S

You can use the following Pl/Sql APIs -
hr_ex_employee_api.actual_termination_emp(...)
hr_ex_employee_api.final_process_emp(...)
For complete API documentation check -
http://irep.oracle.com/index.html
Cheers,
VB

Similar Messages

  • Mass termination in HCM Processes and Forms

    Hi everyone,
    Is mass termination possible within the HCM Processes and Forms framework? Usually the framework is per employee. Has anyone got it working for mass employees or org units?
    I'm leaning more on Web Dynpro development for the mass terminations.
    Thanks!

    Hi Chris,
    Can you please give me more details on how to set up the Mass termination process in HCM.  I try to built LSMW through PA40, but it did not work out.  Can you give me more details on what are steps for the configuation.  IF the process includes any ABAP requirement, please let me know, I have to talk to my ABAPer.
    Thank you in advance
    Regards
    Chinna
    Message was edited by: Chinna Gogineni

  • T-code for ending the active contract in RE-Fx

    Hi Experts,
    Is there any separate transaction to end a RE contract.
    Currently I'm terminating the contract, by manually entering the valid to date in the genral data tab page of the t-code RECN.
    Is there any other way available to end an active contract?
    Kindly assist.
    Thanks & Regards
    Shantanu

    Shantanu,
    Terminating Contracts is a Business scenario and usually a Business process is defined for such scenario. What I mean is if you wish to terminate a Contract you may have to execute series of steps in SAP related to your contract, example terminating Objects, taking care of outstanding payments/receivables etc.
    I could not find a Valid to date on Contracts General Tab which you quoted. But if you are talking about Contract end date on Terms tab then that is the expiration date of the term or the Contract. Contract will expire on that date, but you can certainly renew the Contract.
    If you wish to terminate a Contract, I would suggest to execute Notice on Contract and populate NOTICE PER date. Depending on your requirement you can choose to give notice on Objects too. This will mark this Contract as Canceled. This is an event and you can use it to control subsequent tasks in your business process. For this process you can set up Notification and reminders too.
    There is a Notice Tool which you can use for mass termination too.
    Thanks,
    Jag

  • DAQmx Tasks for SubVI Best Practice

    Hi,
    I'm wondering about the best way to create subVIs that do repeatitive analog input and digital output multiple times in a program. Specifically, should I create a new task using the DAQmx Create Channel function in the subVI or should I create the task in the main VI and pass the task into the subVIs? Would creating and clearing a new channel in a subVI affect the digital output line states (eg change a DO line to default state) after the program exits the subVI?
    I'm going to collect 6 channels of analog inputs and use 2 digital outputs to control a magnet. The program only collects analog inputs for 5 seconds at a time (based on user selections), and turns the magent on or off based on the analog input.
    I'm updating an old LV program that used the traditional DAQ functions to use the new DAQmx functions. The old program was written in LV 8.6 and used the DAQCard-6036E and I'm updating it to LV 2013 and the USB-6212 mass terminal device.
    Thanks,
    Frank
    Solved!
    Go to Solution.

    If you are calling this VI a fair amount, then I would create the task beforehand and pass it in.  Recreating the task is just asking for trouble, especially since I don't see you closing it either.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • WANT TO CONVERT LEGACY EMPLOYEES WITH VARIOUS USER_PERSON_TYPES TO CWK TYPE

    The implementation began BEFORE the introduction of CWK (Contingent Worker)as a SYSTEM_PERSON_TYPE.
    As such, contractors were given a variety of USER_PERSON_TYPES, all logicaly linked to SYSTEM_PERSON_TYPE = EMP.
    As part of the upgrade to Rel 12, we wish to convert the people in the system to reflect that they were / are CWK, not EMP.
    Note that some of these people have entered Requisitions and PO's. Some are also vendors (for expense
    reimbursement).
    We wish to convert the EMP's to CWK for the appropriate periods (which we are able to identify.) However, we cannot disconnect from the
    various transactions which are linked to these people.
    Is there a utility or road-map or setup document that can assist?
    TIA!
    Sandy

    In system terms you would be converting a load of employees to contractors and the ramifications are obvious; any pending transactions would have to be backed out, rolled back in again.
    I would bite the bullet on this one and simply convert all your various Emp Variants (i.e., all the true CWKs who are currently EMPs on the system with a user person type) to the system CWK type on a given cut off date some time in the future. And I don't know of a way to do this other than do a mass termination and then create placement. This will sound very unpalateable to you right now but I reckon that if you proceed down a route of changing historical data, you'll hit more unseen problems down the road.
    Anyway, interesting question, it would be good if you could relay your findings or outcomes to the forum.

  • Retrieving attachments in hcm processes and forms

    Hi Experts,
    We have implemented HCM processes and forms and in one of the custom processes which we have created. We have an attachment option where the user attaches the document and the document is reviewed by the approver.
    But how does the administrator later on retrieve the attachments for a specific personal number.
    Is there any way to search for attachments based on Personal Number?.
    If not  - what is the ideal solution to retrieve the attachments .
    Please help me in this regards,
    Thanks in advance
    Akshay
    Edited by: Suresh Datti on Aug 5, 2009 2:51 AM
    Did you not see Chris's response to your comment on his blog? PL refer to this SAP help  (http://help.sap.com/erp2005_ehp_04/helpdata/en/10/21ea42f64849968f7187cb09d26d41/content.htm )

    Hi Chris,
    Can you please give me more details on how to set up the Mass termination process in HCM.  I try to built LSMW through PA40, but it did not work out.  Can you give me more details on what are steps for the configuation.  IF the process includes any ABAP requirement, please let me know, I have to talk to my ABAPer.
    Thank you in advance
    Regards
    Chinna
    Message was edited by: Chinna Gogineni

  • Reading/writing digital lines without external hardware (besides daq device)

    Hi,
    I have a USB-6259 (mass termination).  I don't have any additional hardware, just the USB device.  I  am trying to use the MAX utility (4.2.1) with NIDAQmx (8.5).  I eventually want to program digital lines (read and write them) using the NIDAQmx API.  I ran some of the VB6 samples.  I thought how it works is that I could run the WriteDigChan VB code to set line(s) on or off, then use the ReadDigChan VB code to read those lines I changed.  However that did not work so I started created some tasks using MAX however that does not work either.  I hope this is not too stupid a question but I am not too familiar with the hardware.  Do I need some additional hardware connected to my 6259 to keep those digital lines in one state or another?
    thanks, David

    Without regard to using it in VB, I am trying to understand the operation in MAX.  I am attaching two screenshots of 2 tasks that I am using.
    thanks for replying, David
    Attachments:
    ScreenHunter_004.jpg ‏180 KB
    ScreenHunter_005.jpg ‏233 KB

  • SCXI with USB-6341

    From a hardware standpoint, can a USB-6341 be used to capture data from an SCXI chassis (ignoring the connector/wiring situation)? I would like to use this scenario and program in C++ but the device access is controlled through MAX and MAX doesn't allow the USB device to be selected as a chassis communicator. It is my understanding that M-series USB mass terminated devices could be connected to SCXI so I'm wondering if it is just a list of compatible devices MAX uses and the USB version of the 6341 isn't on the list for whatever reason (which I would be curious to know).
    In this note mass termination is called out specifically (for the M-series USB). What is the difference between mass termination and the wiring pin to pin?
    I realize I can communicate with the SCXI in other ways but going through MAX would be much simpler for me (especially for calibration/troubleshooting) and I could use the NI provided DAQmx C examples.
    Thank you

    Unfortunately this is for work I do at home so I'm in the usual predicament of having to spend more time doing things myself where I can't afford to do it otherwise. I thought the device did have the APFI capability when I purchased it.  Accuracy isn't a concern for me because I just need to see the signals (for example: high channel count temperatures where most devices are +/- 1°C on the spec sheets and I just need to know if heat transfer is working properly). I am trying to move away from a DAQcard that I was using for the SCXI to something USB that I can use with any computer in the future.
    By the way, I'm only using bare wires inside the X-series enclosure. The cable is an EPM cable and I wired everything per the pinout diagram provided by NI for that cable.  The BNC breakout I have wired to the SCXI chassis was working properly so I assumed it was good to go but couldn't get the device to show in MAX. Now I realize it is just the feedthrough on the 1349 that is working and communcation with the chassis won't work.
    Thank you

  • What is the default state of the "Ready" LED on the DAQPad-6016?

    I am having trouble pinpointing why my .vi will not show me the status of an input.  The "Ready" LED on my DAQPad-6016 continues to flash and I receive the 200324 error.  This occured when I was resetting the power switch every few seconds when trying to troubleshoot.  In my MAX, the unit is shown with the red "X".  Resetting the power does not clear it.

    Zack,
    Thank you for contacting National Instruments. Which one of the following states are you seeing? The following is from the E Series Help:
    The DAQPad-6015/6016 devices have two LEDs labeled ACTIVE and READY. The ACTIVE LED indicates activity over the bus. The READY LED indicates whether or not the device is configured. The DAQPAD-6015 BNC and mass termination devices have a READY LED only. The following table shows the behavior of the LEDs.
    ACTIVE
    READY
    DAQPad-6015/6016 State
    Off
    Off
    The device is not powered.
    Off
    On
    The device is configured, but there is no activity over the bus.
    On
    On
    The device is configured and there is activity over the bus.
    Blinking
    On
    Off
    Blinking
    The device is not configured and there is no activity over the bus.
    On
    Blinking
    The device is not configured, but there is activity over the bus.
    Blinking
    Blinking
    Blinking simultaneously
    Both LEDs blinking in the same pattern simultaneously indicates an error state. You must power off and power on your device.
    Blinking alternately
    If both LEDs blink in the same pattern alternately, contact National Instruments.
    I recommend downloading and installing the NI-DAQmx drivers for that device to make sure you are using the latest drivers. Also, try the device on a different computer (if possible). Let us know your results after this.
    Michael P
    National Instruments

  • SCXI and Aquisition with Windows 7 x64

    Our IT just updated our laptops and we received Windows 7 x64.
    For data acquisition, we use SCXI hardware in the SCXI-1000DC chassis and a SCXI-1600 USB DAQ Card.  In the process of getting my NI hardware configured on the new laptop, I discovered NI does not support Windows 7 x64 for the SCXI-1600. The other options to connect the SCXI-1000 to a laptop are the DAQcard-6062E and the DAQcard-6036E, neither which support Windows 7 x64.  According to the information below, there are no plans to support x64.
    What are my options to continuing using the hardware we have invested in with the laptop running Windows 7 x64?
    Re: scxi and drivers?
    [ New ]
    04-13-2010 01:09 PM
    For those USB devices, there are not currently plans to add support for 64-bit operating systems.  This is due to incompatibilities between the USB design of these older devices and the USB implementation in 64-bit version of Windows.
    Regards,
    Seth B.
    Product Support Engineer | Multifunction Data Acquisition | National Instruments
    “Engineers like to solve problems. If there are no problems handily available, they will create their own problems.”- Scott Adams
    Have some feedback about our products, or can't find a product to suit your needs? Let us know! Visit the Data Acquisition Idea Exchange!.
    Solved!
    Go to Solution.

    You will need the NI SCXI-1349 connector block and the SH68-68-EP cable.  The SCXI-1349 plugs in to the back of your SCXI module and the cable connects the 1349 to the USB M Series Mass Termination device.  All of the rest of the setup is identical to any PCI/PXI E Series device.  The USB M Series device will be the Analog-to-Digital converter for the system instead of the SCXI-1600.
    Seth B.
    Staff Test Engineer | National Instruments
    Certified LabVIEW Developer
    Certified TestStand Developer
    “Engineers like to solve problems. If there are no problems handily available, they will create their own problems.”- Scott Adams

  • Search in Taleo for employees with appropriate knowledge/skills for requisitions

    When for instance Fusion HCM and TEE are integrated and employees are also available in TEE, can a recruiter then search amongst the employees for potential candidates for a requisition, even if this employee has not applied for the job?

    In system terms you would be converting a load of employees to contractors and the ramifications are obvious; any pending transactions would have to be backed out, rolled back in again.
    I would bite the bullet on this one and simply convert all your various Emp Variants (i.e., all the true CWKs who are currently EMPs on the system with a user person type) to the system CWK type on a given cut off date some time in the future. And I don't know of a way to do this other than do a mass termination and then create placement. This will sound very unpalateable to you right now but I reckon that if you proceed down a route of changing historical data, you'll hit more unseen problems down the road.
    Anyway, interesting question, it would be good if you could relay your findings or outcomes to the forum.

  • Mass filename changes using terminal? How?

    Hello,
    I recently put a Linksys NAS on my network. Unfortunately, the EXT3 format used on the disks does not like filenames with special characters such as "/" or "?". So I cannot copy files from my PowerBook to the NAS with these characters in their names.
    A search of my hard drive shows 800+ files with these forbidden characters.
    Is there a way to use terminal (or any aspect of OS X) to do a mass change of these characters to a more acceptable character (i.e. changing all instances of "/" to "-")?
    Thanks for the help.
    Jim

    Jim
    tcsh: Invalid null commandAh, you're using tcsh. Bad news! I'm sure it could be made to work, but I've switched to bash because it is better for this sort of stuff. Gary will tell you to switch to zsh, but for now bash will do. I just tried the command as posted and tcsh complained loudly!
    First point: often when you try to copy/paste from a browser window, you get an extra space appended to the line. It often doesn't matter, but it could here (may explain the "tcsh: Invalid null command" message). So copy the commands into a TextEdit document, which you have changed to Plain Text from the Format menu. Then be sure not to include any trailing space.
    Second point, we'll scrap the use of sudo since it is only your Home directory that you are interested in.
    Third point: as I said, we'll use bash. The prompt will change to a '$' instead of a '%'. When you've finished, you can return to tcsh with a plain exit command.
    So, copy and paste the following into the Terminal window, one line at a time, with a return after each line:
    <pre>bash
    find -d ~/Documents \( -name "?" -o -name ":" \) -exec echo 'mv "{}" `echo "{}" |
    sed -e "s^\?^_^g" -e "s^:^-^g" ` ' \; | sh</pre>This should work—it did for me!
    Note:
    it returned a > prompt with nothing else on the line.It will do this after the second line above—it is an invitation to complete the command

  • Terminal mass rename of files to remove illegal Linux characters

    Hi there!
    I have hundreds of gigabytes of files I need to copy over to a new Linux server. Unfortunately, Linux does not allow some filename characters that Mac OS X uses.
    How can I go through an entire directory and change any file or folder that uses : | ? \ " into a normal hyphen
    I've tried shareware renamers like Better File Rename and R-Name, but they are far too slow in scanning my folders. (I've spent hours waiting for them to pre-scan the directories before renaming)
    Is there some clever Terminal trick to do this?

    The short answer to your question is man bash. You want to write a script which will iterate through your files ( for i in *; do ...), and replace each bad character in each filename ($i) with a hyphen (so something like $j = `echo "$i" | sed s/[:|\?\\\"]/-/` but don't hold me to it because I'm not good at sed; instead, info sed.) Finally, do the rename: mv "$i" "$j" followed by done;. However, this solution, fleshed out, will only do it for top-level files in the given directory. To do it recursively in all subdirectories, etc., you should, inside the first for loop, test if the current item ($i) is a directory and, if so, cd therein and go again, via something like
    if [[ -d "$i" ]]; then cd "$i"; scriptname; cd ..; fi;
    To summarize:
    <pre style="margin-left: 3em">
    #!/bin/bash
    for i in *; do
    if [[ -d "$i" ]]; then
    cd "$i";
    scriptname;
    cd ..;
    fi;
    #FIXME!
    $j = `echo "$i" | sed s/[:|\?\\\"]/-/`;
    mv "$i" "$j";
    done;
    </pre>
    TEST FIRST! I HAVE NOT TESTED THIS AND I MAKE NO GUARANTEE THAT THIS WILL ACTUALLY WORK! Make a temporary directory, fill it with good and bad filenames, and make sure what you've written works there! I also haven't thought about how this deals with links and if that is relevant for you. Good luck!

  • Mass Competencies Upload WebADI

    Hi Gurus,
    I am new to tehnicalities of Oracle HRMS.I have to develop a code for upload of Competencies (of employees)in our system via WebADI
    Can anybody suggest or provide sample code for this? Would appreciate a lot
    Regards.
    SK

    You can use the following Pl/Sql API -
    hr_competences_api.create_competence
    create_or_update_competence
    update_competence
    delete_competence

  • Order termination for shoratge of material during Mass Confirmation COHV

    Hi,
    I am doing automatic goods issue (261 MT) while confirmation of order with tcode co15. If any shortage of raw materials is there, system terminators the goods movement with message and confirmation will not be done. This functionality is working fine while doing with tcode co15.
    But, when i do mass confirmations using tocde COHV even though the shotage of materials is there confirmations are taking place without issue of any goods to the order. This is wrong. Here also i want to terminate the goods movement with out any confirmation if there is shotage of any materials. Can any one please suggest what to do??
    Thanks in advance.
    Ramagiri.

    Dear Brahmankar,
    When i am using COHV mass confirmation of order if stock of one material is not available,even though other materials stock is available system is cancelling entire goods movement and confirmation is taking palce only with labor hrs. Here i am getting zero material cost. I checked in COGI , there is no faliure of any materials. Pl suggest.
    Ramagiri

Maybe you are looking for

  • How do i set up mutliple devices with one apple id

    My wife and I have 2 i phones and now a new i pad, we share an apple ID from one computer, songs apps, contacts but have seperate email ect. Now she has a i pad and wants to be able to text from it using her cell, as it stand now if she sends a text

  • My Wishlist for WebOs Update 1.4.5 - ALL REASONABLE AND Somewhat EASY.

    I just bought a Palm Pre and I love it far more than any windows or blackberry phone I ever had and far more than my old iphone. Its also, in my opinion, more of a draw for me than the android is. And I am sure that even though I am posting this, man

  • REPORT DESIGNER FORMAT CATALOG BACKGOUND IS BLACK

    REPORT DESIGNER FORMAT CATALOG AND CELLS BACKGOUND ARE BLACK IN COLOUR, DIFFICULT TO FIND CELL ELEMENTS ANY SOLUTION TO THIS . THANKS, NAGESH

  • Admin server problem

    Hi! After restarting host, when I tried to log in through console but I received following error: Cannot logon because of an incorrect password or Directory problem. HTTP Exception Response: http/1.1 500 Server error status: 500 url: http:// yyy.zz C

  • DBI for EBS r12.1

    Hi all, I am new to erp, i wanted to know as to how i can use the daily business intelligence suite for EBS r12.1 To be specific i wanted to know from where i can download it and steps to configure. thanks,