DBA Data[Home] [Help]

APPS.OTA_DELEGATE_BOOKING_API dependencies on OTA_COMPETENCE_SS

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

770: if l_type='A' and p_delegate_contact_id is null and p_contact_id is null then
771:
772: -- check whether class is online or not
773: if p_successful_attendance_flag = 'Y' then
774: ota_competence_ss.create_wf_process(p_process =>'OTA_COMPETENCE_UPDATE_JSP_PRC',
775: p_itemtype =>'HRSSA',
776: p_person_id => p_delegate_person_id,
777: p_eventid =>p_event_id,
778: p_learningpath_ids => null,

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

2334: l_comp_upd := null;
2335: end if; -- flag */
2336:
2337: IF p_successful_attendance_flag = 'Y' THEN
2338: ota_competence_ss.create_wf_process(p_process =>'OTA_COMPETENCE_UPDATE_JSP_PRC',
2339: p_itemtype =>'HRSSA',
2340: p_person_id => l_person_id,
2341: p_eventid =>p_event_id,
2342: p_learningpath_ids => null,