You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now

Progress with Redwood: Redwood Resources for Oracle Cloud HCM -  Go Here
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.

timeRecordEventRequests create overtime entry with the wrong unit of measure

Summary:

HCM timeRecordEventRequests api seemed always creating time record with the default units?

Content (please ensure you mask any confidential information):


Sample payload:

{    "processInline": "Y",    "processMode": "TIME_ENTER",    "timeRecordEvent": [        {            "startTime": "2025-03-02T00:00:00.000Z",            "stopTime": "2025-03-02T00:00:00.000Z",            "reporterIdType": "PERSON",            "reporterId": "23456",            "assignmentNumber": "E66789",            "comment": "Missing entry due to clock down",            "measure": "1",            "operationType": "ADD",            "timeRecordEventAttribute": [                {                    "attributeName": "PayrollTimeType",                    "attributeValue": "PT Over 4 Hours"                }            ]        }       ]}

The unit of measure associated with this type of overtime entry should be 'unit' .

      {
"DisplayValue": "PT Over 4 Hours",
"UnitOfMeasure": "UN",
"IsAbsenceTypeFlag": "false",
"Code": "30000056789"
},

But the time record crated with the above API having the uom as 'hours' rather than 'hours'.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!