DBA Data[Home] [Help]

APPS.OTA_DELEGATE_BOOKING_API dependencies on OTA_INITIALIZATION_WF

Line 803: ota_initialization_wf.init_course_eval_notif(p_booking_id);

799: fetch c_eval_info into l_eval_mand;
800: close c_eval_info;
801:
802: if((l_type = 'E' and l_eval_mand = 'Y') or (l_type = 'A' and l_eval_mand = 'N')) then
803: ota_initialization_wf.init_course_eval_notif(p_booking_id);
804: end if;
805:
806: end if;
807:

Line 2370: OTA_INITIALIZATION_WF.initialize_wf(p_process => 'OTA_ENROLL_STATUS_CHNG_JSP_PRC',

2366:
2367: IF l_enroll_type = 'W' and l_type = 'P'
2368: and l_delegate_contact_id is null and l_contact_id is null then
2369:
2370: OTA_INITIALIZATION_WF.initialize_wf(p_process => 'OTA_ENROLL_STATUS_CHNG_JSP_PRC',
2371: p_item_type => 'OTWF',
2372: p_eventid => p_event_id,
2373: p_person_id => l_person_id,
2374: p_event_fired => 'ENROLL_STATUS_CHNG');

Line 2470: OTA_INITIALIZATION_WF.MANUAL_WAITLIST(

2466: CLOSE fnduser_csr;
2467:
2468: if(l_event_id_changed) then
2469:
2470: OTA_INITIALIZATION_WF.MANUAL_WAITLIST(
2471: p_itemtype => 'OTWF',
2472: p_process => 'OTA_ENROLLMENT_EVENT_CHANGED',
2473: p_Event_title => l_event_title,
2474: p_event_id => l_old_event_id,

Line 2481: OTA_INITIALIZATION_WF.MANUAL_WAITLIST(

2477:
2478: else
2479: if( l_type is not null and (l_type = 'C' or l_type = 'R') ) then
2480:
2481: OTA_INITIALIZATION_WF.MANUAL_WAITLIST(
2482: p_itemtype => 'OTWF',
2483: p_process => 'OTA_MANUAL_WAITLIST',
2484: p_Event_title => l_event_title,
2485: p_event_id => l_old_event_id,

Line 2697: ota_initialization_wf.init_course_eval_notif(p_booking_id);

2693: fetch c_eval_info into l_evt_eval_id,l_eval_mand,l_act_eval_id;
2694: close c_eval_info;
2695:
2696: if((l_type = 'E' and l_eval_mand = 'Y') or (l_type = 'A' and l_eval_mand = 'N')) then
2697: ota_initialization_wf.init_course_eval_notif(p_booking_id);
2698: end if;
2699: end if;
2700: --end of changes for evaluations.
2701:

Line 3025: OTA_INITIALIZATION_WF.MANUAL_WAITLIST(

3021: OPEN fnduser_csr(l_owner_id);
3022: FETCH fnduser_csr INTO l_username;
3023: CLOSE fnduser_csr;
3024:
3025: OTA_INITIALIZATION_WF.MANUAL_WAITLIST(
3026: p_itemtype => 'OTWF',
3027: p_process => 'OTA_MANUAL_WAITLIST',
3028: p_Event_title => l_event_title,
3029: p_event_id => l_event_id,