DBA Data[Home] [Help]

APPS.OTA_COMPETENCE_SS dependencies on OTA_EVENTS_VL

Line 1527: from ota_Events_vl oev ,ota_activity_versions_tl oav

1523: WHERE employee_id= l_supervisor_id;
1524:
1525: Cursor csr_name is
1526: select oev.title,oav.version_name
1527: from ota_Events_vl oev ,ota_activity_versions_tl oav
1528: --,ota_offerings off
1529: where
1530: --oev.parent_offering_id=off.offering_id and
1531: oev.activity_version_id= oav.activity_version_id