DBA Data[Home] [Help]

APPS.OTA_INITIALIZATION_WF dependencies on OTA_DELEGATE_BOOKINGS

Line 294: -- p_booking_id in ota_delegate_bookings.Booking_id%type default null,

290:
291: Procedure Initialize_wf(p_process in wf_process_activities.process_name%type,
292: p_item_type in wf_items.item_type%type,
293: p_person_id in number default null,
294: -- p_booking_id in ota_delegate_bookings.Booking_id%type default null,
295: p_eventid in ota_Events.event_id%type,
296: p_event_fired in varchar2);
297:
298: --gets called from ota_evt_upd.upd for class rescheduling or location change

Line 364: procedure init_course_eval_notif(p_booking_id OTA_DELEGATE_BOOKINGS.booking_id%type);

360: Procedure send_instructor_reminder_ntf(
361: ERRBUF OUT NOCOPY VARCHAR2,
362: RETCODE OUT NOCOPY VARCHAR2);
363:
364: procedure init_course_eval_notif(p_booking_id OTA_DELEGATE_BOOKINGS.booking_id%type);
365:
366: procedure get_course_eval_status ( itemtype IN WF_ITEMS.ITEM_TYPE%TYPE,
367: itemkey IN WF_ITEMS.ITEM_KEY%TYPE,
368: actid IN NUMBER,