Can you deliberately throw a fatal error in a fast formula?
Summary:
Can you write a line of code that immediately causes an employee's payroll calculation to error with a user-defined message?
Content (please ensure you mask any confidential information):
There are times when a simple data error causes a fatal condition deep within multiple layers of Oracle fast formula code. These error messages tend to not be helpful in determining what went wrong, e.g. "Error was encountered when processing payroll relationship XXXXXXX" and giving a line of code in one of Oracle's formulas. You may be able to dig into those formulas and figure out what invalid data caused it, but this isn't easy and in payroll you generally want a quick solution. Really the payroll should degrade gracefully and output helpful warning and error messages, but we all