DBA Data[Home] [Help]

APPS.HR_PARTICIPANTS_API dependencies on HR_QUEST_PERFORM_WEB

Line 564: hr_quest_perform_web.delete_quest_answer(p_questionnaire_answer_id => l_quest_ans_id);

560: open c_quest_ans_id;
561: fetch c_quest_ans_id into l_quest_ans_id;
562: if c_quest_ans_id%found then
563: -- deleting answers and answer values.
564: hr_quest_perform_web.delete_quest_answer(p_questionnaire_answer_id => l_quest_ans_id);
565: end if;
566: close c_quest_ans_id;
567:
568: