DBA Data[Home] [Help]

APPS.OTA_CPE_UTIL dependencies on OTA_EVENTS

Line 32: Procedure crt_comp_upd_succ_att(p_event_id in ota_events.event_id%type,

28: -- ---------------------------------------------------------------------------
29: Function chk_cert_prd_compl(p_cert_prd_enrollment_id in ota_cert_prd_enrollments.cert_prd_enrollment_id%type)
30: return varchar2;
31:
32: Procedure crt_comp_upd_succ_att(p_event_id in ota_events.event_id%type,
33: p_person_id in number
34: );
35:
36: Function is_cert_success_complete(p_cert_prd_enrollment_id in ota_cert_prd_enrollments.cert_prd_enrollment_id%type,

Line 167: function check_active_periods(p_event_id in ota_events.event_id%type) return varchar2;

163: p_col_name in varchar2 default 'Period_Status_Meaning') return varchar2;
164:
165: function get_elapsed_due_date(p_certification_id in ota_certifications_b.certification_id%type) return date;
166:
167: function check_active_periods(p_event_id in ota_events.event_id%type) return varchar2;
168:
169: procedure sync_late_subsc_to_class;
170:
171: END OTA_CPE_UTIL;