DBA Data[Home] [Help]

APPS.OTA_CERT_PRD_ENROLLMENT_API dependencies on OTA_INITIALIZATION_WF

Line 578: OTA_INITIALIZATION_WF.initialize_cert_ntf_wf(p_item_type => 'OTWF',

574: CLOSE csr_cert_enrl;
575:
576: if p_period_status_code = 'COMPLETED' and l_cert_enrl_rec.person_id is not null then
577:
578: OTA_INITIALIZATION_WF.initialize_cert_ntf_wf(p_item_type => 'OTWF',
579: p_person_id => l_cert_enrl_rec.person_id,
580: p_certification_id => l_cert_enrl_rec.certification_id,
581: p_cert_prd_enrollment_id => p_cert_prd_enrollment_id,
582: p_cert_ntf_type => 'CERT_COMPLETION');

Line 611: OTA_INITIALIZATION_WF.initialize_cert_ntf_wf(p_item_type => 'OTWF',

607: end if;
608:
609: if p_period_status_code = 'CANCELLED' and l_cert_enrl_rec.person_id is not null then
610:
611: OTA_INITIALIZATION_WF.initialize_cert_ntf_wf(p_item_type => 'OTWF',
612: p_person_id => l_cert_enrl_rec.person_id ,
613: p_certification_id => l_cert_enrl_rec.certification_id,
614: p_cert_prd_enrollment_id => p_cert_prd_enrollment_id,
615: p_cert_ntf_type => 'CERT_UNENROLL');