Duplicate responsibility if end date is applied on responsibility

Dear All
We are facing strange problem in Oracle Applications 11.5.9. When ever we apply end date to any responsibilty , it then duplicate the same responsibilty one with end date and the other is open, and user can still use the responsibilty.
Your help is really appreciated. thanks in advance
Cheers

You need to apply patch (5121512) then run the concurrent request "Workflow user/role validation".
Refer to Note: 403385.1 for more details

Similar Messages

  • Duplicate responsibility on end date

    Hi,
    We have EBS 11.5.10.2 on AIX servers. When I try to end date one responsibilty it ends but it duplicates and I can not end the new one. I checked metalink and found patch 5121512 which is superseded by patch 6241631.
    I am a newbie and I dare not try to apply this patch which will be hard for me because of the prerequisite patches and mini-packs. So what I want is to learn which table(s) hold these user responsibility data and what will be the outcome if I directly delete this data? Is there any other non-patch workaround to this problem(any scripts etc.)?
    I will be very grateful for any help. Thanks.
    Burak

    Hi,
    I am a newbie and I dare not try to apply this patch which will be hard for me because of the prerequisite patches and mini-packs. So what I want is to learn which table(s) hold these user responsibility data and what will be the outcome if I directly delete this data?Do not update the tables directly as this is not supported. Instead, clone your production instance, and apply all the necessary patches on this new cloned instance, test the instance after patching and make sure all work properly, then apply the same patches on your production instance.
    Is there any other non-patch workaround to this problem(any scripts etc.)?Log a SR and check with Oracle Support if there is any workaround you can implement to avoid applying those patches.
    Thanks,
    Hussein

  • For disable any responsibility we are end date that from front end.

    for disable any responsibility we are end date that from front end. what nay command from backend for disable the responsibilty.?

    Refer the following thread
    delete a responsability
    Re: delete a responsability
    Regards
    -Mahesh

  • QM Notification: task end dates not pulled through from response profile

    Hello,
    I am experiencing a problem with the end dates of the tasks in QM notifications not pulling through (from the response profile) when tasks are determined.
    When I do the simulation of task determination, the gantt chart shows all the tasks together with the end dates. But when the actual determination is done these dates are not populated in the planned finish date fields.
    I have double checked the configuration: priorities, response and service profiles are set up correctly. I have also searched SAP notes without success.
    I thank you in advance for your responses.
    Kind regards,
    Theo.

    Yes, I know, but as far as I understand binding the values back from rule to the workflow is something that doesn't work. I have never tried it, but I have seen posts here about people complaining that this kind of binding does not work.
    Have you tried to bind for example some hard coded value back to the workflow (something that should definately work)? Does it work? If not, I suggest you to ask this from SAP that is it supposed to work and if not, why do they have this option to for binding from rule to workflow. Or then just forget what you are trying, and use some of the suggested workarounds.
    Regards,
    Karri

  • Users Responsibility END DATE

    Hello Gurus,
    I required a script which will check the END_DATE of the responsibilities assigned of a particular user.
    Also how can I extend the END_DATE of the assigned responsibility from backend.
    Please suggest.
    Thanks-
    Pokhraj Das

    Hello Gurus,
    I ran the below sql to check the end of any responsibilities.
    =================
    select a.USER_NAME, a.EMPLOYEE_ID, b.RESPONSIBILITY_ID, c.RESPONSIBILITY_NAME, b.START_DATE, b.END_DATE from apps.FND_USER a, apps.FND_USER_RESP_GROUPS b, apps.FND_RESPONSIBILITY_VL c where a.USER_ID=b.USER_ID and b.RESPONSIBILITY_ID=c.RESPONSIBILITY_ID
    and user_name = UPPER('&user_name');
    ===========
    From the above query NO END_DATE is showing so far/
    But when I am checking from FROENT_END it is showing the responsibility end date as 10-Sep-2013.
    Please help to fix the issue.
    Regards-
    Pokhraj Das

  • How to end date a responsibility?

    How to end date a responsibility from backend?can any body plz suggest

    Sami,
    Please check the other thread:
    Delete responsibility from backend that is assigned to user
    Re: Delete responsibility from backend that is assigned to user

  • Want to schedule WebI report for End date of Prior Month

    Hello Experts,
    We have WebI report created on top of Bex Query, We have key date as prompt for the report. Can we schedule the webi report for key date as last date of prior month, so if current month is February, my key date should be Jan 30 2011. I am not sure if this is possible?
    Thanks,
    Ravi

    You need to apply two FM to get the end day of the month.
    First you need to apply FM MONTHS_PLUS_DETERMINE. This will give you the date after 3 months.
                CALL FUNCTION 'MONTH_PLUS_DETERMINE'
                  EXPORTING
                    MONTHS        = 3   " << for 3 months
                    OLDDATE       = l_start_Date   " << 12/01/2007
                 IMPORTING
                   NEWDATE       = l_3_Date. " << 02/01/2008
    Then call the FM RP_LAST_DAY_OF_MONTHS . this will give you the end date of the month
      CALL FUNCTION 'RP_LAST_DAY_OF_MONTHS'
        EXPORTING
          day_in            = l_3_Date  " << 02/01/2008
        IMPORTING
          last_day_of_month = l_3_Date  " < 02/29/2008
        EXCEPTIONS
          day_in_no_date    = 1
          OTHERS            = 2.
    Call both FMs again to get your another date(after 4 months).
    Regards,
    Naimesh Patel

  • Schedule end date is not saved (BOE XI 3.1)

    Hi,
    During testing of this product I have set up some schedules to test various report formats, destinations, etc. but have naturally not wanted to fill up my destinations with test reports and so have selected an end date to my schedules. By default the end date is todays date plus ten years, so i amend this with the date picker to later on today or tomorrow and save the schedule. When i view the schedule from the History window i can see that my end date has been ignored and the default date is still in place.
    I have tested this a number of times with the default BOE XI 3.1 and am in the process of installing Fix Pack 1.2 to see if this makes any difference.
    Question: Is this a known issue and is there a resolution relating to this problem?
    Thanks,
    Mike

    Answer: It seems that applying the Fix Pack 1.2 resolves this issue.
    Mike

  • Delivery Block at PGI level based on GI date and Month end date

    Business need a check on delivery processing based on the Planned GI date, Month end date and transit period. This transit period is a custom field and dependent on customer. Also it is not maintained anywhere in system. Business store it in some excel format.
    The logic needed is: For any given month, the delivery order MUST be goods issued in the same month, i.e. once the order is delivered, the Post goods issue should ONLY be allowed if and only if , the PLANNED GI date ( as maintained in delivery ) + transit time ( at customer level ), falls within the month end date. If not, a block should be applied at PGI and only authorized personnel should be able to release that block.
    Also, there will be no check at invoicing VF01 level. Once the PGI blocked is removed, there will be no check on invoicing. The month end date may vary month to month and need to in combination of Sales Org / Plant as mentioned
    In addition, the business need an exception report where the information of releasing the block should appear for release date, user id of the responsible person, time sales order no etc. and it should be downloadable.
    We can have a custom table to maintain the month end day in given combination.
    But I need your expert inputs as-
    1-     Can we add this transit period in at customer master data as it is dependent on customer and there are huge no of customers for the sales unit? If not, then how to maintain it; may be a z table?
    2-     Based on this logic, what should the code/logic to be written for block at PGI.
    3-     How to control the authority check for removing the block.
    4-     The source fields for exception report.
    Pls revert accordingly.
    Many thanks in advance.

    Hello,
    Please refere the answers to your questions:
    1- Can we add this transit period in at customer master data as it is dependent on customer and there are huge no of customers for the sales unit? If not, then how to maintain it; may be a z table?
    You can either use some un-used Feild in Customer Master or maintain a Z-Table. I believe maintaining a Z-Table would be easy as you have huge number of Customers. You can also write a dmall program to Pick the Customer-wise transit dates from a excel file & store in Z-Table.
    2- Based on this logic, what should the code/logic to be written for block at PGI.
    You have explained the requirement well in your thread, you need to explain the same to your ABAPer & Basis person & they would do the needful.
    3- How to control the authority check for removing the block.
    Basis person would create & assign a Z-Authorization object which the ABAPer would use in his program.
    4- The source fields for exception report.
    Once you do the above development, your ABAPer will easily pick the required feild in Report as he has already used all the feilds somewhere in his development.
    Hope this helps,
    Thanks,
    Jignesh Mehta

  • Can not do Surrogate bidding after Bid invitaion End date has been reached

    We are on SRM 5 server 5.5
    We are using surrogate bidding to capture  bid responses and we manually receive vendors responses by the End date on the Bid invitation . We are unable to do surrogate bidding after the End date has been reached hence we then change the End date to a later date so that we can do surrogate bidding.
    Is there a way that this can be done without changing the bid inviation end date ?
    Regards

    SAP standard you can not do Surrogare Bidding after the submission date
    We are going to use Follow On documents

  • Scheduling start date and end dates

    Hello Gurus,
    I am trying to understand the schedule start date and schedule end date functionality in Plant Maintenance. I do understand the basic start and end dates. Currently I set up u201C3.Do not adjust basic dates, dep rqmts to order startu201D and set the scheduling type as u201CForwardsu201D . Please note we donu2019t do any capacity planning or leveling.
    So my question is, why the scheduling start date is defaults to the basic  start date  for forwards and scheduling finish date defaults to basic finish date for backwards ? I tried adding couple of operations and save the work order. It did not change anything in schedule dates.
    Do we really need to care about scheduling dates if we donu2019t use capacity planning ?
    Please advise
    Mahee

    Hi,
    As per priority, final dates would be calculated as we will define the duration based on the priprity. Either current date or basic date only applied to Scheduling start date.
    You can change the scheduling start date so that based on priority, final date would be calculated.
    Regards,
    Maheswaran.

  • Survey questionaire disappearing when updating the start date and end date to previous year

    Hi Experts
    When the start and end dates are updated to the previous year dates the questionaire is disappearing from the assignment block, is this a standard behaviour or this is a bug which needs to be raised to SAP.
    Please advise.
    Appreciate for a quick response as this is quiet urgent.
    Regards
    AM

    Hi AM,
    Check the SAP Note 1629777 - SVY: Survey becomes invalid if the from date < sysdate
    This should resolve the issue.
    Regards,
    Gervase

  • Hyperion Planning dynamic forms based on start and end date across years

    Hi All,
    I have a requirement where i need to be able to view a form showing periods across years that are dynamically built depending on the start and end dates. If i have a start date of 01/11/2009 and an end date of 31/7/2013 i want to be able to view a form that shows all of the periods (Jan,Feb etc) in a form that is driven by these dates, in addition it will need to show the actual scenario up to the current month and the forecast from the current month to the end date. So basically if a user inputs the start and end dates the form will display the relevant periods driven by these dates.
    Any tips very much appreciated!

    Hello,
    This is difficult to realize, but you can get quite far with a workaround. The first question is, where do you want to input your selection of time periods? Assuming you have a webform with the complete timeline in months and years and you type in the start period and end period.
    Webforms have the option to suppress rows and columns.
    This can be extended with option of empty cells or not empty cells.
    You will need to apply your creativity on this.
    Put every month-year combination in a column and add the suppression.
    Calculate the timeline between start period and end period with a dummy member, so data exists for these and columns will show.
    Maybe you will need to copy the required timeline into a separate version for this, to avoid having periods which were outside the selection and still have data.
    I hope these hints help a bit in this challenge.
    Regards,
    Philip Hulsebosch
    www.trexco.nl

  • End Date of the Selection Period defaults as tax year end date in P45

    Hi,
    We have recently implemented both HRSP'S and CLC'S. In addition to this, we have also applied the following SAP Notes:
    1. 1305238
    2. 1309852
    3. 1310431
    4. 1316197
    Despite this, we are still having the below problem with the P45 Program.
    The End Date of the Person Selection Period automatically defaults to the end of the tax year, we are now unable to overide the date suggested by the system.
    Can anyone suggest the cause of this issue.
    Rgds
    Sandy

    Hi,
    With the Inyear movement legal changes ,HMRC have now introduced a check where in P45 cannot be produced for leavers who have a future leaving date 30 days from the current date.
    In line with the above changes,the chance of issuing P45 for future leavers is now checked by the P45 program even though the person selection end date is the tax year end date . So that's why the date is getting defaulted from the tax year.
    Hope this could solve your issue.
    Regards
    Roop

  • Modelling Time Dimension with Fact Table containing Start Date and End Date

    Hi Gurus,
    I have a time dimension with Year till Date. I have a fact table which consists of Start Date, End Date, Person ID, Department ID.
    How do i design Time dimension with fact table the below scenario
    In the dashboard i have start Month and End month as prompts.
    In the report i need to display Count(Person ID) > Start Date and < End Date along the trend.
    For instance, i have selected Jan-2009 as start date and Apr-2009 as End Date, then i need to display Count(Person ID) of Jan-2009, Feb2009, Mar-2009 andApr-2009.
    I Can not connect Time dimension with only Start Date or only with End Date to get the trend along the months.
    Please advice on the issue which i am having.

    Hi,
    Thanks for the response, Infact i tried using Complex join in physical layer. I have considered Time table joined with Fact table, and used >= and took and alias of the Time table and joined fact table using <=. When coming to BMM, i am not knowing how do i design this as if i merge the both the time dimensiona and its alias into single table, values will not be correct and if i make them as seperate columns. i can not show the trend as both are different columns.
    Can you please let know where i am going wrong.
    Thanks

Maybe you are looking for

  • Good Time To Buy?!?! MBP

    Looking at a MBP 15" 2.8ghz 4gb ram I will be doing word docs, itunes, and Final Cut Pro video editing on the laptop. The reason I ask this is because of how many people are having freezing problems or have they figured out the problem now and the Br

  • LaTeXiT equations with Keynote 6.5

    Hi, After upgrading to Yosemite (10.10) and Keynote (6.5) and shifting to iCloud, I find that LaTeXiT has hiccups: I can still insert the equations into my Keynote presentations, but if I try to copy and paste an equation, or to copy and paste an ent

  • Modifications in alv report  by end user

    Hello guys, how can end customer have say in alv reports?is it using selection options in the program?

  • HT3209 error message when I play video purchased on iTunes

    'This movie requires QuickTime, which is not supported by this version of iTunes.' Why does this happen only for some movies & TV shows? All the rest play fine. I have the latest version of iTunes, and 'yes', it's up to date. I have all my OS updates

  • Can I make 10 Adobe ID's?

    I work in a small office and we can't afford to pay $70/month for 10 users when 7 of them only use Photoshop occaisionally. My solution is 10 IDs: 3 Complete subscriptions and 7 Single App subscriptions. I don't want to lose my money, will Adobe ban