DBA Data[Home] [Help]

APPS.ICX_QUESTIONS_ADMIN dependencies on ICX_QUESTIONS_TL

Line 902: delete from icx_questions_tl where question_code = p_question_code;

898:
899: BEGIN
900:
901: delete from icx_question_functions where question_code = p_question_code;
902: delete from icx_questions_tl where question_code = p_question_code;
903: delete from icx_questions where question_code = p_question_code;
904:
905: -- use owa_util.redirect_url to redirect the URL to the home page
906: owa_util.redirect_url(curl=>icx_questions_admin.get_display_syntax (p_find_criteria),