DBA Data[Home] [Help]

APPS.ICX_ITEM dependencies on OWA_UTIL

Line 33: v_dcd_name := owa_util.get_cgi_env('SCRIPT_NAME');

29: icx_util.error_page_setup;
30:
31: l_date_format := icx_sec.getID(icx_sec.PV_DATE_FORMAT);
32:
33: v_dcd_name := owa_util.get_cgi_env('SCRIPT_NAME');
34: v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
35: v_help_url := '/OA_DOC/' || v_language_code || '/awc' || '/icxitems.htm';
36:
37: l_where_clause := icx_call.decrypt2(p_where);

Line 78: owa_util.mime_header('application/msexcel');

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:
80: -- Print the first three instruction lines
81: FND_MESSAGE.SET_NAME('ICX','ICX_ITEM_XL_LINE1');
82: htp.p(FND_MESSAGE.GET);