DBA Data[Home] [Help]

APPS.OTA_LP_ENROLLMENT_API dependencies on OTA_COMPETENCE_SS

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

287: --Modified for Bug#3864084
288: IF p_path_status_code = 'COMPLETED' AND p_person_id IS NOT NULL
289: and ('Y' = ota_lrng_path_util.is_path_successful(p_lp_enrollment_id => p_lp_enrollment_id))
290: THEN
291: ota_competence_ss.create_wf_process(p_process => 'OTA_COMPETENCE_UPDATE_JSP_PRC',
292: p_itemtype => 'HRSSA',
293: p_person_id => p_person_id,
294: p_eventid => null,
295: p_learningpath_ids => to_char(p_learning_path_id),

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

650: and ('Y' = ota_lrng_path_util.is_path_successful(p_lp_enrollment_id => p_lp_enrollment_id))
651: --Added for bug#5054787
652: AND l_path_status_code <> 'COMPLETED'
653: THEN
654: ota_competence_ss.create_wf_process(p_process => 'OTA_COMPETENCE_UPDATE_JSP_PRC',
655: p_itemtype => 'HRSSA',
656: p_person_id => l_person_id,
657: p_eventid => null,
658: p_learningpath_ids => to_char(l_learning_path_id),