DBA Data[Home] [Help]

APPS.OTA_DELEGATE_BOOKING_API dependencies on OTA_COMPETENCE_SS

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

926: if l_type='A' and p_delegate_contact_id is null and p_contact_id is null then
927:
928: -- check whether class is online or not
929: if p_successful_attendance_flag = 'Y' then
930: ota_competence_ss.create_wf_process(p_process =>'OTA_COMPETENCE_UPDATE_JSP_PRC',
931: p_itemtype =>'HRSSA',
932: p_person_id => p_delegate_person_id,
933: p_eventid =>p_event_id,
934: p_learningpath_ids => null,

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

2545: l_comp_upd := null;
2546: end if; -- flag */
2547:
2548: IF p_successful_attendance_flag = 'Y' and nvl(l_old_booking_status,'-1') <> 'A' THEN --Bug14213700
2549: ota_competence_ss.create_wf_process(p_process =>'OTA_COMPETENCE_UPDATE_JSP_PRC',
2550: p_itemtype =>'HRSSA',
2551: p_person_id => l_person_id,
2552: p_eventid =>l_new_event_id,
2553: p_learningpath_ids => null,