How to calculate Residual hours without running Carry Over

Hello Friends..
Here comes the scenario,
I need to pay the employee on the last pay period of the year for the sick leave accrued beyond carry over.
but client will run the carryover only on the first day of the new year..
how could i Calculate the residual hours without running the carryover??
Guru

Hi Guru,
Don't you think it will be risky paying the employee in the last pay period before the carryover process? there can be a scenario where you have paid the employee and the employee also applies leave before the carryover process.
It is always recommended that you define the cut-off period beyond which employees are not able to apply leave for current calendar year and then get the excess leave for payout and then run the carryover process.
Just give a thought on this and recommend the same to the client.
Thanks,
Sanjay

Similar Messages

  • How to calculate number of threads  running  on Windows 2000 terminal?

    How to calculate number of threads running on Windows 2000 terminal for the oracle process?
    I have installed Oracle 9i DataBase with 6 patch(9.2.0.6.0) on Windows 2000 Terminal.
    But,after database is started up, when i check up the sessions in v$session view.
    It is showing like for SYSTEM osuser alone, 10 ORACLE.EXE sessions running on this server machine in active state.
    Why it is creating 10 ORACLE.EXE sessions for a single Oracle Server.
    This is the output of v$session view.
    SQL> select terminal,osuser,status,sid,serial#,program from v$session;
    TERMINAL OSUSER STATUS SID SERIAL# PROGRAM
    IMGDBSVR SYSTEM ACTIVE 1 1 ORACLE.EXE
    IMGDBSVR SYSTEM ACTIVE 2 1 ORACLE.EXE
    IMGDBSVR SYSTEM ACTIVE 3 1 ORACLE.EXE
    IMGDBSVR SYSTEM ACTIVE 4 1 ORACLE.EXE
    IMGDBSVR SYSTEM ACTIVE 5 1 ORACLE.EXE
    IMGDBSVR SYSTEM ACTIVE 6 1 ORACLE.EXE
    IMGDBSVR SYSTEM ACTIVE 7 1 ORACLE.EXE
    IMGDBSVR SYSTEM ACTIVE 8 1 ORACLE.EXE
    IMGDBSVR SYSTEM ACTIVE 9 1 ORACLE.EXE
    IMGDBSVR SYSTEM ACTIVE 10 1 ORACLE.EXE
    SUGANTHI_DBA suganthi ACTIVE 11 91 sqlplusw.exe
    11 rows selected.
    SQL>

    This is how i have related these two views:
    SQL> select s.terminal,s.osuser,s.status,s.paddr s_paddr,b.paddr p_paddr,s.program
    2 from v$session s,gv$bgprocess b
    3 where s.paddr=b.paddr;
    TERMINAL OSUSER STATUS S_PADDR P_PADDR PROGRAM
    IMGDBSVR SYSTEM ACTIVE 33AF2270 33AF2270 ORACLE.EXE
    IMGDBSVR SYSTEM ACTIVE 33AF2654 33AF2654 ORACLE.EXE
    IMGDBSVR SYSTEM ACTIVE 33AF2A38 33AF2A38 ORACLE.EXE
    IMGDBSVR SYSTEM ACTIVE 33AF2E1C 33AF2E1C ORACLE.EXE
    IMGDBSVR SYSTEM ACTIVE 33AF3200 33AF3200 ORACLE.EXE
    IMGDBSVR SYSTEM ACTIVE 33AF35E4 33AF35E4 ORACLE.EXE
    IMGDBSVR SYSTEM ACTIVE 33AF39C8 33AF39C8 ORACLE.EXE
    IMGDBSVR SYSTEM ACTIVE 33AF3DAC 33AF3DAC ORACLE.EXE
    IMGDBSVR SYSTEM ACTIVE 33AF4958 33AF4958 ORACLE.EXE
    IMGDBSVR SYSTEM ACTIVE 33AF4D3C 33AF4D3C ORACLE.EXE
    10 rows selected.
    SQL>
    Here, It shows 10 sessions are running.
    Whether this means 10 threads are running on the particular server or not?

  • How to calculate the hour difference between two dates?

    hi all,
    how to calculate the hour difference between two dates?
    eg i trying this...
    ((TO_DATE(TO_CHAR(GRNi.reference_date_4,'hh24:mi'),'hh24:mi') -
    TO_DATE(TO_CHAR(NVL(GRNi.reference_date_3,SYSDATE),'hh24:mi'),'hh24:mi'))*24)*60 Act_Hr
    Reg.
    AAK

    Hi
    To break the diff between 2 dates into days, hours, minutes, sec -- you can use the following:
    select to_char( created, 'dd-mon-yyyy hh24:mi:ss' ),
    trunc( sysdate-created ) "Dy",
    trunc( mod( (sysdate-created)*24, 24 ) ) "Hr",
    trunc( mod( (sysdate-created)*24*60, 60 ) ) "Mi",
    trunc( mod( (sysdate-created)*24*60*60, 60 ) ) "Sec",
    to_char( sysdate, 'dd-mon-yyyy hh24:mi:ss' ),
    sysdate-created "Tdy",
    (sysdate-created)*24 "Thr",
    (sysdate-created)*24*60 "Tmi",
    (sysdate-created)*24*60*60 "Tsec"
    from all_users
    where rownum < 50
    HTH
    RangaReddy

  • Firefox won't start, but possible to troubleshoot as compatibility. how can I fix this without running compatibility?

    2014 April 29, Firefox works fine but April 30 it won't start, the possible to work is running compatibility (troubleshoot). Is there any solution for this without running compatibility or without formatting computer? And works during 2014 April 29.
    I've already uninstall anti virus
    I try also restore and repair windows
    I've also uninstall and reinstall firefox.
    still doesn't work :(

    If you had an update of Firefox, the firewall may be the problem.<BR><BR>
    This problem occurs when your Internet security program was set to trust the
    previous version of Firefox, but no longer recognizes your updated version as
    trusted. Now how to fix the problem: To allow Firefox to connect to the Internet
    again:<BR><BR>
    * Make sure your Internet security software is up-to-date (i.e. you are running the latest version)<BR><BR>
    * Remove Firefox from your program's list of trusted or recognized programs, then add it back. For detailed instructions, see Configure firewalls so that Firefox can access the Internet.

  • How we calculate product cost  without taken activity type

    Respected sir,
    pls tell me without taking activity type costing can we calculate product cost? is it possible through Overhead costing to  calculate product cost?
    or if we taken quantity base costing how we calculate each product cost?
    please help me.......
    Than'x
    Dhananjay

    Hi
    Without Activity type you cannot calculate Operation cost. It is not good practice. Why you want to do like this. Please explain.
    I think Over head cost can be calculated without operation cost.
    Regards
    J. Saravan

  • How To Calculate the % business without Defining Structure

    Hi Experts,
    Report Requirement is displaying the Customer Number, Business  Value, % Business
    %Business = (customer business * 100) / Total Business Value.
    Report Output  sholud Looks
    CNO   Business   Business in %
    C1        100               50%
    C2         50                25%
    C3         50                25%
    How can we achive This without defining the Structure(because we have lot of Records) or  VB macro coding.
    Thanks
    Chandra

    Hi,
    U neednt create any structure. The CNO u can keep in rows. Business in columns. and right click and create a new formula as
    ( business * 100 ) / SUMGT(business)
    This is multiply the value in business for that particular row by 100 and then divide it with the overall sum of business.
    Hoep it helps
    Regards,
    Rathy

  • How to populate one array without running the entire VI

    I'm trying to populate a complex array that I built that reads from a spreadsheet file.  The company I am building it for only has labview run time on the PXI test equipment that I am working with.  I am having to fix the VI On my computer then build an executable and then test it on the machine to see if it runs properly.  It's a very tedious process.  I cannot run the VI on my computer because it requires to have a FLUKE 726 connected in order to run.  So, I was wondering if there is a way to repopulate the array without running the entire VI?
    Your help would be greatly appreciated.

    Create a subVI for reading/processing of the array.  Then you just have to test that subVI as your machine.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • How to get custom iCal colors to carry over to iPad or iPhone calendars

    How do I get custom calendar colors designated on my iMac to carry over to my iPad or iPhone?  It used to do so, and now it no longer does.

    Thanks Joe.  We have discovered from this forum, actually, that if you send the photos from the iPhone, if that's where they were taken, then you are asked what size. 
    "If you send from the camera, then you get the option of reducing the size. If you send from your other photos synced from your computer, they don't have that option of reducing."
    I tested it by sending a couple of photos taken by my iPhone, and sure enough, was asked as to size.  Then sent the same two photos from my iPad (Photostream) and was not asked.  Interestingly though, the sizes were identical in both emails.

  • How to calculate product cost without PP?

    Hi,all
    Now I have a question about product cost
    The system don't include PP, only FI/CO,MM, so there is not BOM,Routing and Product Order,and so on.
    Then how can I estimate the product cost?
    And how can I collect the product cost? And how can I calculate the actual cost in Period-End Closing?

    Hi Srikanth,
    thanks for your help.
    Yes,I will use CO Production Order to collect the costs.
    My flow is
    first,create CO Production Order using KKF1
    then, send material to the CO Order using MB1A (how does I send the activities from Cost Center to CO Order ?)
    then,receive goods from CO Order using MB31
    The flow is right?
    But how can I send the balance of the manufacture Cost Center  to the CO order?
    How do i process the balance of the order?
    and  how can i calcute the actual price of the goods?
    regard
    Edited by: Yongjin Feng on Feb 26, 2009 9:20 AM
    Edited by: Yongjin Feng on Feb 26, 2009 9:30 AM
    Edited by: Yongjin Feng on Feb 27, 2009 1:54 AM

  • My vi is hung...how can I discover where it hangs without running it over and over

    After my vi performs some of the tasks it is asked to do (all by events), when pressing the next button (latch type) that should create a new event, the button stays down (is never read by the event) , the event does not trigger.  The previous event seems to complete all its functions but doesn't seem to allow other events to be started.
    any thoughts.
    Solved!
    Go to Solution.

    Have you tried turning on execution highlighting? From the sounds of it sounds like you are getting stuck inside your event 1 task and not really exiting it. Also, as a general suggestion stacked sequences are generally frowned upon. You are much better off using a state machine. It is much more flexible and extensible. Another option would be to use a producer consumer archittecture and when the event triggers notify (using a queue) the consumer task, which is usually a state machine, to process the event. At a minimum I would turn the code from each of your frames into a subVI and then simply wire all the subVIs together.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • How to calculate business hours, after hours...

    Hello,
    I need to break down the time interval between 2 dates into:
    - business hours (9-5)
    - after hours
    - weekends
    - holidays
    the time interval between 2 dates
    Any hint/pointer/url to a known solution/procedure/generic algorithm would be greatly appreciated...
    I need/prefer to do the calc in Forms program unit (PL/SQL).
    Thanks/
    Regards,
    Arpad

    See this:
    http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:185012348071
    Tom Best

  • How to send text message without knowing carrier

    I tried to send a text message to someone whose phone number is all I have. The app keeping auto inserting a 1 before the out of state tel #. I then get a prompt to use a 10 digit number which is what I entered. How to force the message to go through? Or do I need to download one of those free text apps for iphone? iphone 4.

    Hello,
    Generally when using the Messages.app on an iPhone, using the 10-digit method work (i.e 123-456-7890)
    Make sure you are updated the latest firmware, although no firmware has updated the messages app yet.
    Hope this helps.
    -Devin

  • How do I backup playlists WITHOUT running iTunes?

    I have a corrupted Installshield and cannot run iTunes nor can I reinstall it. I'm addressing that issue - I'm have to reinstall my O/S (Windows XP Pro). I've already backed up my songs, but my question is:
    Is there any way to locate and backup my playlists WIHTOUT opening iTunes?
    Thanks!
    Thinkpad T30   Windows XP Pro  

    Don't forget to backup your audiotracks as well

  • SAP Bex: How to calculate formula variable, without dragging corresponding date in the row

    Hi Experts,
    In my requirement, we should not do any changes in the BW system. I need to create a Bex query on the existing Info-set, KPI need to be calculated from the date objects.
    e.g
    Delivery date - Order date - which has been done with the formula variable in the bex, I'm getting exact value. the  problem is if I'm not dragging the Delivery date or order date in the Bex ROW, its not populating value. I'm expecting consolidated value for a month.
    It has an impact in the BOBJ system. since i'm not getting consolidated value, the number of data which is coming in BOBJ system is very huge. Hence doing calculating in the bobj will affect performance.
    Regards
    Vijaykumar

    Hi,
    i think your calculating the value form Delivery date - Order date.
    if you drag the Delivery date - Order date object to rows it will give values.
    Thanks,
    Phani.

  • I lost all the data from 3g to 4g for apps, utilities, games etc. How can I get it without starting all over again

    When I synced the new phone, it gave me the icons for all the Apps but when I went to get on one it said I had never been there, the syc/restore did not give me all the data. I got pictures, but everything else is as if I just started. HELP

    for #1
    Frequently asked questions about Apple ID - Apple Support
    I have multiple Apple IDs. Is there a way for me to merge them into a single Apple ID?
    Apple IDs cannot be merged. You should use your preferred Apple ID from now on, but you can still access your purchased items such as music, movies, or software using your other Apple IDs.
    If you are wondering how using multiple Apple IDs relate to iCloud, see Apple IDs and iCloud.
    for #2
    Apple does not accept unsolicited ideas see Apple - Legal - Unsolicited Idea Submission Policy

