VO Extention in R12.2.4
We have a seeded VO named "SearchForCoursesVO" with the following query:-
SELECT * FROM (Select TAV.Activity_version_id Course_Id, AVT.Version_Name Course_Name, AVT.DESCRIPTION Description, TAV.version_code Course_Code, AVT.keywords Keywords, TAV.start_date, TAV.end_date, ota_lp_member_swi.check_course_exists(:1,tav.activity_version_id) Course_Exists From ota_activity_versions tav, ota_activity_versions_tl avt Where tav.activity_version_id = avt.activity_version_id and avt.language= USERENV('LANG') and TAV.business_group_id = ota_general.get_business_group_id And trunc(sysdate)<= nvl(trunc(tav.end_date),trunc(sysdate))) QRSLT