DBA Data[Home] [Help]

APPS.OTA_DELEGATE_BOOKING_API dependencies on OTA_INITIALIZATION_WF

Line 960: ota_initialization_wf.init_course_eval_notif(p_booking_id);

956: fetch c_eval_info into l_eval_mand;
957: close c_eval_info; 8893725*/
958:
959: if(l_new_sign_eval_status in('ME','OE')) then
960: ota_initialization_wf.init_course_eval_notif(p_booking_id);
961: end if;
962:
963: end if;
964:

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

2577:
2578: IF l_enroll_type = 'W' and l_type = 'P'
2579: and l_delegate_contact_id is null and l_contact_id is null then
2580:
2581: OTA_INITIALIZATION_WF.initialize_wf(p_process => 'OTA_ENROLL_STATUS_CHNG_JSP_PRC',
2582: p_item_type => 'OTWF',
2583: p_eventid => l_new_event_id,
2584: p_person_id => l_person_id,
2585: p_event_fired => 'ENROLL_STATUS_CHNG');

Line 2675: OTA_INITIALIZATION_WF.MANUAL_WAITLIST(

2671: CLOSE fnduser_csr;
2672:
2673: if(l_event_id_changed) then
2674:
2675: OTA_INITIALIZATION_WF.MANUAL_WAITLIST(
2676: p_itemtype => 'OTWF',
2677: p_process => 'OTA_ENROLLMENT_EVENT_CHANGED',
2678: p_Event_title => l_event_title,
2679: p_event_id => l_old_event_id,

Line 2686: OTA_INITIALIZATION_WF.MANUAL_WAITLIST(

2682:
2683: else
2684: if( l_type is not null and (l_type = 'C' or l_type = 'R') ) then
2685:
2686: OTA_INITIALIZATION_WF.MANUAL_WAITLIST(
2687: p_itemtype => 'OTWF',
2688: p_process => 'OTA_MANUAL_WAITLIST',
2689: p_Event_title => l_event_title,
2690: p_event_id => l_old_event_id,

Line 2899: ota_initialization_wf.init_course_eval_notif(p_booking_id);

2895: -- taking evaluations.
2896: if (l_old_sign_eval_status is not null and (l_old_sign_eval_status<>l_new_sign_eval_status)) then --bug#8893725
2897:
2898: if(l_new_sign_eval_status in('ME','OE')) then
2899: ota_initialization_wf.init_course_eval_notif(p_booking_id);
2900: end if;
2901: end if;
2902:
2903: --end of changes for evaluations.

Line 3270: OTA_INITIALIZATION_WF.MANUAL_WAITLIST(

3266: OPEN fnduser_csr(l_owner_id);
3267: FETCH fnduser_csr INTO l_username;
3268: CLOSE fnduser_csr;
3269:
3270: OTA_INITIALIZATION_WF.MANUAL_WAITLIST(
3271: p_itemtype => 'OTWF',
3272: p_process => 'OTA_MANUAL_WAITLIST',
3273: p_Event_title => l_event_title,
3274: p_event_id => l_event_id,