Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Unable to fetch the value using Element Input Validation
Summary:
I'm using the below formula in one of Element to process, upon saving the element entry.
But I'm getting following error "ORA-20001: The data type TEXT of parameter AMOUNT doesn't match the data type NUMBER used in the formula. ORA-06512: at "FUSION.HR_UTILITY", line 798 ORA-06512: at "FUSION.FF_EXEC_WRAPPER_PKG", line 81 ORA-06512: at line 2"
Need solution to resolve this error.
Content (required):
Version (include the version you are using, if applicable):
21D
Code Snippet (add any code snippets that support your topic, if applicable):
DEFAULT FOR L_AMOUNT IS 0
INPUTS ARE AMOUNT (NUMBER)
L_Person_ID = GET_CONTEXT(PERSON_ID,0)
0