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.
Replace Grade in a Job Code using job.dat HDL load
Summary
Replace Grade in a Job Code using job.dat HDL loadContent
I want to replace a grade in an existing job code using HDL. Below is a sample. I want to replace E04 with S07. I tried the below HDL to end date E04, but when I date track on the Job Code I see 2 grades instead of 1 (see screenshot). I want only E04 to appear until 12/31/2019 and then only S07 to appear starting 1/1/2020.
METADATA|JobGrade|EffectiveStartDate|EffectiveEndDate|GradeCode|JobCode|JobId|SetCode
MERGE|JobGrade|1950/01/01|2019/12/31|E04|AS0014|300000014041773|COMMON
MERGE|JobGrade|2020/01/01||S07|AS0014|300000014041773|COMMON
Can anyone see what is wrong with my Job.dat file copied above?
0