Pre-Hire process to get an employee number from Oracle

Does anyone know of a solution that has been done to implement a so called Pre-hire process where you can get an initial Oracle employee number assigned before the person is actually entered into the system? For instance, if you hire someone in 2 weeks, but you use the Oracle employee number to also setup email, computers, etc. prior to them starting so that they have what they need on the first day of work. We use the Oracle employee number as our employee number to set up a multitude of things but we do not always get the person in the system soon enough to get an employee number. Can anyone shed some light on what others are doing?

We are looking at modifying the Self-Service screens to only put in the minimum required data but we need to do a Correction the second time we go into the screen to correct the rest of the data. Has anyone done this?

Similar Messages

  • Function to get the employee number from the username

    Hi,
    Does anyone know the standard function in CRM to get the employee number (related to the user) giving the username?
    Thanks,
    TPT

    Hello TPT,
    BP_CENTRALPERSON_GET is the FM you need.
    Provide the username and you'll get the person_id (of the organizational mgmt), business partner guid and the employee ID.
    Hope this helps,
    Regards,
    Joost

  • How do I get my UDID number from my ipod if I can't plug it into itunes?  Apple took it back because it was broken and gave me a new one but I have games and apps that can only be moved over with the UDID from the old pod.

    How do you get the UDID number from your ipod if you don't have the ipod anymore.  The apple store took it because it wasn't working so I can't plug it in to get the number.  Some of my apps are associated wtih that number and I can't move them to my new Ipad without that number.  Any ideas?

    Hi KT. I restored my information back to November 10th and the one app that I need the info on is still empty like I just downloaded it. Do you have another suggestion? I was able to track down my serial number but can't get the UDID without plugging it in and I no longer have it. Suggestions?

  • Can anyone help me get a serial number from Adobe & Identit-e?

    I bought the Adobe Creative Suite 6 Design Standard Student & Teacher edition through Amazon online. I followed the instructions inside the package to verify my eligibilty as an educator. I received a message on the screen after submitting my materials that I was verified & I would be receiving a serial number.  This was on June 1. I contacted Adobe Chat and a rep. told me to wait 2 -3 business days, but still no email with serial number had arrived. On June 7, I contacted Adobe Chat again and the rep told me to contact customer service at identit-e.  I have sent  identit-e two emails with no response. It has been one week of trying to get my serial number from either Adobe or identit-e.  Can anyone help me get my serial number?
    Product Code <removed by moderator>. 
    My work email is <Removed by moderator>

    Jeff,
    I ordered through Amazon and not through Adobe so there is not a record of my order on the Adobe website.  I do have a record of the order with Amazon so I requested a refund through Amazon.  The product is unusable without the serial number.  It has been 8 days since my eligibility  was verified with identit-e.  I have spoken with three Adobe rep.s and two unanswered email to identit -e trying to get the serial number since I was verified as eligible to receive the student/educator version of Creative Suites. I am very disaapointed with the lack of help I have received from Adobe with this issue.
    Being referred to identit-e or to a FAQ page is not what I needed to solve the problem- I needed the serial number  I have lost complete confidence in Adobe's customer service and that the serial number will ever be provided.
    Kathie

  • My iPod touch was stolen. Can you tell me how I can get the serial number from my iTunes account?, My iPod touch was stolen. Can you tell me how I can get the serial number from my iTunes account?

    My iPod touch was stolen. Can I get the serial number from my iTunes account?

    See the end of:
    - If you previously turned on FIndMyiPod on the iPod in Settings>iCloud and wifi is on and connected go to iCloud: Find My iPhone, sign in and go to FIndMyiPhone. If the iPod has been restored it will never show up.
    - You can also wipe/erase the iPod and have the iPod play a sound via iCloud.
    - If not shown, then you will have to use the old fashioned way, like if you lost a wallet or purse.
    - Change the passwords for all accounts used on the iPod and report to police
    - There is no way to prevent someone from restoring the iPod (it erases it) using it.
    - Apple will do nothing without a court order                                                
    Reporting a lost or stolen Apple product                                        
    - iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number

  • If my ipod was stolen can i get my serial number from apple?

    how would i get my serial number through apple store if it was stolen today? i need it ASAP beause im in school and the day ends at 1:45...someone help me please

    I don't believe you can get your serial number from Apple since they have know way of knowing that you are indeed you, but you can call Apple tech support at 1-800-275-2273 (if you have a cellphone or can make an 800 call from school) and ask.
    Otherwise, if you have access to a computer to which you synced the iPod, or someone you can call does, you can find the serial number in iTunes on that computer. See:
    http://support.apple.com/kb/HT1459#one
    Regards.

  • HT1349 My Ipad was stolen, How can I get the serial Number from Apple. It was registered with them

    I had  2 Ipads, a mac book pro and a Mac Air stolen 2 weeks ago
    I am trying to locate one of the serial numbers, but cant find the last box.  Can I get the serial number from Apple. It was registered and now it is not showing up as one of my products.
    Thanks

    The easiest way to find your serial number is this Open Itunes...click help... run diagnostics.....(tick or untick as necessary) so that you just have ticked the last two,  device connectivity and device sync.  run these tests. it will say no ipod/ipad found but will give results of test....scroll down to bottom of results... here you will find the serial number of your last attached devices.

  • How to get payment document number from paid column in monthly invoice

    Dear experts
    I use SBO japan version and i need to know how to get payment document number from paid column in monthly invoice ?
    in table MIN1, only contain invoice and credit note document number, there is no payment document number
    thank you for your help
    Best Regards
    JeiMing

    Dear Gordon
    Yeah, you are right, i can use field MIentry in RCT2
    thank you
    Best regards
    jeiming

  • Getting valid idoc number from the sales document

    hi,
    Iam sending the code for getting the idoc number from sales document.
    but iam not getting the result.
    please see the code and correct the code so that i will get the idoc number from the sales document.
    tables edid4.
    data l_docnum like edid4-docnum.
    parameters:p_vbeln like vbak-vbeln.
    call function 'CONVERSION_EXIT_ALPHA_INPUT'
      exporting
        input         = p_vbeln
    IMPORTING
       OUTPUT        = p_vbeln
    select single docnum from edid4 into l_docnum where sdata like '&p_vbeln&'.
    if sy-subrc = 0.
    write edid4-docnum.
    else.
    write ' the record is not found'.
    endif.
    it is very urgent..............
    thanks in advance......

    See the below code :
    report zxyz.
    tables edid4.
    data l_docnum like edid4-docnum.
    parameters:p_vbeln like vbak-vbeln.
    <b>data sdata like edid4-sdata.</b>
    start-of-selection.
    call function 'CONVERSION_EXIT_ALPHA_INPUT'
    exporting
    input = p_vbeln
    IMPORTING
    OUTPUT = p_vbeln
    <b>concatenate '%' p_vbeln '%' into sdata.</b>
    select single docnum from edid4 into l_docnum
                  where sdata like <b>sdata.</b>
    if sy-subrc = 0.
    write edid4-docnum.
    else.
    write ' the record is not found'.
    endif.
    Thanks
    Seshu

  • I keep getting an invalid serial number when re-installing Adobe Acrobat 9 I am getting my serial number from my registered products

    I keep getting an invalid serial number when re-installing Adobe Acrobat 9 I am getting my serial number from my registered products

    If it was an upgrade version, it may be you are being asked for the qualifying product S/N and are entering the new S/N instead. That would cause a problem.

  • Can i get my serial number from itunes without connecting my ipod?

    cani i get my serial number from itunes without connecting my ipod?

    Yes, but first you have to make a hat out of aluminum foil, sacrifice 2 pounds of red jelly beans to the serial number god, run around the block three times on one leg while chanting OH Wa Ta Goo Siam.   When you get back home the serial number will be written on a piece of paper inside a mayonaise jar that is buried exactly 49.475 feet NNW of the southeast corner of your house...  But don't tell anyone I told you this....
    Now where's my hat....

  • How to get Accounting document number from billing document number

    Hi,
    How to get Accounting document number from billing document number i.e. from VBAK- VBELN.
    Cheta Pant

    Hi,
    VBAK is the Sale Order header table, Billing document table is VBRK.
    Sales tables (VBAK,VBAP,VBRP,VBRK) do not store accounting document numbers.
    You do other way around. Just go to SE16 and enter the Billing document number in field Billing document VBELN in BSEG or BSID or BSAD table and execute, you will find the accounting document number.
    If you just want collect this information once then you can use table BSEG, but if you think to develope a report then use table BSID and BSAD.
    Regards,
    Chintan Joshi

  • Is There Anyway I Can Get The Serial Number From My iPod Without Actually Having The iPod?

    Is There Anyway I Can Get The Serial Number From My iPod Without Actually Having The iPod?

    - Sign in hee and look:
    My Support Profile
    - On your syncing computer go to iTunes>Preferences>Devices and hover the mouse pointer over the iPod backup and the SN will pop up in a box.

  • Getting SIM card number from iPhone 5

    I just got my iPhone 5.  It's asking me to give my SIM card number in order to activate it online.  The instructions are saying to take the back cover off of the phone. How do I do that?  Doesn't look like I can. I tried using a pin to open the side of it but that didn't work. 

    LyndyB
    Re: Getting SIM card number from iPhone 5 
    Jan 28, 2013 8:22 AM (in response to SallyD79)
    This answer a little late but will post anyway in case another person comes this way:
    If the SIM is already installed in your phone, you can browse to the Settings area and obtain there.
    Settings > General > About
    Locate the ICCID number. It is typically 20 digits long (5 groups of 4 digits).  This is the SIM card number.
    If the Phone was shipped with the SIM installed, this ICCID number is usually written on the label that is affixed to the outsided of the box.
    Hope this helps.
    This worked! Saved me a trip home, and trying to scrounge up a pin...

  • Where do I get the serial number from for Photoshop Elements

    Where do I get the serial number from for Photoshop Elements?  I need to use on a new computer as my old computer crashed.  Orignally the program was loaded with a download application online.

    If you registered PSE, go to the main page of adobe.com and look for My Adobe, then work through the links there and you will find a list of your adobe products and their serial numbers.

Maybe you are looking for

  • (Missing) Apple Firewire 720x...on FCP3

    accidentally having turned off the power, we now get the error above. how does one put it back in? are there a couple ways to go about it, one being the best? thanks a million. g4   Mac OS X (10.3)  

  • Using the Audit Provider to log ejb security events

    I would like use the audit provider to log security events for ejbs that use container managed security. Specifically I want to record the name of the ejb being accessed, the method the user is accessing, the time of the event and the user name of th

  • How do I mark read emails as unread?

    I have an iPad 2 and it when it updated the new IOS, I no longer had the "Mark" button in my email.  I want to use the Mark button to make emails "Unread" again.

  • About to Install 10.5 - Suggestions/Questions?

    About to install 10.5 onto two Duo2Core white iMacs. Also going to 10.5.1 on 3 new Macs I just ordered. Other than the usual - backup data, repair permissions, turn off all updates, run no apps - any other suggestions for success in the install of 10

  • Messages Share Screen stopped

    OK My mum IM'ed me today. Asked to share her screen via (now) Messages, formerly iChat. As I have done before... I went to do so, and it came up with an error saying "connection failed" Can I ask, is this another bug based on Mountain Lion, or does b