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.
Delete Performance Document using HDL
Content
Hi everyone,
I'm trying to delete Performance Documents with HDL. I created one with my Admin profile. Then, I started to complete it with the user profile (which I added the perf doc), and I saved it.
I think the Business Object is Mass Actions for Performance Documents and the required items are : EvaluationId and Operation. To get EvaluationId, I get EVALUATION_ID from HRA_EVAL_ITEMS and HRA_EVALUATIONS (both are the same). But when I send this HDL :
METADATA|PerfDocComplete|Operation|EvaluationId
MERGE|PerfDocComplete|ORA_CANCEL_PD|300000005048655
It says that the Document does not exist.
Do you know where can I get the EvaluationId of the Performance Documents ?
0