Issue on Comp Off validity

Hi Gurus,
I am facing issue on comp off validity. Validity is 15 days only and rule is if employee worked on sunday/public holiday then he will get comp off issues. 1st week is ok, next week comp off is validity is same as 1st week, some times 3rd week falls within 15days it is also same validity as 1st week comp off, In some cases 3rd week/4th week comp off validity is getting correct.
Here i am created one comp off Quota type only. generation comp offs through time evaluation.
Thanks in advance
Babu.

Hi,
i was created 3 Quotas because expected 3 days continually holiday/weekly offs including sunday, saturday.
Is required more Quotas??
In deduction rule priority also maintained, How many maximum limit of Quotas maintain in deduction rule also in case more Quotas???

Similar Messages

  • Default payment method issue in Additional Off-Cycle Payments

    Hello everyone,
    I have an issue with Additional Off-Cycle Payments and running this in payroll driver.
    I have maintained V_T52OCB  or "Define default values for payment methods" in IMG as Check (C) but when I run payroll for this employee I see that payroll driver is considering Infotype 0009 which is a direct deposit but when I run the same employee in OFF-CYCLE Workbench I see that the run is defaulted to Check and is not considering Infotype 0009 which is correct.
    What I don't understand is the same record when processed through regular payroll driver (RPCALC) is considering Infotype 0009 but Off-cycle is considering default payment method for Off-Cycle defined in IMG.
    Has anyone seen this kind of issue?
    Thanks,
    Hemanth.

    Hello Hemanth,
    The value you maintain in V_T52OCB  is only for defaulting the Payment type in Offcycle Workbench Screen for the Reason you have choosen for the offcycle, it doesn't mean it would be run only by that payment type and you can overrite in offcycle workbench itself by choosing the other payment type.
    For Offcycle run it always with the value entered in IT 0009, For off-cycle, if there is a valid record with subtype 5/6, it will be used otherwise subtype 0/1 will be used if payment method selected is according to IT.
    If payment method is not according to IT a new record will be created in IT 0009 for the exact date.
    For Manual check, the check number can be entered in Offcycle workbench.
    I hope it clarified your doubt.
    With Regards,
    S.Karthik

  • Comp off quota

    hi gurus,
    I have a issue with client,  Manager and above level of employees if, they worked on holiday, Comp. off quota should be created, client is having +ve time management, How to configure it, do we need to write any pcrs against it.
    lats

    can  you please provid pcr for that

  • How to turn off validation upon building

    I have a BPEL process A calling another BPEL process B. When I tried to deploy A, it failed because B does not exist on the SOA server yet.
    I have to deploy B first before deploying A
    Is there a way to turn off validation so I don't have to deploy B first before I can deploy A?
    I'm using 11.1.1.2
    Thanks

    Hello
    I know this isnt the answer your looking for but your code should not be reliant on BPEL process B. The simplest resolution is to keep a local version of the wsdl to build against and have the SOAP location pointed at the actual location, however this will still leave you being unable to deploy to multiple enviroments without changing your code. The best way to fix this is to either point to a uddi registry the other two solutions that i have seen regularly implemented is replacing the endpoint in the WSDL upon deployment by using ANT to deploy your BPEL's or to point to the Oracle MDS. Oracle BLOG on MDS http://blogs.oracle.com/soabpm/2009/07/reusing_common_metadata_wsdl_x.html.
    Regards Tristan

  • Help please - I can't update my ipad software as always get network connections issues - have turned off security!!

    help please - I can't update my ipad software as always get network connections issues - have turned off security!!

    I would try updating through a computer. Just make sure that your computer has the latest itunes

  • Anyone had issues with on/off sleep button not working anymore

    Anyone had issues with on/off sleep button not working anymore?

    If there is Warranty or AppleCare make Genius reservation or set up Service and take or send to Apple for resolution. If no coverage, use virtual Lock Button, tap Settings App > General > Accessibility > Assistive Touch > ON > tap new white screen button > Device > Lock Screen. This can even turn OFF iPhone. To turn ON, connect iPhone to power, charger or USB of computer.

  • Switching off validation when reading XML

    Is it possible to switch off the validation of an XML file when opening it in FrameMaker?
    I removed the public and system identifier from the Doctype declaration in the file (tried also removing the whole doctype declaration too) - and removed any reference to the DTD in the structured application definition. But when opening such an XML file, FrameMaker always displays a message dialog saying "Unable to validate because no DTD or Schema was specified in the XML file. Continue reading the file?". Is it possible to suppress this warning - I don't want it?
    Thanks for any suggestions.

    Franz,
    There should be no write-access issues. You do not need to use an external DTD. For example, if your original XML document is:
    <document>
      <title>My summer vacation</title>
      <paragraph purpose="summary">I had fun.</paragraph>
    </document>
    instead of changing it to:
    <!DOCTYPE document SYSTEM "onthefly.dtd">
    <document>
      <title>My summer vacation</title>
      <paragraph purpose="summary">I had fun.</paragraph>
    </document>
    generate:
    <!DOCTYPE document SYSTEM [
    <!ELEMENT document ANY>
    <!ELEMENT title ANY>
    <!ELEMENT paragraph ANY>>
    <!ATTLIST paragraph>
      purpose CDATA #IMPLIED>
    ]>
    <document>
      <title>My summer vacation</title>
      <paragraph purpose="summary">I had fun.</paragraph>
    </document>

  • Text wrap issue:ShowDetaillItem chop-off in the PanelAccordion.

    Issue: Text wrap issue in ShowDetailItem header. Tittle of the S+howDetaillItem+ chop-off does not display completely in the PanelAccordion.
    I have a few texts that does not wrap in ShowDetailItem Header used for the panel accordion. I could not fix it after trying a few options like changing the css skin, and in the design property inspector.
    Please suggest a way to fix this.
    Oracle Jdeveloper 11.1.1.5 is the version.
    Windows XP professional sp3
    Edited by: 899970 on Nov 30, 2011 11:34 AM

    Thanks for your response.
    Yes, we dont have enough room on the page.
    I want the text to wrap and display in the second line as it has more no. of letters compared to the other texts available.
    Please suggest me a way to get the text displayed the way I want it to be.
    Thanks
    Sam
    Edited by: 899970 on Nov 30, 2011 3:13 PM

  • Issue with back end validation in jsf 2.0

    I am upgrading my apps to jsf2.0 and I came across something that I hope you have already solved.
    In jsf 1.1 action methods returned a string. If that string was NOT mapped as a navigation in faces-config.xml, then it just rerendered the active page. this made doing back end validation easy because I could add messages to the faces context and when the active page rerendered the validation messages would get displayed and no one was the wiser than it was done on the back end instead of on the front end.
    In jsf 2.0 I get null pointers if I return a string that is NOT mapped as a navigation. So I changed the code to return a string that is mapped as a navigation for that page when there is a validation error. but that is treating it like a new request and not a rerender so the validation messages I added to the faces context are not there when the page renders.
    if i test submit a form that has only front end validation then it works fine and the validation messages are correctly shown.
    any suggestions?

    In 11.2.0.3 you are unlikely to see the various truncate/drop issues relating to large numbers of small extents - unless you use dictionary managed tablespaces.
    There are a couple of possible threats with small extents and highly concurrent inserts with ASSM that might be a temporary problem when the object size is small. There may still be some issues with large uncommitted inserts or deletes making other session's work very hard to identify free blocks until the large transaction has committed - these things can be hard to test.
    There may still be a couple of inefficiencies with parallel query and small extents, although parallel CTAS did have a (possibly temporary) hack to allocate immediate large extents to work around some of the silly details.
    Really you need to think through your requirements and them model them on your system - some of the anomalies have changed several times over the last three years.
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    Now on Twitter: @jloracle

  • I'm having three issues: spellcheck goes off, lastpass not working on all sites, and message boards not working correctly

    I'm having three issues with Firefox. I had the latest 10.1, and I just tried Aurora, but that didn't solve my issues.
    1) Spell checker keeps going off on messages boards. This happens frequently on 247 sports boards. I enable spell check, make a post, and it's off again when I make another post.
    2) On the same 247 board, when I make a post (by clicking the "post reply" button, nothing happens. To get it working I actually have to quit the site and go back in.
    3) LastPass plugin is no longer working on all sites. Site like Facebook and Yahoo all of a sudden Lastpass doesn't recognize as having usable fields.

    Hi,
    Please check if this happens in a [https://support.mozilla.org/en-US/kb/Managing-profiles new profile]. If it's okay, you can later [https://support.mozilla.org/en-US/kb/Recovering%20important%20data%20from%20an%20old%20profile?s=profile&r=1&e=sph&as=s copy the needed personal data] from the old profile. Firefox stores your personal data and settings in another location separate from its [http://kb.mozillazine.org/Installation_directory files/folder]. A new profile would have the default Firefox settings ('''Tools''' ('''Alt''' + '''T''') > [https://support.mozilla.org/en-US/kb/Options%20window '''Options'''], and [http://kb.mozillazine.org/About:config about:config] ), and usually would also be empty of any '''Extensions''' and themes ('''Appearance''') in Tools > Add-ons) and their settings. Also, a new profile would have no previous stored website data/settings etc., ('''Tools''' > [https://support.mozilla.org/en-US/kb/Clear%20Recent%20History '''Clear Recent History''']).
    [https://support.mozilla.org/en-US/kb/Profiles?s=profile&r=2&e=sph&as=s Profiles Howto]
    [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder & Files]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]

  • Sound issue after switch off HDMI divice

    I have installed video card and plug it to TV through HDMI divice, after switching off my TV i have no sound.  message that no out put divice is installed. 

    Hi,
    For the issue, please check your Sound setting.
    Firstly, let us unplug the HDMI Device.
    Meanwhile, please open Control Panel>Sound:
    Please check your default sound device to see if it remains use HDMI.
    In addition, let us use the Audio troubleshooter, it can diagnose and fix common sound playback and hardware problems.
    http://go.microsoft.com/fwlink/?LinkId=260596
    Keep post.
    Regard,
    Kelvin hsu
    TechNet Community Support

  • Issue in getting off the probook 6555b in bios

    Friends
    My laptop Temprature was at a high level. I changed the silicon paste
    The problem is that in the BIOS;fan speed before coming to the end and sometimes the system is shut off
    Ironically, I looked at Windows CPU temperature is less than 65 the full load
    And did not restart the Windows system and the temperature is normal.
    Only problem before Windows is drawn up
    sorry for my english...

    @arya2121 
    ‎Thank you for using HP Support Forum. I have brought your issue to the appropriate team within HP. They will likely request information from you in order to look up your case details or product serial number. Please look for a private message from an identified HP contact. Additionally, keep in mind not to publicly post ( serial numbers and case details).
    If you are unfamiliar with the Forum's private messaging please click here to learn more.
    Thank you,
    Omar
    I Work for HP

  • Turning off validation in EVS

    Does the Extended Value Search Service support a mode where there is no validation of the input field value (i.e. the message is not shown in the messageManager)?

    Hi tomas
    I raised a query with SAP on the same issue and they replied that it was not possible. We finally had to use the OVS as workaround
    Regards
    Pran

  • Dynamically Turning Off Validation

    I am using several h:inputTextArea's backed by an HtmlInputTextarea's in my page. The 'required' attributes are set to 'true'. The page also has a command button ('backBtn') that takes the user to the previous JSF page.
    The problem is that because of the validation, the user cannot go 'back' unless all the inputTextArea's have data.
    Is it possible to disable validation dynamically? I have tried this code ... :public String backBtn_action() {
        // User event code here...
         disableValidation = true;
         return "back";
    protected void beforeProcessValidations() {
         if (disableValidation) {
             firstNameTF.setRequired(false);
    protected void afterProcessValidations() {
         if (disableValidation) {
             disableValidation = false;
    } ... but it does not work. The validation error still occurs.
    This issue is a significant hurdle in my application. Any help would be much appreciated.

    Simply set the "immediate" property to true (by
    y checking its checkbox in the property sheet), and
    your backBtn_action() will be called during Apply
    Request Values phase instead of waiting until Invoke
    Application. What is more important, this will also
    cause Process Validations, Update Model Values, and
    Invoke Application to be skippedThank you, this is enlightening. I think I see what my issue really is (see below).
    -- which is exactly
    what you want for something like a "Back Button".
    If your application needs a Cancel button, you would
    want to do the same sort of thing, because the user
    is saying "please throw away the values I have
    entered on this form", so validation would not be
    desireable.At least in my case, I see a fundamental difference between Back and Cancel. While Cancel should throw away the data, I need Back to save the state of user input. This way when the user returns to the page (i.e., goes 'forward' again), the components are populated with previous input (he does not have to enter data into ten text fields again). However, as I understand it, for the data to be saved between pages UpdateModelValues must be called, but this phase is skipped when 'immediate' is true. ('Immediate=true' works for Cancel because if the user returns to the page, you want a blank slate).
    So far, am I understanding correctly? Assuming that I am, I tried this approach:
    Using 'Immediate=true' for the backBtn, I tried to manually set values in the bean value-bound to the textfield (since UpdateModelValues is not called to do this for me). This should save the state of the component to be redisplayed:public String backBtn_action() {
        // User event code here...
        getPresenterBean().setFirstName(
            (String)getFirstNameTF().getValue());
            return "back";
    }This does not work - upon returning to the page after going Back, the textfield is empty (perhaps the action is called to early in ApplyRequestValues for this to work?).
    This problem is real road block in time sensitive project. Any further help would be much appreciated.

  • HTS code - Duty rate issue because of  two  validity periods

    Hi Everyone
    After HTS data upload for 2012 through XML file  ,system had 2 validity periods 2012-01-01           9999-12-30    and 2012-01-01           2012-12-31 . Hence now there is a issue of duplicate record ,since both periods are valid .
    But the data provider customs info  has confirmed they have sent only one record with validity period 2012-01-01           2012-12-31 .in the XML file .
    How the record with validity period  2012-01-01           9999-12-30  is now there  in the system
    Is there a chance that the XML upload pgm in our system has generated this record ? How the upload pgm works ?
    Is there any way to  UNLOAD the uploaded XML files ?
    If i have to delete the records with this 9999 entry , any way to mass delete ?
    Thanks in advance ,
    Vani

    Hi Vani,
    I'm conscious that no-one has responded to your post here, but it seems very much the same issue as the other one that you posted on the same date - in effect, a duplicate post.  If you agree, perhaps you would close it.  If I've mis-understood, then please clarify - thanks.
    Regards,
    Dave

Maybe you are looking for

  • How much do u need to pay for iCloud storage after 1year?

    How much do u have to pay After purchasing an iCloud storage for 1 year ? Is it the same amount for every year ( £14, £28 or £70) or just for the first year , and then u pay like £5 a year as a continuation?

  • Brand new MacBook Pro 2012 not booting install of Mountain Lion

    Hi, I have a brand new 15" MacBook Pro 2012 model (2.6Ghz, 8GB Ram) - works fine on OS X Lion. As I had just bought it I decided to upgrade it to Mountain Lion straight away, and here's where the problems start. After apparent install the machine re-

  • Problem in publishing the messgae

    Hi, I am publishing the object in the AQ using JMS APIs.But it is throwing a JMS exception stating JMS-108: Messages of type ObjectMessage not allowed with Destinations containing payload of type SYSTEM.NEW_MESSAGE_TYPE. Can anybody suggest me where

  • The page cannot be displayed while running the report with web link

    Hello, I tried to run the report using a web link similar: http://hostname/reports/rwservlet?report=WRFTCKL.rdf&userid=use/pass@datbase&desformat=pdf&destype=CACHE&paramform=yes I am able to see the parameter form, but after I entered some parameter

  • Star Ratings disappear after ACR and saved as jpegs

    I apologize in advance if this topic has come up before and I've somehow missed it. I've recently experienced an anomaly regarding the star ratings that I apply to our RAW files in Bridge CS3. Generally we'll star the RAW files while the client is st