facing error while saving the time from oj-input-time component. — Cloud Customer Connect
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
Get Started with Redwood: Oracle Cloud SCM and Purchasing

facing error while saving the time from oj-input-time component.

Summary:

Component:-

 <oj-label class="oj-label label">From Time</oj-label>   

<oj-input-time class="oj-input-text inputText" label-hint="Time"      value="{{ $variables.ATTENDANCE_DEVICE_ON_DUTY_VAR.from_time }}"   

  converter='{"type": "datetime", "options": {"pattern":"hh:mm a"}}'></oj-input-time>

error:-




REST API QUERY FOR SAVE THE DATA :-

BEGIN
ATTENDANCE_DEVICE_PACKAGE.SAVE_ATTENDANCE_DEVICE_ON_DUTY_FOR_INITIATOR(
:p_request_no,
:p_user_id,
to_date(:p_shift_date,'YYYY-MM-DD'),
to_char(:p_from_time, 'hh:mm am'),
to_date(:p_to_date,'YYYY-MM-DD'),
to_char(:p_to_time, 'hh:mm am' ),
:p_shift,
:p_reason,
:p_narration,
:p_req_type,
:p_request_type,

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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