Get Started: AI Resources for Oracle Cloud HCM – Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Report to extract Assessment Questionnaire of Learning section
Summary
Need to extract assessment questionnaire of an offering linked to a learnerContent
Hi All,
I am trying to extract the assessment questionnaire with the answers inserted in the offer.
The query I am using is the following
select
part.*,
quest.name
from HRQ_QUESTIONNAIRES_VL quest
join HRQ_QSTNR_PARTICIPANTS part on part.questionnaire_id=quest.questionnaire_id
join WLF_ASSIGNMENT_RECORDS_F **** on to_char(****.assignment_record_id)=part.subject_id
whre part.SUBSCRIBER_ID='10'
but I cannot find any results.
Do you have any suggestions?
Tagged:
1