Which table holds Learning Initiative Data
Summary
Which table holds Learning Initiative DataContent
Hi All,
We are missing link to identify the only Initiative enrolled for specialization.
We had built the below query which retrieve both Initiative and Assignment and our goal is to get only Initiative.
I raised the same issue in Oracle Forum but no update.
Can you please direct to provide me who had built Learning Queries earlier with in Oracle.
Appreciate your help in advance.
SELECT spec_li.learning_item_number offering_code
, spec_lit.name offering_name
--, warf.event_type event_type_1
--, warf.learner_id
--, warf.assignment_record_number
0