DBA Data[Home] [Help]

APPS.OTA_TDB_DEL dependencies on OTA_CME_UTIL

Line 230: ota_cme_util.update_cme_status(p_event_id => g_event_id,

226: p_person_id => g_person_id,
227: p_contact_id => null,
228: p_lp_enrollment_ids => l_lp_enrollment_ids);
229: --if the enrollment is deleted then check any associated cert enrollments that get effected
230: ota_cme_util.update_cme_status(p_event_id => g_event_id,
231: p_person_id => g_person_id,
232: p_contact_id => null,
233: p_cert_prd_enrollment_ids => l_cert_prd_enrollment_ids);
234: ELSIF g_contact_id IS NOT NULL THEN

Line 240: ota_cme_util.update_cme_status(p_event_id => g_event_id,

236: p_person_id => null,
237: p_contact_id => g_contact_id,
238: p_lp_enrollment_ids => l_lp_enrollment_ids);
239: --if the enrollment is deleted then check any associated cert enrollments that get effected
240: ota_cme_util.update_cme_status(p_event_id => g_event_id,
241: p_person_id => null,
242: p_contact_id => g_contact_id,
243: p_cert_prd_enrollment_ids => l_cert_prd_enrollment_ids);
244: END IF;