DBA Data[Home] [Help]

APPS.OTA_CERT_ENROLLMENT_API dependencies on OTA_LRNR_ENROLL_UNENROLL_WF

Line 987: OTA_LRNR_ENROLL_UNENROLL_WF.Cert_Enrollment(p_process => 'OTA_CERT_APPROVAL_JSP_PRC',

983: or (l_o_cert_enroll_id is not null and l_o_cert_enroll_status <> 'ENROLLED'
984: and l_certification_status_code ='ENROLLED'))
985: and p_person_id is not null
986: and nvl(p_enroll_from , '-1')<> 'LRNR')then
987: OTA_LRNR_ENROLL_UNENROLL_WF.Cert_Enrollment(p_process => 'OTA_CERT_APPROVAL_JSP_PRC',
988: p_itemtype => 'HRSSA',
989: p_person_id => p_person_id,
990: p_certificationid => p_certification_id);
991: