Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
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 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.

SQL on Offering details in Learning module

edited Aug 29, 2021 3:21PM in Learning 2 comments

Summary

SQL on Offering details in Learning module

Content

Hi Experts,

I have a sql query to get course and offering details. But there is a difference between offering start date from SQL and actual value.

SQL:

SELECT DISTINCT lit.NAME course_name, lit.learning_item_id course_iddd,
                lit_off.learning_item_id off_iddd,
                lit.description_short course_description,
                li.DURATION course_duration,
                li.learning_item_type learningitemtype,
                li.learning_item_number course_id, li.currency_code,
                lit_off.NAME offering_name,
                lit_off.learning_item_number offering_id,
                TO_CHAR (lit_off.effective_start_date,
                         'yyyy/mm/dd'

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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