DBA Data[Home] [Help]

APPS.ICX_QUESTIONS_ADMIN dependencies on OWA_UTIL

Line 688: owa_util.redirect_url(curl=>wfa_html.base_url||'/'||'icx_questions_admin.edit_question'||

684:
685:
686: if (l_error_msg IS NOT NULL) THEN
687:
688: owa_util.redirect_url(curl=>wfa_html.base_url||'/'||'icx_questions_admin.edit_question'||
689: '?p_application_id='||p_application_id||
690: '&p_error_message='||l_error_msg||
691: '&p_application_short_name='||UPPER(p_application_short_name)||
692: '&p_question_code='||wfa_html.conv_special_url_chars(UPPER(p_question_code))||

Line 717: -- use owa_util.redirect_url to redirect the URL to the home page

713: sysdate,
714: 1,
715: 1);
716:
717: -- use owa_util.redirect_url to redirect the URL to the home page
718: owa_util.redirect_url(curl=>icx_questions_admin.get_display_syntax (p_find_criteria),
719: bclose_header=>TRUE);
720:
721: END IF;

Line 718: owa_util.redirect_url(curl=>icx_questions_admin.get_display_syntax (p_find_criteria),

714: 1,
715: 1);
716:
717: -- use owa_util.redirect_url to redirect the URL to the home page
718: owa_util.redirect_url(curl=>icx_questions_admin.get_display_syntax (p_find_criteria),
719: bclose_header=>TRUE);
720:
721: END IF;
722:

Line 771: owa_util.redirect_url(curl=>wfa_html.base_url||'/'||'icx_questions_admin.edit_question'||

767:
768:
769: if (l_error_msg IS NOT NULL) THEN
770:
771: owa_util.redirect_url(curl=>wfa_html.base_url||'/'||'icx_questions_admin.edit_question'||
772: '?p_application_id='||p_application_id||
773: '&p_error_message='||l_error_msg||
774: '&p_application_short_name='||UPPER(p_application_short_name)||
775: '&p_question_code='||wfa_html.conv_special_url_chars(p_question_code)||

Line 792: -- use owa_util.redirect_url to redirect the URL to the home page

788: sysdate,
789: 1,
790: 1);
791:
792: -- use owa_util.redirect_url to redirect the URL to the home page
793: owa_util.redirect_url(curl=>icx_questions_admin.get_display_syntax (p_find_criteria),
794: bclose_header=>TRUE);
795:
796: end if;

Line 793: owa_util.redirect_url(curl=>icx_questions_admin.get_display_syntax (p_find_criteria),

789: 1,
790: 1);
791:
792: -- use owa_util.redirect_url to redirect the URL to the home page
793: owa_util.redirect_url(curl=>icx_questions_admin.get_display_syntax (p_find_criteria),
794: bclose_header=>TRUE);
795:
796: end if;
797:

Line 905: -- use owa_util.redirect_url to redirect the URL to the home page

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),
907: bclose_header=>TRUE);
908:
909: exception

Line 906: owa_util.redirect_url(curl=>icx_questions_admin.get_display_syntax (p_find_criteria),

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),
907: bclose_header=>TRUE);
908:
909: exception
910: when others then

