Urgent: How differentiate between retro and payroll in fast formula

I wrote a quick formula. This quick form is attached to the element of "basic salary".
"Base salary" item has retro setting and proration.
We use retro processes strengthened.
Improved retro process calls this quick formula to verify the amount of the difference.
Similarly, oracle payroll will also call the same formula fast when running on the payroll.

Now, our requirement is:
----------------------------------
A few lines in fast formula should not run when FF is called by retro, but it must be run when it is called by the payroll.
So, how could we know if FF is called process retro or payroll?
If I have a way to find this, I can run that code using this condition.
Any pointer in this regard will be highly appreciated.

None of the above... Just write a function custom PLSQL who will be ID action of payroll as a context parameter & returns the table PAY_PAYROLL_ACTIONS... action_type column to the fast formula. L is for Retro throw.

In the quick formula, place the specific code in the if condition.

ATTENTION: Make the formula calculate differently in normal payroll & retro you can cause serious problems of consistency in payments/deductions and their debugging might become impossible in the long term.

Published by: Maxime bushel Sep 22, 2011 07:00

Tags: Oracle Applications

Similar Questions

  • Very Urgent: How to reinstall CC2014 AND CC2015 after reformatting drive system

    Hello

    I had last weekend a four time tries to draw a $ 4000 on my credit Card for security reasons, I have decided to re - format my system driver and reinstall all my programs.

    My concern is to be able to to re - install both versions of CC2014 and CC2015 without losing all the data from my past or actual projects.

    I must precise that my projects are stored on different drives, my C: drive is only dedicated to the system and the program installed their default.

    1 / I will be able to reinstall the CC2014 with the CC Manager program?

    2 / I am concerned by the fact that most of the programs have data stored in the directory of user names (see photo); This is the case for

    DAZ 3D or VideoCopilot.

    screenshot_Fri_Apr_22_07.25.04.png

    What happens to the data stored their? Should be first recorded the subdirectories and their contents to update manually after the reinstallion of programs?

    If you have any other suggestions/knowledge of data as well as their location to save until the system is reinstalled, please let me know.

    I must say that my banker consider as totally remiss that a subscriber should be forced to leave a number of credit card on the site, encrypted or not. We all know how skilled hackers are and that is a countryside for them to fly any Web site, as we have seen in the past even with the records of the Government.

    Thanks in advance to all to help me in this horrible situation.

    Claude

    1 / I will be able to reinstall the CC2014 with the CC Manager program?

    Yes, you'll find it under previous versions of the desktop application. You can even install CS6 if you wish.

    Firstly save the subdirectories and their contents to update manually after the reinstallion of the programs?

    Most of the contents of these folders will be re-created during installation, but your custom settings will be lost.

    You can use Edit > Presets in Photoshop to export your custom presets. (this does not include custom workspaces, which are located in the subfolder Workspaces)

    The best solution is to make backups of the Photoshop files in the screenshot and the copy on your custom settings for the installation of the new system. Do not copy over everything, just the things you need - like the presets folders and workspaces.

    There is also things like the Panel in the top folder actions, color settings, etc.

    You probably want to do the same thing for Illustrator and other programs.

  • How distuingish between RHEL and OEL?

    Hi all

    How to make sure if it is RHEL or OEL?

    Thanks in advance


    PS: I can only connect using telnet or ssh and I can't root sudo.

    Published by: 853914 on April 26, 2011 09:46

    Yep, the second is a RHEL.

    Aman...

  • Is it possible to differentiate between 11I and R12 gl records?

    Hi all
    is there a way that we can tell if a record is r12 / 11I set aside based on when we upgraded? We run reports that use data from the g_je_lines reference_XX table. References changed to R12, so we need the information required in 2 different ways.

    Thank you.

    You can use je_header_id.
    Since it is sequential, you can say je_header_id > = x is R12.

  • How to communicate between JSP and jsf/jspx/managed bean using ADF11gR2

    Hello

    Scenario1.

    I use Jdeveloper 11 g R2, I am developing an application in the ADF. In our application, we implement of payment gateway.
    Application of the ADF, we call payment gateway.
    inside the payment2.jspx
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    * < af:commandButton text = "#{res ['makepayment_2.totalpaymentthroughknet ']}" id = "cb1" action = "#{makePayment2.callPaymentGatway}" / > * "
    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    PaymentGatwayManagebean Method callPaymentGatway()
    public void callPaymentGatway() {
    > System.out.println ("Hi callKnetMethod method called");}
    > String payUrl, payId = null;
    > HashMap hm = new HashMap();
    > HttpServletRequest request = (HttpServletRequest) (JSFUtils.getFacesContext ()) .getExternalContext () .getRequest ();
    > logger.info ("-> callKnetMethod method called");
    > hm = KnetUtils.knetInitialize ("1", "2", "3", "4", "5", "6", "7");
    > payUrl = (String) hm.get ("PayUrl");
    > payId = (String) hm.get ("PayId");
    > request.setAttribute ("knetRedirect", "true");
    > try {}
    > KnetUtils.knetPay (payUrl, payId);
    >} catch (Exception e) {}
    > e.printStackTrace ();
    {>}
    }
    the above method called Paymentgateway after response from gateway payment successful return transaction with some data as the id of the transaction, the name of the Bank, amount, train etc. all data by adding to the URL
    Exodus http://192.168.102.41:7101/amificweb/faces/ami/repback.jsp?paymentId="+paymentId+"& result ="+ result +"& auth ="+ auth +"& ref ="+ ref +"& postdate ="+ post +"& trackid ="+ trackid +"& amp; tranid = "+ tranid + ' & udf1 =" + udf1 + ' & udf2 = ' + udf2 + ' & udf3 = "+ udf3 +" & udf4 = "+ udf4 +" & udf5 = "+ udf5;

    *Current repback.jsp page*
    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    < %
    Payment gateway data take into repback.jsp
    > String paymentId = request.getParameter("paymentid");
    > String ErrorNo = request.getParameter("Error");
    > String udf1 = request.getParameter("udf1");
    > string udf2 = request.getParameter("udf2");
    > string udf3 = request.getParameter("udf3");
    > string udf4 = request.getParameter("udf4");
    > string udf5 = request.getParameter("udf5");
    > System.out.println (request.getParameter("result").toString ());
    > if (request.getParameter("result").equalsIgnoreCase ("CAPTURED")) {}
    > result = request.getParameter("result");
    > are later = request.getParameter ("postdate");
    > tranid = request.getParameter("tranid");
    > auth = request.getParameter("auth");
    > trackid = request.getParameter("trackid");
    > Ref = request.getParameter("ref");
    >
    > out.println ("REDIRECT = http://192.168.102.41:7101/amificweb/faces/ami/*voucherPrinting1.jsp*?paymentId="+paymentId+ "& result =" + result + "& auth =" + auth + "& > Ref =" + ref + "& > postdatent =" + postdatent + "& trackid =" + trackid + "& tranid =" + tranid + "& udf1 =" + udf1 + "& udf2 =" + udf2 + "& udf3 =" + udf3 + "& udf4 =" + udf4 + "& udf5 =" + udf5 "); {
    } else if (request.getParameter("result").equalsIgnoreCase ("CANCELED")) {
    > result = request.getParameter("result");}
    >
    out.println ("REDIRECT =http://192.168.102.41:7101/amificweb/faces/ami/Error1.jsp?paymentId=" + paymentId + "& result =" + result + "& ErrorText =" + ErrorText);
    >}
    > % >
    -
    In the present scenario I can redirect from repack.jsp to voucherPrinting1.jsp and I can take all of the data in the jsp page.

    But I want all the data * CallPaymentGatwayManagebean * method, how can I do. ?

    How communication between jsp and jsf, jsff, jspx, managedbean?



    Maroof

    You must save the config.xml file adfc bean in the scope of the request this ways you can call the method any page bean.

    Also have you tried using the pages in a taskflow with jspx and saving the bean in the taskflow which is a better approach?

  • 4.7 the difference between touch and non-touch devices

    Hi all

    I want to differentiate between touch and non touch devices to devices based on OS 4.7. For example Storm and Storm2 are touch while the tower is not touch. is there an API or how we can make a difference.

    Thanks in advacne

    Touchscreen.isSupported () should solve your problem.

  • R12: Differentiate tax between AP and AR module

    Hello

    Can anyone help me how to differentiate between tax between AP and AR module? When I went through details of the taxes in the Bill on tax LOV (AP) workbench or tax classification LOV in form of distribution in the workbench (AR) of the transaction, all taxes are mixed together in the two LOV. I had found the similar thread in this forum, follow the instructions, but I am always faced with the question. This is the step I did:

    -create the third tax profile (legal person of first part; and control unit with the basic tax content)
    -Set the tax system
    -Set the tax (owner of global configuration; for all of the taxes)
    -Set the tax status
    -Set the tax jurisdiction
    -Define the clawback rate
    -Set the tax rate
    -Define the rules (I tried to put in the type of rule applicability tax determined with even claims of class and to pay for each tax; still not training)
    -to provide the tax
    -create default and owner configuration options control taxes and options of application fees

    Please let me know if any step is missing.
    She really appreciates your help.

    Thank you
    Hansen

    Hello Hansen,

    I found this note on my Support:

    "R12. EBTax. How to differentiate the Code of tax rate for debt and Credit Transactions in the fiscal Classification Code LOV (list of values). [756985.1 ID]

    Tax Classification Code LOV (list of values) shows all the tax rates that are created in EBTax. You must choose your code of tax rates to the list of the fiscal classification code values in the accounts payable or receivable. How the difference rate Code tax for transactions in accounts payable and accounts receivable in the tax Classification Code LOV?
    * Solution *.
    Please note that in R12, there is a centralized tax engine. Tax implemented in EBTax will be and can be applied to both accounts payable and accounts receivable. Created by EBTax, no matter what tax rates will be available as a tax Classification Code LOV in these two applications. It cannot be applied and this is the intended function.

    If debts and receivables exist with unique operating units then the MOAC security settings can be used to restrict the LOV. In addition if EBTax is properly set up the fiscal classification codes will not be used for the determination of the tax except in the exception based scenarios. Please see the case study in *577996.1 Note* for examples

    I just install ebTax using tax codes for AR and AR and, right now, these two modules tax codes are shared on the LOV. We used a convention for naming code... but I'm looking for notes 577996.1

    Kind regards.

  • Display satellite C50-A546 cards how to switch between NVIDIA and INTEL?

    Hello

    How can I switch between NVIDIA and INTEL graphics cards?

    PS
    I have already installed all the drivers, but I can see that INTEL the card used chart!

    * OS: Windows 8.1 x 64
    * NVIDIA driver: 340, 52-portable
    * DirectX: 11

    Hello

    The Intel graphics chip, which is part of the central unit should be used for low performance applications, because it allows you to save energy and reduce the internal temperature.

    For best performance while game, it s advisable to use the external GPU (nVidia or AMD)
    This setting can be changed in the nVidia control panel s

    Here, you should choose manage them 3D settings (can be found on the left in the nVidia control panel)

    Now in the main window, you will find two global settings and program parameters tabs
    In the program settings tab, select the (game) program that needs to use the nVIdia GPU

    If it is not listed, click the Add button
    Then choose the graphic processor preferred for this program (generally must be nVidia processor high performance)

    Last but no less, in this program-specific settings, you can assign additional features to improve performance.

  • How to lock my iPhone 6's screen so it does not move between portrait and landscape?

    How to lock my iPhone 6's screen so it does not move between portrait and landscape?

    Select portrait orientation lock.

    Swipe the top of your home screen to access the control center and select the icon with a lock and an arc around him.

  • Is there a way to differentiate between a conference and music?

    Is there a way to differentiate between a conference and music on my I Pod Touch?

    By the title/subject.

    In iTunes, you can change the media type between;

    -Music; goes in the music app

    -Podcast, go to podcast app

    -iTunes U

    -Audio book, and

    -Voice memo

  • Is the difference between TSMC and Samsung Chip in the real Iphone 6 s? If this is the case, how can I found it before buying a new? How can I

    Is the difference between TSMC and samsung chip processors in the real Iphone 6 s? If this is the case, how can I found it before buying a new one?

    No, it isn't.

  • How can I integrate signals between t0 and T1

    My problem is: I use USB6251 to receive signal Y permanently, including proportional to t dX/d. I have to calculate the X signal in the interval between t0 and t1. I've known who can use integralx (t) to integrate this signal continuously, but I do not know how to calculate this integration in the given interval (t0 and t1).

    Help, please

    I thank in advance.

    Rostov

    What I understand here, you calculate X (the integral of your signal) from the moment you start to acquire until you stop. If you have a continuous signal of data? Can not only cut you the early data prior to t (0) and chop the data beyond t (1), and what remains is the signal X of the t (0) to the t (1).

    By "chop off", I hear using the subset of the table and determine what clues relate to these time points t (0) and t (1).

  • How can I fix the link between adobe and windows if I see .pdf not win32 application

    How can I fix the link between adobe and windows if I see .pdf not win32 application, without the disc?

    "Adobe" is the name of the company that provides a great many different applications.

    Adobe Reader is free and allows you to view pdf files.

    Adobe Acrobat is expensive and allows you to create, edit and view pdf files.

    Assuming that you are referring to the reader, uninstall all the versions of it using the control panel > add or remove programs.  Then either

    1. go to http://get.adobe.com/reader/?promoid=BUIGO and download the current version (remember to uncheck the box to install McAfee Security Scan Plus.

    or

    2. go to http://www.foxitsoftware.com/Secure_PDF_Reader/ and download Foxit Reader, a small pdf reader and many more.

    Then, install the reader that you have downloaded.

  • screen jumps between 100% and 400%, how can I stop?

    My computor screen jumps between 100% and 400%, how can I stop?

    In internet explorer.  I checked to see if the magnifying glass was on it is not checked.   I just bought new a moniter.   Changed the back of the mouse to connect to see if wireless was the problem.  He jumps to nearly 400% at the top of the screen on the top 4 ".  I am running Vista Home Premium.  Thanks for your help and Merry Christmas!

  • my language has changed between English and symbols, and I do not know how to change back

    my language has changed between English and symbols, and I do not know how to change back

    Hello Joe Barton,

    Have you tried to change the display language, from the link above?  Alternatively, you can try to perform a system restore, if it happened recently.  Did you do a full scan with your antivirus software and ran all the malware removal?

    Please let us know status.

Maybe you are looking for

  • meaning: broken pipe

    Message from CP1515n printer problem: cannot write the print data, broken. What are the broken pipe?

  • What should I click on download apps from the store?

    I want to download the application (win mail.dat) on the Apple App Store.  There is a lot of info about the app and several ribs, etc., but it is not clear what you click on to download the app.  Hellllppp!

  • Where to download drivers and utilities Toshiba after a clean install?

    My new Qosmio X 500 is very slow, that just after the start and I want to do a clean install to remove unnecessary software (Norton, MS Office Trial, some utilities Tishiba) completely, but I want to assure you that I can always find and install util

  • replacement screen for hp mini 110 1037 ca

    Hello Should what screen to spare I order? My netbook has fallen on the ground and the screen is now a task light and color and cracks. Running on XP REF: VA728UA #ABC Purchased at the Canada Mini 110 1037 ca model Thank you!

  • Want to Phoenix 810se: SSD

    I'm setting up the new office, what is the difference between a SSD 256 and 256 GB SATA 3.5 Solid State Drive TLC (the price difference is only $ 10 so I guess is a similar product)