Element by Retro

Element by Retro is not Working In Oracle APPS , what all necessary steps we have to perform to work it properly Can any body help me

The "Retro Components" button on the Element screen would be enabled only if the "Enhanced Retropay" is enabled. Considering the fact that the Recalculation Tab is enabled (As you can go to the Tab where Retro Components button is present), you can use the Retropay by Element solution by attaching the Retro Element to the element.

Similar Messages

  • How to set Legislation rule for Enhanced Retro

    how to set Legislation rule for Enhanced Retro
    How can i setup Enhanced Retro for Global HR International.
    Iam implementing HR/Payroll on latest 12i. I am using HR International.
    when i execute the following query , there is no records
    select * from pay_legislation_rules
    where rule_type like '%ADVANCED%RETRO%'
    and legislation_code = 'IQ'
    I have created events, event groups, enable dynamic triggers for my business group and legislation(IQ) and enter the corresponding event group and retro element in the Element screen(retro component).
    And i update one allowance in the back period , and I found one row has been inserted in pay_process_events table. But i am not able to run enhanced Retro Notification report and not able to find any Enhanced Retro concurrent request.
    Any one have any idea?
    thanks,

    There are no specific concurrent programs for Enhanced/Advanced retropay. The old ones still do, and derive under the hood the method of retropay.
    I do not recall by hard the setting to activate enhanced retro (but it is a legislation rule), but it should show already in the element type screen. If you have the retro tab in the screen, and first you have to specify the method (Adjustment, ...) before specifying the retro element type (and time span), then you know that enhanced retro is configured correctly.

  • Urgent:How to differentiate retro and payroll run in Fast Formula

    I have written one fast formula. This fast formula is attached to “Basic Salary” element.
    “Basic Salary” element has retro and proration setup.
    We are using Enhanced retro process.
    Enhanced retro process is calling this Fast formula to check the difference amount.
    Similarly oracle payroll will also call the same fast formula while running payroll.
    Now our requirement is:
    Few lines in Fast formula should not execute when FF is called by retro, but it should be executed when it is called from Payroll.
    So how could we know, whether FF is called by retro process or by payroll?
    If I have some way to find this, I can execute this code by using this condition.
    Any pointer in this regard will be highly appreciated.

    None of the above.. just write one custom PLSQL function which will take the payroll action ID as context parameter & will return the action_type column from PAY_PAYROLL_ACTIONS table.. to the Fast formula. L is for Retro run.
    In the fast formula, place your specific code in the if condition.
    Attention: Making the formula calculate differently in normal payroll & retro can cause you serious consistency issues in payments/deductions and debugging them might become impossible in the long run.
    Edited by: Rajkiran Bingi on Sep 22, 2011 7:00 AM

  • "Retro Pay by Element" for Saudi Localisation

    Fellow boarders,
    1. I am trying to run "Retro Pay by Element" for saudi localisation.
    2. While trying to define reto-pay elements, the button "retro components" is greyed out (Elements>Processing>Recalculation Tab)
    3. As per metalink note 743215.1, i try to run conc program "Generic Upgrade Mechanism" to enable the Retro Components Button In Recalculation Tab
    however this program does not pick up any parameters from the list.
    4, when I run the query
    select * from pay_legislation_rules where
    rule_type like '%RETRO%';
    it shows me the data for Us, Canada & mexico only.
    Does that mean that retro-Pay is not enabled for any other legislation other than these 3 countries ...?
    If no, then how do I configure retro-pay for saudi localisation.
    Any help/suggestions would be greatly appreciated.
    Cheers
    Shah Alam

    The "Retro Components" button on the Element screen would be enabled only if the "Enhanced Retropay" is enabled. Considering the fact that the Recalculation Tab is enabled (As you can go to the Tab where Retro Components button is present), you can use the Retropay by Element solution by attaching the Retro Element to the element.

  • Retro Pay by Element

    Hello Experts
    Please let me know the setup for Retro Pay by elements.
    Thanks
    Syed.
    Edited by: Syed on 10 May, 2012 1:52 AM

    Check this http://oracle.anilpassi.com/retropay-enhanced-setups-2.html
    Thanks

  • Teachers Pension (UK) retro process

    We have applied patch for Tiered contribution for teachers pension in UK legislation.
    In phase one, I made changes for deducting Teacher's pension and
    in second phase now I am trying to make changes for retro processing.
    I am following the readme.txt file of the patch and followed following steps.
    *However the new retro element I created for teachers pension is NOT being considered while retro processing.
    Do I need to pass any direct/indirect results from the formula result rules?
    Has anyone done this ? Could you please suggest?
    ===============================
    Arrears Processing and Reporting
    As per the requirements the arrears processing should happen in the
    corresponding period in which the change is effective from. For this,
    new retro elements should be defined for each earnings element contributing
    to the Annual Gross Salary or Period salary on which the percentage is
    applied.
    Also Retro elements should be defined for the Pension deduction elements.
    For reporting retro values related to pension contribution, retro components
    will be seeded for the Seeded information element
    'Tiered Contributions Information'
    For this new seeded formula function will be seeded.
    Formula Function Name :PAY_GB_TPS_TIER_DERIVE().
    Suggested Code:
    l_pension_tier = PAY_GB_TPS_TIER_DERIVE()
    /* New seeded formula function to return the correct Pension tier in retro
    payroll run Without this function retro payroll run will return only the
    difference, with this function and below sum statement Retro will run
    results with the exact band used*/
    Pension_Tier = Pension_Tier + l_pension_tier
    This above suggested code needs to be included in the existing pension
    deduction formula, at the end of the pension formula before return statements
    to the information element.
    The above code ensures that in the retro run the pension tier returned to
    the information element is increased by the difference.
    =================================================

    It appears from the previous bit of the readme that it's relying on the TRANSFERPTD dimension for doing the UDT lookup:
    l_tps_emp_contr_sal = FULL_TIME_ANNUAL_SALARY_TPS_ASG_TRANSFER_PTD
    /* New seeded balance which will give the Annual Gross Full time Salary */
    /* The below section will fetch the employee contribution percentage and
    Employer Contribution Percentage */
    l_EE_Contribution_Percent = to_number(GET_TABLE_VALUE
    ('PQP_TPA_PENSIONABLE_PAY_RANGE',
                                       'Employee Contribution Rate',
                                       to_char(l_tps_emp_contr_sal)))
    l_ER_Contribution_Percent = to_number(GET_TABLE_VALUE
    ('PQP_TPA_PENSIONABLE_PAY_RANGE',
                                       'Employer Contribution Rate',
                                       to_char(l_tps_emp_contr_sal)))
    /* The below section will determine the band the current assignment will
    fall into */
    l_band = to_number(GET_TABLE_VALUE
    ('PQP_TPA_PENSIONABLE_PAY_RANGE',
              'Pension Tier', to_char(l_tps_emp_contr_sal)) )
    Pension_Tier = l_band
    Does this look like what's going on in your pension deduction calculation formula?
    What happens if you comment out the function call?

  • Enhance Retro Pay for Global Legislation?

    Hi,
    Is 'Enhance Retro pay' process available fro Global legislation if yes then how to configure it.
    Regards
    Majid

    Yes, it is. Check -
    What Localizations Support 'Retropay By Element' and Retropay Enhanced [ID 1118267.1]
    And check these Notes on the setup -
    Oracle Payroll RetroPay Enhanced - A Functional Whitepaper [ID 1484339.1]
    Enhanced RetroPay [ID 373148.1]
    Also -
    http://oracle.anilpassi.com/retropay-enhanced-setups-2.html
    Cheers,
    Vignesh

  • Retropay by element run Errors for one employee

    When i am running retropay for 3711 employees one of them errors out and the retropay by element process ends as Incomplete.
    The following is the error for the assignment:
    Error ORA-01427: single-row subquery returns more than one row has occurred in table pay_element_entries_f at location 4502
    Cause: an oracle error has occurred. The failure was reported on table pay_element_entries_f at location
    The log file for that it appears as follows:
    Payroll: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    RETROELE module: RetroPay By Element
    Current system time is 15-APR-2010 16:26:51
    ===============================================================================
    Oracle Human Resources Generic Process
    Started at : 15-APR-2010 16:26:51
    Chunk Size : 20
    Threads : 1
    Logging Category :
    User Messaging : N
    Interlock : N
    Trace : N
    RR Buffer Size : 500
    RRV Buffer Size : 500
    Bal Buffer Size : 500
    EE Buffer Size : 500
    Logging Area :
    Assignment ID for Start:
    Assignment ID for End o:
    HR_6881_HRPROC_ORA_ERR
    SQLERRMC ORA-01427: single-row subquery returns more than one row
    SQL_NO 4502
    TABLE_NAME pay_element_entries_f
    APP-PAY-06881: Error ORA-01427: single-row subquery returns more than one row
    has occurred in table pay_element_entries_f at location 4502
    Cause: an oracle error has occurred. The failure was reported on table pay_element_entries_f at location 4502 with the error text ORA-01427: single-row subquery returns more than one row
    Action: Please contact your support representative.
    Ended processing at : 15-APR-2010 21:50:07
    Total Assignment count : 3711
    Total Action count : 3711
    Successfully processed : 3710
    Skipped : 0
    Unprocessed : 0
    Errored : 1
    ===============================================================================
    PL/SQL Output
    PL/SQL Output
    Executing request completion options...
    ------------- 1) PRINT   -------------
    Printing output file.
    Request ID : 595012      
    Number of copies : 1      
    Printer : noprint
    APP-FND-00092: Routine PRINT_OUTPUT cannot find the file /data/oracle/PRD/inst/apps/PRD_hrmsprod/logs/appl/conc/out/o595012.out to print.
    Check if the file exists. Check if the person who started the concurrent manager has read privileges on the directory and on the file. Contact your system administrator to assign read privileges.
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 15-APR-2010 21:50:08
    Please can some one help me to troubleshoot so that i can rectify this error for 1 employee?
    Edited by: 594647 on Apr 16, 2010 10:46 AM

    you can delete the retro assignment action for the moment, so you can launch the run for all employees.
    As such, you have some more time to debug the issue.
    I would activate some payroll tracing, so you know which fast formula throws this error. And then you should dig further, so you can identify the sql retruning multiple rows.
    Or you do a sql*trace. That one will also point you to the offensive sql.

  • Retro Pay

    Assume an employee gets paid 1,500 for August.
    Now payroll comes to know that his salary is actually 2,000 and not 1,500.
    The following are the steps required to be performed.
    1. Define a new element which can be used to pay the Retro amount
    2. Make sure that this element is Non-recurring and Multiple Entries allowed.
    3. Attach this Element to the retro tab of the Salary element
    4. Define the Assignment Set - An assignment set needs to be defined with the affected Employees
    5. Element Set - define with the Salary element (Don't include the Retro Element. Error while submitting the Concurrent Request) .
    6. Now run the Process Retro Pay by Element with the following parameters
    a. Effective Start Date: This is the date from which we want to compute the difference
    b. Effective End Date: A date in the latest Pay Period. The retro entries get created in this period.
    c. Assignment Set: The Assignment Set we created
    d. Element Set: The element set we created
    e. Submit the request.
    Question that where we have to define the changed amount on retro element or the main salary element and what amount only difference or complete 2000 have to put into input value of retro.. ?

    Hi,
    The steps you have given are the setup steps needed for Retropay process to work. Once the setup is done it will process the previous pay periods based on the input parameters to the process and generate the retro element entries for the assignments.
    The change in amount should be updated for the employee in the element entry screen with a correct effective start date before running the retropay process.
    Thanks & Regards,
    supriya

  • Which product should I buy? I want to create vintage/retro posters for band and Bar

    which product should I buy? I want to create vintage/retro posters for band and Bar

    Good day!
    Instead of buying right away you may want to avail yourself of the free 30 day trial first to see which program fits your needs.
    Photoshop and Photoshop Elements may be worth a try.
    If you intend to create more graphic/typographic designs Illustrator may be worth looking into, too.
    Someone else may have more/other recommendations, though.
    Regards,
    Pfaffenbichler

  • Retro-billing

    hi guru's
    while doing retro billing i am geting this error
    Error Log
                1. $000000002 000000 Document $000000002 saved (no accounting document generated)
                2. $000000002 000000 Incorrect doc.no.: $000000002. Select document number between 0090000000 and 0099999999
                 3. 0090000007 000000 Document 0090000007 has been saved
    2 nd one show in this error
    Technical data
         Tech. data details
          Client
          Group Number
          Sales Document Number                  $000000002
          Item Number of the SD Document         000000
          Schedule Line Number                   0151
          Counter in Control Tables              00
          Message Identification                 F5
          System Message Number                  151
          Output Type                            E
          Message Variable 01                    $000000002
          Message Variable 02                    0090000000
          Message Variable 03                    0099999999
          Message Variable 04
          Group Type
    regards
    dharma

    hi,
    Go to change of billing document and check for revenue account determination analysis. U will come to know why accounting document is not generated.
    check this below
    Possible errors:
    1. VKOA not maintained for required combination
    <u></u>tion: Maintain the combination in VKOA.
    2. Account Assignment of Customer / material not maintained in Customer / Material Master (If maintained in combination in VKOA).
    Option 1 (Standard solution):
    step 1: Cancel Billing Document --> Reverse PGI --> cancel Delivery --> Cancel Sales Order
    step 2: Maintain Customer master / Material Master correctly.
    In Material Master, there is some link between Profit Centre & MRP Type. If one of it is not maintained, erratically few documents get stuck while releasing Billing Document to accounting. Few of course get posted.
    Step 3: Recreate sales Order --> Delivery --> PGI --> Invoicing.
    Option 2:  Force the Account Assignment Group of Customer / Material through Debug in change mode of billing document, which will release Billing Document to Accounting.
    3. Account Key not maintained in Pricing Procedure:
    Impact: This may create accounting document, but if condition type, which are to be posted to account, but do not have account key maintained in pricing procedure, it will not be post the relevant condition type to G/L account.
    In Billing Document in change mode (in the first screen where we enter Billing Document number), on the top most left hand corner, take a dropdown on Billing Document & select Release to accounting. Here you can get the under mentioned possible message:
    1. G/L account not found
    2. Cost Element not maintained for G/L account.
    Regd number range
    Whenever billing is released to accounts it will hit some accounting document in FI. I.e., it will hit RV (oba7) document type of accounts.
    So, FI people also maintain number ranges for that document type. So, number range of the billing document should also be in that range only. So, maintain the same series the billing doc. So, that your invoice will go accounts.
    CHAN

  • Processing Back Dated Element

    Hi,
    I am applying Unpaid Leave absence for previous month in this current month.
    The element entry for this absence is getting created in previous month for which the payroll is already processed.
    How to process this element in current payroll period.
    Regards,
    Pravin

    You will have to run retro pay for the previous month. then retro pay will create retro entry for the element in the current period. You can run curent payroll period and that element will be processed.

  • Error when runing retropay by element

    i processed 2 employees who are ex-employees as of last month but their Final close date have not been entered in the termination window.
    Now when i run the retropay by element on these 2 employees i am getting the following error for one of the employee while for the other ex-employee the retro pay run has completed successfully .
    Can some one tell me why 1 employee throws the below error?
    Payroll: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    RETROELE module: RetroPay By Element
    Current system time is 03-MAR-2010 15:58:11
    ===============================================================================
    Oracle Human Resources Generic Process
    Started at : 03-MAR-2010 15:58:11
    Chunk Size : 20
    Threads : 1
    Logging Category :
    User Messaging : N
    Interlock : N
    Trace : N
    RR Buffer Size : 500
    RRV Buffer Size : 500
    Bal Buffer Size : 500
    EE Buffer Size : 500
    Logging Area :
    Assignment ID for Start:
    Assignment ID for End o:
    HR_6881_HRPROC_ORA_ERR
    SQLERRMC ORA-20001: You cannot create an entry past the termination rule date.
    Cause: You are trying to create an element entry for an employee assignme
    nt which does not end before the termination rule date.
    Action: Please remove your current changes.
    ORA-06512: at "APPS.HR_UTILITY", line 939
    ORA-06512: at "APPS.HR_ENTRY", line 1603
    ORA-06512: at "APPS.HR_ENTRY", line 1986
    ORA-06512: at "APPS.HR_ENTRY", line 3107
    ORA-06512: at "APPS.HR_ENTRY_API", line 3745
    ORA-06512: at "APPS.HR_ENTRY_API", line
    SQL_NO 4517
    TABLE_NAME insert_retro_entry
    APP-PAY-06881: Error ORA-20001: You cannot create an entry past the termination rule date.
    Cause: You are trying to create an element entry for an employee assignment which does not end before the termination rule date.
    Action: Please remove your current changes.
    ORA-06512: at "APPS.HR_UTILITY", line 939
    ORA-06512: at "APPS.HR_ENTRY", line 1603
    ORA-06512: at "APPS.HR_ENTRY", line 1986
    ORA-06512: at "APPS.HR_ENTRY", line 3107
    ORA-06512: at "APPS.HR_ENTRY_API", line 3745
    ORA-06512: at "APPS.HR_ENTRY_API", line has occurred in table insert_retro_entry at location 4517
    Cause: an oracle error has occurred. The failure was reported on table insert_retro_entry at location 4517 with the error text ORA-20001: You cannot create an entry past the termination rule date.
    Cause: You are trying to create an element entry for an employee assignment which does not end before the termination rule date.
    Action: Please remove your current changes.
    ORA-06512: at "APPS.HR_UTILITY", line 939
    ORA-06512: at "APPS.HR_ENTRY", line 1603
    ORA-06512: at "APPS.HR_ENTRY", line 1986
    ORA-06512: at "APPS.HR_ENTRY", line 3107
    ORA-06512: at "APPS.HR_ENTRY_API", line 3745
    ORA-06512: at "APPS.HR_ENTRY_API", line .
    Action: Please contact your support representative.
    Ended processing at : 03-MAR-2010 15:59:05
    Total Assignment count : 12
    Total Action count : 12
    Successfully processed : 11
    Skipped : 0
    Unprocessed : 0
    Errored : 1
    Edited by: 594647 on Mar 3, 2010 7:57 PM

    "One of your retro element types will have a post termination rule of Actuel Termination, or Last Standard Process. But this should be Final Close, since retro wants to create an entry after the termination date."
    Is it possible that it is the other way round that is may be the monthly earnings or deductions elements are defined as final close?
    please help!

  • Elements don't appear after running Retropay

    Hi friends,
    I have an issue regarding the Retro pay( in 11.5.9). When i run the retro pay the element entries are not getting created in the current payroll period.
    Here are the steps i did
    1> Created a new non-recurring element "Spl Allowance Retro"
    2> Created the input values Start Date, End Date, Pay Value and checked the indirect result, multiple entries
    3> Created the element link for this element "Spl Allowance Retro"
    4> Now added this element "Spl Allowance Retro" to the original element("Spl Allowance") in the Recalculation tab.
    5> Created a Retro element set. Added the original element ("Spl Allowance") to that element set.
    6> Created a new elment entry with the original element in the previous month (in march) for employee 9999.
    7> Ran the retro pay with the assignment set(this assignment set contains the employee for whom the element entry is created in step 6,9999), element set(created in step 5), start date 01-mar-2010, end-date 30-apr-2010.
    8> checked the entries for the employee in april. this does not appear.
    I assume when we run the retro pay the element entries should be created in the april month for the ones which are not processed in march. Please note a new element entry is created in march and not updated.
    can you please tell me if i am missing any step here.

    The Retro element should not have "Indirect result" flag checked. If an element is marked as Indirect result, element entry can not be created using that element. When Retropay is run, the process creates Element entries using the Retro elements. Since the retro element is marked as Indirect result, Retro entries were not created.

  • I have elements 7 for 6 months, can I upgrade to 8 at a lower cost??

    Would like to upgrade to Elements 8. Any type of discount .? Purchased and using 7 for 6 months
    Howard

    Contact Adobe customer service. They will usually give you a free upgrade if you've bought the old version within 30 days of the new release.
    I don't know about 6 months though. However, they do offer a special "upgrade" price, if you ask for it.
    That said, though, I'd look over the new features article in the link below and see if there is anything compelling in it.
    Many people are facing a lot of challenges with version 8 and are actually asking for a retro-gade back to version 7! So, unless there are features you are specifically interested in -- and you have a relatively new, very powerful computer -- you may want to hold onto what you've got.
    http://forums.adobe.com/thread/496335?tstart=0

Maybe you are looking for

  • No backlight for one user, but fine for another

    One of my students' iBooks has no backlight when he is logged in, although the screen is fine when logged in as a teacher. When I go in the student's prefs, the brightness slider in the display settings doesn't do anything. It slides back and forth,

  • Urgent! external swf not loading with swfobject!

    hello there, I have a swf that loads another one into it through an empty movieclip - When i embed it with swfobject it doesnt appear. My guess is that i would have to mention the external swf in the flashvars ... Done that with no success. Does anyo

  • Drag and drop the xml schema?

    hi all i am creating a GUI. i am using splitpane to split my Frame. and my left split pane contains the XML schema in the form of a JTree. and i need to drag and drop the nodes of a JTree on to right split pane which sub divided in to some regions. i

  • How do i download raw plug ins?

    Hi...How can I open my raw files?  I just purchased a new camera and it is not reading my files.  It is a sonya77 and I am freaking out that I can't open them.  I have tried to download the plug-ins but it is not working.  I have CS5.  Thank you.

  • Dmenu autostart.

    Hello everyone! I recently switched over to Arch and decided to try AwesomeWM (as someone said, all the cool kids are doing it), and everything has been smooth up till now. I want to dmenu to start as I start x from the command line. I added /usr/bin