DBA Data[Home] [Help]

APPS.OTA_COMPETENCE_SS dependencies on OTA_LEARNING_PATHS_TL

Line 1536: select name from ota_learning_paths_TL

1532: and oev.event_id= p_eventid
1533: and Language= USERENV('LANG');
1534:
1535: cursor LP_name (csr_lp_id varchar2) is
1536: select name from ota_learning_paths_TL
1537: where learning_path_id =csr_lp_id
1538: and Language= USERENV('LANG');
1539:
1540: cursor chk_person_business_grp