Line 1499: owa_util.redirect_url(curl=>wfa_html.base_url||'/'||'icx_questions_admin.edit_function'||

1495:
1496:
1497: if (l_error_msg IS NOT NULL) THEN
1498:
1499: owa_util.redirect_url(curl=>wfa_html.base_url||'/'||'icx_questions_admin.edit_function'||
1500: '?p_question_code='||wfa_html.conv_special_url_chars(p_question_code)||
1501: '&p_function_id='||p_function_id||
1502: '&p_function_name='||wfa_html.conv_special_url_chars(p_function_name)||
1503: '&p_insert=TRUE'||

Line 1527: -- use owa_util.redirect_url to redirect the URL to the home page

1523: sysdate,
1524: 1
1525: );
1526:
1527: -- use owa_util.redirect_url to redirect the URL to the home page
1528: owa_util.redirect_url(curl=>wfa_html.base_url||'/'||'icx_questions_admin.display_functions'||
1529: '?p_question_code='||wfa_html.conv_special_url_chars(p_question_code)||
1530: '&p_find_criteria='||wfa_html.conv_special_url_chars(p_find_criteria),
1531: bclose_header=>TRUE);

Line 1528: owa_util.redirect_url(curl=>wfa_html.base_url||'/'||'icx_questions_admin.display_functions'||

1524: 1
1525: );
1526:
1527: -- use owa_util.redirect_url to redirect the URL to the home page
1528: owa_util.redirect_url(curl=>wfa_html.base_url||'/'||'icx_questions_admin.display_functions'||
1529: '?p_question_code='||wfa_html.conv_special_url_chars(p_question_code)||
1530: '&p_find_criteria='||wfa_html.conv_special_url_chars(p_find_criteria),
1531: bclose_header=>TRUE);
1532:

Line 1588: owa_util.redirect_url(curl=>wfa_html.base_url||'/'||'icx_questions_admin.edit_function'||

1584: end if;
1585:
1586: if (l_error_msg IS NOT NULL) THEN
1587:
1588: owa_util.redirect_url(curl=>wfa_html.base_url||'/'||'icx_questions_admin.edit_function'||
1589: '?p_question_code='||wfa_html.conv_special_url_chars(p_question_code)||
1590: '&p_function_id='||p_function_id||
1591: '&p_function_name='||wfa_html.conv_special_url_chars(p_function_name)||
1592: '&p_insert=TRUE'||

Line 1607: -- use owa_util.redirect_url to redirect the URL to the home page

1603: LAST_UPDATE_LOGIN = 1
1604: WHERE QUESTION_CODE = P_QUESTION_CODE
1605: AND FUNCTION_NAME = P_OLD_FUNCTION_NAME;
1606:
1607: -- use owa_util.redirect_url to redirect the URL to the home page
1608:
1609: owa_util.redirect_url(curl=>wfa_html.base_url||'/'||'icx_questions_admin.display_functions'||
1610: '?p_question_code='||wfa_html.conv_special_url_chars(p_question_code)||
1611: '&p_find_criteria='||wfa_html.conv_special_url_chars(p_find_criteria),

Line 1609: owa_util.redirect_url(curl=>wfa_html.base_url||'/'||'icx_questions_admin.display_functions'||

1605: AND FUNCTION_NAME = P_OLD_FUNCTION_NAME;
1606:
1607: -- use owa_util.redirect_url to redirect the URL to the home page
1608:
1609: owa_util.redirect_url(curl=>wfa_html.base_url||'/'||'icx_questions_admin.display_functions'||
1610: '?p_question_code='||wfa_html.conv_special_url_chars(p_question_code)||
1611: '&p_find_criteria='||wfa_html.conv_special_url_chars(p_find_criteria),
1612: bclose_header=>TRUE);
1613:

Line 1645: -- use owa_util.redirect_url to redirect the URL to the home page

1641: DELETE FROM ICX_QUESTION_FUNCTIONS
1642: WHERE QUESTION_CODE = P_QUESTION_CODE
1643: AND FUNCTION_NAME = P_FUNCTION_NAME;
1644:
1645: -- use owa_util.redirect_url to redirect the URL to the home page
1646: owa_util.redirect_url(curl=>wfa_html.base_url||'/'||'icx_questions_admin.display_functions'||
1647: '?p_question_code='||wfa_html.conv_special_url_chars(p_question_code)||
1648: '&p_find_criteria='||wfa_html.conv_special_url_chars(p_find_criteria),
1649: bclose_header=>TRUE);

Line 1646: owa_util.redirect_url(curl=>wfa_html.base_url||'/'||'icx_questions_admin.display_functions'||

1642: WHERE QUESTION_CODE = P_QUESTION_CODE
1643: AND FUNCTION_NAME = P_FUNCTION_NAME;
1644:
1645: -- use owa_util.redirect_url to redirect the URL to the home page
1646: owa_util.redirect_url(curl=>wfa_html.base_url||'/'||'icx_questions_admin.display_functions'||
1647: '?p_question_code='||wfa_html.conv_special_url_chars(p_question_code)||
1648: '&p_find_criteria='||wfa_html.conv_special_url_chars(p_find_criteria),
1649: bclose_header=>TRUE);
1650: