DBA Data[Home] [Help]

APPS.OTA_RESOURCE_BOOKING_API dependencies on OTA_INITIALIZATION_WF

Line 291: OTA_INITIALIZATION_WF.initialize_instructor_wf(

287: close get_trainer_id;
288:
289: if l_person_id is not null and p_event_id is not null then
290: -- call to instructor notification process not for independent resources
291: OTA_INITIALIZATION_WF.initialize_instructor_wf(
292: p_item_type => 'OTWF',
293: p_eventid => p_event_id,
294: p_sup_res_id => p_supplied_resource_id,
295: p_start_date => p_required_date_from,

Line 629: OTA_INITIALIZATION_WF.initialize_instructor_wf(

625: p_object_version_number := l_object_version_number;
626:
627: if l_person_id is not null and l_event_id is not null and l_status <> p_status and p_status= 'C'then
628: -- call to instructor notification process on status change to confirmation
629: OTA_INITIALIZATION_WF.initialize_instructor_wf(
630: p_item_type => 'OTWF',
631: p_eventid => l_event_id,
632: p_res_book_id => p_resource_booking_id,
633: p_status => p_status,

Line 651: OTA_INITIALIZATION_WF.initialize_instructor_wf(

647: and (l_status = 'C' or p_status= 'C')
648: then
649:
650: if (ota_utility.is_con_prog_periodic('OTINSTRNTF')) then
651: OTA_INITIALIZATION_WF.initialize_instructor_wf(
652: p_item_type => 'OTWF',
653: p_eventid => l_event_id,
654: p_res_book_id => p_resource_booking_id,
655: p_event_fired => 'INSTRUCTOR_REMIND');

Line 795: OTA_INITIALIZATION_WF.initialize_instructor_wf(

791: if l_person_id is not null and l_event_id is not null then
792:
793: hr_utility.trace ('before wf ' ||20);
794: -- call to instructor notification process
795: OTA_INITIALIZATION_WF.initialize_instructor_wf(
796: p_item_type => 'OTWF',
797: p_eventid => l_event_id,
798: p_sup_res_id => l_sup_res_id,
799: p_start_date => l_start_date,