DBA Data[Home] [Help]

APPS.OTA_LRNG_PATH_UTIL dependencies on OTA_EVENTS

Line 293: p_event_id in ota_Events.event_id%type);

289: Function is_path_successful(p_lp_enrollment_id in ota_lp_enrollments.lp_enrollment_id%type)
290: return varchar2;
291:
292: Procedure Start_comp_proc_success_attnd(p_person_id in number ,
293: p_event_id in ota_Events.event_id%type);
294:
295: -- Added this function for Bug# 7430475
296: FUNCTION get_no_of_mand_compl_courses(p_lp_enrollment_id IN ota_lp_enrollments.lp_enrollment_id%TYPE)
297: RETURN number;

Line 302: function get_lp_enroll_id(p_event_id IN ota_events.event_id%type,

298:
299: function get_lp_current_status(p_lp_enrollment_id in ota_lp_enrollments.lp_enrollment_id%type)
300: return varchar2 ;
301:
302: function get_lp_enroll_id(p_event_id IN ota_events.event_id%type,
303: p_person_id IN ota_lp_enrollments.person_id%type,
304: p_contact_id ota_lp_enrollments.contact_id%type)
305: return ota_lp_enrollments.lp_enrollment_id%type;
306: