REgarding Infotype  for Update th medical ceritificate when EE takes Absnce

Hi,
My client Side There two types of leaves like EOL-with MC, Without MC(medical certificate).
Here EE takes EOL Without MC. that should be record, and its effefct on increment. right we r not implementing PD.
SO that reason i create 2 absnces types like 1eol, 2eol(with MC),
problem is wher i do update the certificates...
For this purpose we have run on Action when employee takes the 1EOL( With out MC).
can any body assist me.........
Thanks in Advance
Regards,
RAO

Thanks alot
Best Regards

Similar Messages

  • HT4060 I'm having some problems with my ipad and charging it. I am having to leave it in charge for a lot longer, but when I take it out and want to use it the battery is still not completely full and goes down a lot faster than usual

    I'm having some problems with my ipad and charging it. I am having to leave it in charge for a lot longer, but when I take it out and want to use it the battery is still not completely full and goes down a lot faster than usual. The other day, I had charged  my iPad overnight so that I could take it to university with me for the day, and when I had switched it on the next day the battery was on 5% and I had not used it since charge.

    Your battery may be dying. THey are only good for so many charges/discharges. If you have an apple store near by make an appointment and have them check itout

  • 11.0.0.4 Update still promting for update at clock even when disabled via GPO customization wizard

    I have custiomized the Adobe Reader 11.0.0.4 msi to disable any updating feature available . This is the same as the previous versions which have worked faultlessly. This time when i have deployed 11.0.0.4 it does install on the windows machine but still prompts beside the clock with an icon and message saying would you like to install the update? if i click it it then fails as its already installed. i do not want any user to see this message especaily when that version is already running on the machine! Please see below for further informaiton, Appriciate any help resolving this issue.
    Server software:
    Operating system: Windows server 2008 R2
    Client software:
    Operating system: windows 7 64 x pro
    Service Packs: SP1
    Adobe product: Adobe reader 11.0.0.4
    Are the system requirements met? yes
    Problem details:
    Type of problem: update icon and message still showing at clock even when disabled by customized GPO.
    Error message (if any): no erro just popping up!
    Logged on as administrator or user? both but deployed via GPO deployment
    Can you reproduce the problem when you test the problem on the server? yes i can repude on several PC's
    Deployment details
    If you are having deployment problems, also record the following:
    Base version   11.0.0.0
    Any patching/chaining? 11.0.0.1, 11.0.0.2, 11.0.0.3, gpo deployed each version now on 11.0.0.4
    Using MSI or EXE? MSI with MST file (MSI from 11.0.0.0 andmerged with Patch 11.0.0.4)
    Using the Customization Wizard? YES
    Deployment method (AIP, GPO, SCCM, ARD?) GPO
    Installing over other products? YES previous versions of adobe reader
    Did you attempt to install any third-party scripts or application  programming interfaces (APIs) with Acrobat during deployment? If so,  does the problem reside with these elements? (To find out, create a test  package containing only Acrobat.) no
    How did you create the package? customisation wizard Adobe 11.
    Does the problem occur when you install the application from a DVD?  If so, does the problem occur when you copy the contents of the DVD to a  local or network drive? n/a

    fyi
    Some feedback in SR 3-6322025251 ...
    After some on-going discussions with Product Managers, they don't believe this is expected behavior in the 3 questions (q4), (q5) and (q6).
    I have so created 3 new bugs for Development evaluation as no answer or known issue found.
    I have created a spin-off SR for each question/bug as per our policy we handle only one issue/bug per SR.
    You can follow each question/bug progress in the following SRs :
    - (q4) Is it intended behavior to have updated version columns on rows that have not really been updated (as observed in step (sc2-g) and (sc3-g))?
    SR 3-6838483321: Entity attribute with change Indicator and version history gets updated even if row unmodified in UI
    Bug 16381918 - OBJECT VERSION ATTRIBUTE INCREMENTED EVEN IF ROW UNMODIFIED IN UI
    - (q5) How can the NullPointerException (in step (sc2-h)) be explained/avoided?
    SR 3-6838483348: NPE in oracle.adf.model.binding.DCIteratorBinding.executeQueryIfNeeded
    Bug 16382070 - NPE IN ORACLE.ADF.MODEL.BINDING.DCITERATORBINDING.EXECUTEQUERYIFNEEDED
    - (q6) Why does the message in step (sc3-h) mention 'primary key oracle.jbo.Key[10 ]' while the row that really changed has Deptno 20?
    SR 3-6838483413: Incorrect primary key value from oracle.jbo.RowInconsistentException
    Bug 16382246 - INCORRECT PRIMARY KEY VALUE FROM ORACLE.JBO.ROWINCONSISTENTEXCEPTION
    Each bug has been published in MOS and are pending Development triage and evaluation.
    On My Oracle Support, I have been able to find bug 16381918, bug 16382070 and bug 16382246.
    regards
    Jan

  • When is SELECT FOR UPDATE used

    DB version:10gR2
    Since another thread of mine on this subject didn't go well, i am starting another thread.
    When exactly is SELECT..FOR UPDATE statement used? With the exception of using SELECT...FOR UPDATE in CURSOR declaration, I've rarely seen SELECT ...FOR UPDATE being used explicitlyby PL/SQL gurus in our firm. Why didn't they use SELECT..FOR UPDATE(i mean a stand alone SELECT FOR UPDATE, <em>not as a part of Cursor</em>) to lock rows before UPDATE/DELETE/INSERT in their codes?
    Edited by: M.Everett on Oct 20, 2008 12:00 PM
    edited the initial post to let the users know that I am refering to a stand alone SELECT FOR UPDATE statement, not the part of a cursor

    M.Everett wrote:
    What i gather from various sources in the Internet:
    1. SELECT FOR UPDATE is used mainly on CURSORs and very rarely used as a stand alone statement (if this is not the case you would have seen SELECT FOR UPDATE statements before every UPDATEs and DELETEs in PL/SQL codes)
    2. Stand alone SELECT FOR UPDATEs are used mainly when dealing with CLOB, BLOB
    Am i right in making these conclusions?1. This is probably a fair assumption.
    2. Not really. SELECT FOR UPDATE is not a requirement when dealign with (C|B)LOBs.
    SELECT FOR UPDATE allows an easy form of reference when you come to update rows in a cursor loop (although cursor loops should be rarely used), because rather than having to include a where condition on key columns you can just refer to the CURRENT ROW. Obviously, the main reason for using SFUs is the locking and this can become a requirement in some business environments where a user "picks up" a record to deal with and other users will then not see that record in their list or be able to select it for themselves.
    ;)

  • Binding variables for Update

    Hello,
    I am receiving ORA-01008, not all variables bound. But I don't know what I am missing. I have defined my data adapter for update as below. When I send the datatable to the update command, da.update(dt);, I get not all variables bound. What am I missing?
    Thanks,
    Kim
    oraCmdUpdate.CommandType = CommandType.Text;
    oraCmdUpdate.CommandText = "update assay_label set prefix=:prefix, result_type_id=:result_type_id, suffix=:suffix, result_order=:result_order where assay_label_id=:assay_label_id";
    oraCmdUpdate.Connection = frmDashBoard2.GetConnection();
    oraCmdUpdate.Parameters.Add(new OracleParameter("ASSAY_ID", OracleType.Int32));
    oraCmdUpdate.Parameters[0].Direction = ParameterDirection.Input;
    oraCmdUpdate.Parameters[0].SourceVersion = DataRowVersion.Original;
    oraCmdUpdate.Parameters.Add(new OracleParameter("ASSAY_LABEL_ID", OracleType.Int32));
    oraCmdUpdate.Parameters[1].Direction = ParameterDirection.Input;
    oraCmdUpdate.Parameters[1].SourceVersion = DataRowVersion.Original;
    oraCmdUpdate.Parameters.Add(new OracleParameter("PREFIX", OracleType.VarChar));
    oraCmdUpdate.Parameters[2].Direction = ParameterDirection.Input;
    oraCmdUpdate.Parameters.Add(new OracleParameter("RESULT_TYPE_ID", OracleType.Int32));
    oraCmdUpdate.Parameters[3].Direction = ParameterDirection.Input;
    oraCmdUpdate.Parameters.Add(new OracleParameter(":SUFFIX", OracleType.VarChar));
    oraCmdUpdate.Parameters[4].Direction = ParameterDirection.Input;
    oraCmdUpdate.Parameters.Add(new OracleParameter("RESULT_ORDER", OracleType.Int32));
    oraCmdUpdate.Parameters[5].Direction = ParameterDirection.Input;
    da.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
    new System.Data.Common.DataTableMapping("ASSAY_LABEL","assayDs",
    new System.Data.Common.DataColumnMapping[] {
    new System.Data.Common.DataColumnMapping("ASSAY_ID","assay_id"),
    new System.Data.Common.DataColumnMapping("ASSAY_LABEL_ID","assay_label_id"),
    new System.Data.Common.DataColumnMapping("PREFIX","prefix"),
    new System.Data.Common.DataColumnMapping("RESULT_TYPE_ID","result_type_id"),
    new System.Data.Common.DataColumnMapping("SUFFIX", "suffix"),
    new System.Data.Common.DataColumnMapping("RESULT_ORDER","result_order")})});
    da.UpdateCommand = oraCmdUpdate;

    Hi Kim,
    By default ODP.NET works in "bind by position" mode (BindByName=false). This means that unless you set BindByName=true, the parameters will need to be added to the collection in the "correct" order. (i.e. the order in which the appear in the command text). Taking a quick look at the posted code, it looks like the parameters are being added to the collection an order different from that in the command text...
    Hope that helps a bit,
    Mark

  • Why does it take so long to check for updates?

    I have my setting to not auto download because of my limited satellite IP. But when I go to check the App store for updates it just sits there spinning apparently using up my download allowance. I am beginning to think Apples don't belong on Satellites.
    MacPro with upgraded Mountain Lion

    I have machines on both platforms and am well aware of amount of updates. What I was wondering about is an issue I have when trying to check for updates, the length of time it takes to connect with the update server. I realize though it may be a "satellite" problem not experienced by DSL users.
    But I am surprised that Apple doesn't provide an "inhouse" download scheduler given the size of many of their downloads (considerably larger than the average MS download)

  • Check for Updates and User Account Control

    With Adobe Reader the 'Check for Updates' function under Help does not appear to function when 'User Account Control (UAC)' in Windows Vista is turned on.
    When UAC is turned off, the 'Check for Updates' works, and if there an update is available for Adobe Reader, it will download and install.
    Other programs that update software funtion with UAC turned on, albeit with the additional dialog boxes that UAC brings, namely the CTL/ALT/DEL and user account logon (when applicable.)
    Without updating the Adobe Reader software, users are leaving themeselves open to vulnerabilities.  Without UAC turned on, users are also leaving themselves open to certain risks.  So there appears to be a dilemma presented.
    Does anyone know if/when Adobe will be changing the 'Check for Updates' functionality so it will behave more in-line with the UAC functionality?
    Thank you in advance for your time and attention.

    With UAC enabled, I start Adobe Reader, click on Help, and there is no selection for updating.  There is nothing for me to click.  Additionally, in Edit, Preferences, Updater, "Do not download or install updates automatically" is selected, and everything on the right pane is greyed-out.
    With UAC disabled, I start Adobe Reader, click on Help, and there is a selection for 'Check for Updates.'  In Edit, Preferences, Updater, I can select the various methods of downloading/updating Adobe Reader.  The option to download the update but not install was selected, as I wanted it to be.
    Finally, I noticed that the notice from Adobe, 'Update is ready to install,' appears in the Windows tray.  And it is this point that somewhat changes the serverity of the problem, that is, while 'Check for Updates' is not available when UAC is enabled, it appears that Adobe can still be updated through the automatic download feature.  The only problem with this is that I cannot tell if the update was downloaded while UAC was enabled (probably not since the download setting says not to) or while UAC was disabled.
    In any case, it still does not appear that our clients can get their Adobe Reader software updated while UAC is enabled.  And this represents a security dilemma for us.

  • My IPhone 5 keeps checking for update

    My iPhone 5 Running iOS 6.1 When I want to update it keeps checking for update, I said maybe it should take a lot of time but it stayed 2 hours Checking for update Please Help???

    Having the same problem with my Sprint iPhone 5.  The service has been dropping on and off for the last month.  Last Saturday it was fine, left it charging over night, woke up the next morning and it said "Searching" in the top left corner of the screen.  Stayed that way for 5 days.  Went the through the routine with Sprint phone support, ##UPDATE#, Erase Network Settings, Restore Phone, no help.
    Took it to the Sprint store on Friday and left it with them for an hour and a half - they replaced the SIM card and got it to re-activate.  Phone was fine yesterday, left it charging last night, and again this morning it is "Searching..." again.
    Called Apple and they are having me go through the same routine restoring the phone.
    Fit to be tied over here.

  • FOR UPDATE causing query to take very long to execute.. What can we do ??

    SELECT cell_data
    FROM csv_workfile
    WHERE cell_row = p_r
    AND cell_column = p_c
    FOR UPDATE;
    this is our query. it take very long to execute.
    wat can we do to get it working properly.
    this is real real urgent .
    Ragards

    Hi,
    first ask yourself if a SELECT FOR UPDATE is really necessary. If so, try to use an FOR UPDATE OF <attribute>. If there are many users accessing and updateing this table try NOWAIT Option. Your process will not be blocked on case of another lock. You will get error ORA-00054 and can do other things while waiting.
    Keep in mind that locks will only released after COMMIT.
    But remember to ask yourself. Row locking can be very time consuming. If you can avoid it.
    Bye,
    Holger

  • When i take file classes12.zip

    Hi all,
    When I take file classes12.zip?
    I need that file for database connection URL?
    Can you give me link for download this file?
    Thanks,
    Best Regards
    Okik Setianto

    Welcome to the forum!
    >
    When I take file classes12.zip?
    I need that file for database connection URL?
    Can you give me link for download this file?
    >
    Here is the official FAQ site with all the jars.
    And it has the link to the main download page
    http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html
    And that page has the link for Oracle 8i files which include classes12.
    http://www.oracle.com/technetwork/database/enterprise-edition/jdbc817-100207.html
    Why do you need such an ancient file?

  • I am updating iphoto 9.1 to 9.3 and every time when I clicked for update aps store asked to open it in the account where you purchased. I am using the same account and its available in the purchased item of this account. Can someone resolve this problem.

    I am updating iphoto 9.1 to 9.3 and every time when I clicked for update aps store asked to open it in the account where you purchased. I am using the same account and its available in the purchased item of this account. But in my purchased item library it indicates that you update iPhoto. I am not sure which account the aps store asking. Can someone resolve this problem.

    Contact App Store support. They're the folks who can help with Account issues.
    Regards
    TD

  • Trying to sync my new 5 and it says my iTunes needs to be updated.  however when i click on "search for updates" it says i am up to date???

    I am trying to sync my new 5 but iTunes tells me i need to upgrade to 10.7.  however when i click "search for updates" it says this computer is up to date?

    Hello KYaple,
    It sounds like there are permissions issues with iTunes. When you sync it may be trying to copy purchased items from your iPhone to your iTunes. Check out the article below to try and resolve it.
    iTunes: Missing folder or incorrect permissions may prevent authorization
    http://support.apple.com/kb/ts1277
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • I have a problem with my ipad when choosing software update it is continously loading the message checking for updates without showing any results

    I have a problem with my ipad when choosing software update it is continously loading the message checking for updates without showing any results  

    Hello SuzMiller
    Check out the article for the troubleshooting steps for issues with email on your iPhone and iPad.
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/ts3899
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • Daily I receive a question for updating my Firefox (s.6.17 MacOs), but when I agree the result is Or no contact with the update-server

    Daily I receive a message for updating my Firefox (3.6.17 MacOs 10.6.8) but when I agree, it takes quite a long time and then OR a message: no contact with the update-server OR something like: Sorry we cannot find xxxxx(?!).
    QUESTION: HOW TO UPDATE?
    [By the way: what about version 8.0! Is that perhaps for mobile-systems?
    With regards, Jan Stevens.

    If there are problems with updating or with the permissions then easiest is to download the full version and trash the currently installed version to do a clean install of the new version.
    Download a new copy of the Firefox program and save the disk image (dmg) file to the desktop
    *Firefox 8.0.x: http://www.mozilla.com/en-US/firefox/all.html
    *Trash the current Firefox application to do a clean (re-)install
    *Install the new version that you have downloaded
    Your profile data is stored elsewhere in the Firefox Profile Folder, so you won't lose your bookmarks and other personal data if you uninstall and (re)install Firefox.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox

  • Updating a vendor table when address changes in infotype 6

    hello all,
    when an employee changes his personal information in the PZ02 service, it updates the infotype 6, as soon as the update is done it has to update the LFA1 or LFB! vendor table.
    is there a workaround for this
    BR
    venu

    thanks for the reply.
    whenever there is an address change in IT6 it should update the vendor table(for eg: if changes are done in PA30 and not from ess, so its kind of generic version that i have to create to update the vendor table either from ess or PA30).
    i am already using the HR_ESS_ADDRESSDETAIL and HR_ESS_ADDRESSLIST for changing the fields on the iview.
    (t77www_sc)and linking it to pz02.so what u mean is i can go ahead and write the code in the same module for updates.
    is this is the only way to do it, or we can do it by BAPI_address_change.
    I am trying to know all the different ways it can be done.
    a)can i use a BAPI if so which one?
    b) can i do it thru workflow.
    c)or user exit.
    Please help me out with details
    thanks
    venu

Maybe you are looking for

  • Which table stores program names?

    Hi, Which table stores the program names. Suppose i have a program with name ZTEST. And the program ZTEST has 2 more include programs ZTEST_TOP and ZTEST_MAIN. Now the requirement is that i'll have the program name (Say ZTEST), I need to fectch the i

  • Record of Thanks -In gratitude  !

    Folks, Thought, In this august forum many of us have learned a lot ..from our questions from others questions, from advise, from answers ....from  various directions we learned we may have awarded points, but I opine that there is more than assigning

  • Is mobile me the same as icloud

    is mobile me the same as icloud

  • Lightroom 4 with Windows 8 and Nikon D3, no camera detected

    I updated my windows 7 to Windows 8 and now as I try to use Tethered Capture in Lightroom with my Nikon D3 camera, there's it that No camera detected. In other computer where's Windows 7 it works very fine. I can operate my camera from computer and,

  • How to login Design Browser

    I have Oracle 9i Server, OWB 9.2 Server and Client installed in my system ( Windows 2000 Professional ). Actually I want to login to Design Browser to view reports on design repository. So, for that I have created a DAD. While entering all the requir