Maybe you are looking for

  • Folder background color changes by it'self

    I have picture folders that seem corrupted. First I will start off by saying my home folder is set to have a background color "Nice light green" instead of the brilliant white. The home folder is set for this color to apply to all folders and my icon

  • Error when launching a SCORM course in LMS

    I've been publishing SCORM courses from Captivate to my LMS (Training Partner) for several years without any problems.  I recently upgraded to CP 6 (6.0.1.240) and now when I launch the module from my LMS I get a message that says: Does anyone have a

  • Reprocessing an idoc

    Hello. i have an  inbound idoc. it has been transferred from SRM to SAP. In SRM it's status is 03. in SAP , status is 54. I wish to change the posting date and reprocess the idoc in SRM. I tried BD87 but we cannot modify the idoc in BD87.  I do not w

  • Building Conditional Rules in 2008.3

    Building Conditional Rules in 2008.3 Has anyone been able to configure a conditional rule in 2008.3 so that if someone selects the current date (today's date), the rule will display an alert and stop submission.  I've tried using several date fields

  • Url-patterns and container security

    I've got container managed security working so that if I use: <security-constraint> <web-resource-collection> <web-resource-name>secure area</web-resource-name> <url-pattern>/</url-pattern> </web-resource-collection> <auth-constraint> <role-name>9</r