DBA Data[Home] [Help]

APPS.OTA_LRNR_ENROLL_UNENROLL_WF dependencies on WF_ITEMS

Line 7: p_itemtype in wf_items.item_type%type,

3:
4: --called from ota_Cert_enrollments_api and ota_cpe_util
5:
6: Procedure Cert_Enrollment(p_process in wf_process_activities.process_name%type,
7: p_itemtype in wf_items.item_type%type,
8: p_person_id in number ,
9: p_certificationid in ota_certifications_b.certification_id%type);
10:
11:

Line 13: p_itemtype in wf_items.item_type%type,

9: p_certificationid in ota_certifications_b.certification_id%type);
10:
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:

Line 19: p_itemtype in wf_items.item_type%type,

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,
20: p_person_id in number ,
21: p_eventid in ota_Events.event_id%type);
22:
23: