1137:
1138: IF l_completion_status = 'S' THEN
1139: p_path_status_code := 'COMPLETED';
1140: --l_completion_date := trunc(sysdate);
1141: l_completion_date := ota_lrng_path_member_util.get_lp_completion_date(p_lp_enrollment_id);
1142: --mark lpe as Completed
1143: OPEN csr_get_lpe_details;
1144: FETCH csr_get_lpe_details INTO l_lpe_rec;
1145: CLOSE csr_get_lpe_details;