DBA Data[Home] [Help]

APPS.OTA_TPS_API dependencies on OTA_COMPETENCE_SS

Line 296: ota_competence_ss.create_wf_process(p_process =>'OTA_COMPETENCE_UPDATE_JSP_PRC',

292: FETCH get_info_for_comp INTO l_person_id, l_learning_path_id;
293: CLOSE get_info_for_comp;
294: if l_person_id is not null and l_learning_path_id is not null
295: and p_plan_status_type_id = 'OTA_COMPLETED' then
296: ota_competence_ss.create_wf_process(p_process =>'OTA_COMPETENCE_UPDATE_JSP_PRC',
297: p_itemtype =>'HRSSA',
298: p_person_id => l_person_id,
299: p_eventid =>null,
300: p_learningpath_ids => l_learning_path_id,

Line 598: ota_competence_ss.create_wf_process(p_process =>'OTA_COMPETENCE_UPDATE_JSP_PRC',

594: FETCH get_info_for_comp INTO l_person_id, l_learning_path_id;
595: CLOSE get_info_for_comp;
596: if l_person_id is not null and l_learning_path_id is not null
597: and p_plan_status_type_id = 'OTA_COMPLETED' then
598: ota_competence_ss.create_wf_process(p_process =>'OTA_COMPETENCE_UPDATE_JSP_PRC',
599: p_itemtype =>'HRSSA',
600: p_person_id => l_person_id,
601: p_eventid =>null,
602: p_learningpath_ids => l_learning_path_id,