How to Active Shift lookup code (ORA_HTS_SHIFT_TYPE) for Duration Shifts?
Summary
How to Active Shift lookup code (ORA_HTS_SHIFT_TYPE) for Duration Shifts?Content
Hi all,
My business scenario is to upload non-working. I have tried to upload non-working using the following HDL.
METADATA|ScheduleRequest|ScheduleRequestNumber|RequestSource|RequestTime
MERGE|ScheduleRequest|TEST001|CRP|
METADATA|ScheduleEvent|ScheduleRequestNumber|ScheduleEventNumber|ImportMode|PersonNumber|PeriodStartDate|PeriodEndDate|AllowEdits|Publish|WorkerNotification
MERGE|ScheduleEvent|TEST001|SE001|UPDATE|EMPLOYEE_011|2019/12/30|2019/12/30|N|Y|Y
METADATA|ScheduleShiftEvent|ScheduleRequestNumber|ScheduleEventNumber|ScheduleShiftEventNumber|ShiftNumber|ShiftAction|ReferenceDay|ShiftStartTime|ShiftEndTime|ShiftTimeNotWorked|ShiftCode|ShiftCategory|ShiftType|AllowEdits
MERGE|ScheduleShiftEvent|TEST001|SE001|SSE101|SN001|UPDATE|2019/12/30||||ROD||Duration|N
This HDL error saying Shift type lookup value for the Duration shift is not available. Therefore, I have tried to create Duration Lookup under ORA_HTS_SHIFT_TYPE. It seems it does not allow creating a new lookup code. Therefore Currently ELAPSED and TIME appear in the Shift type lookup area. I want to know the way to active lookup for the Duration shift type. Please be kind to share your valuable knowledge.