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: END ota_lrng_path_util;
296: