DBA Data[Home] [Help]

APPS.ICX_CATG dependencies on ICX_ADMIN_SIG

Line 58: icx_admin_sig.help_win_script(v_help_url, v_language_code);

54: htp.htmlOpen;
55: htp.headOpen;
56: icx_util.copyright;
57: js.scriptOpen;
58: icx_admin_sig.help_win_script(v_help_url, v_language_code);
59: js.scriptClose;
60: htp.title(ak_query_pkg.g_regions_table(0).name);
61: htp.headClose;
62:

Line 63: icx_admin_sig.toolbar(language_code => v_language_code,

59: js.scriptClose;
60: htp.title(ak_query_pkg.g_regions_table(0).name);
61: htp.headClose;
62:
63: icx_admin_sig.toolbar(language_code => v_language_code,
64: disp_find => 'icx_store_catg_templates.find_categories');
65: fnd_message.set_name('ICX','ICX_NO_RECORDS_FOUND');
66: fnd_message.set_token('NAME_OF_REGION_TOKEN',
67: ak_query_pkg.g_regions_table(0).name);

Line 75: icx_admin_sig.footer;

71: htp.tableData(cvalue => ''||fnd_message.get||'
72: ',cattributes => 'VALIGN="MIDDLE"');
73: htp.tableClose;
74: htp.br;
75: icx_admin_sig.footer;
76: ELSE
77: -- Set the mime type to spread sheet for automatic spawning
78: owa_util.mime_header('application/msexcel');
79: