DBA Data[Home] [Help]

APPS.OTA_LRNR_ENROLL_UNENROLL_WF dependencies on OTA_EVENTS

Line 15: p_eventid in ota_Events.event_id%type,

11:
12: Procedure Learner_Enrollment(p_process in wf_process_activities.process_name%type,
13: p_itemtype in wf_items.item_type%type,
14: p_person_id in number ,
15: p_eventid in ota_Events.event_id%type,
16: p_booking_id in number);
17:
18: Procedure Learner_UnEnrollment(p_process in wf_process_activities.process_name%type,
19: p_itemtype in wf_items.item_type%type,

Line 21: p_eventid in ota_Events.event_id%type);

17:
18: Procedure Learner_UnEnrollment(p_process in wf_process_activities.process_name%type,
19: p_itemtype in wf_items.item_type%type,
20: p_person_id in number ,
21: p_eventid in ota_Events.event_id%type);
22:
23:
24:
25: end OTA_LRNR_ENROLL_UNENROLL_WF;