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.
Need Syntax for DAVE_TIME_SCAN_SET function
Content
We are trying to use the DAVE functions mentioned in Doc ID 1990057.1 in our Time Calculation rules rules and tried below syntax;
Syntax 1: l_dave = DAVE_TIME_SCAN_SET(ctxPersonId,ctxPeriodStartTime,ctxPeriodEndTime,'REPORTED','REPORTED',' ' ,' ' ,' ',l_sstatus default 'zz',l_slog default 'zz', l_row_count default 0,l_row_count_dtl default 0, l_rpt_start_date default '01-01-1951'(date),l_rpt_end_date default '31-12-4712'(date),l_rpt_rs_key default 'zz')
Initialized the output variables prior to the use in the below function
Syntax 2: l_dave = DAVE_TIME_SCAN_SET(ctxPersonId,ctxPeriodStartTime,ctxPeriodEndTime,'REPORTED','REPORTED','NULL','NULL','NULL',l_sstatus,l_slog, l_row_count,l_row_count_dtl,l_rpt_start_date,l_rpt_end_date,l_rpt_rs_key)
Tagged:
0