DBA Data[Home] [Help]

APPS.ICX_SETUP dependencies on ICX_SEC

Line 45: if (icx_sec.validateSession('ICX_SETUP')) then

41:
42: c_browser varchar2(400) := owa_util.get_cgi_env('HTTP_USER_AGENT');
43:
44: begin
45: if (icx_sec.validateSession('ICX_SETUP')) then
46:
47: -- need the language code to find any images or static html
48: v_language := icx_sec.getID(PV_LANGUAGE_CODE);
49: v_web_user := icx_sec.getID(PV_WEB_USER_ID);

Line 48: v_language := icx_sec.getID(PV_LANGUAGE_CODE);

44: begin
45: if (icx_sec.validateSession('ICX_SETUP')) then
46:
47: -- need the language code to find any images or static html
48: v_language := icx_sec.getID(PV_LANGUAGE_CODE);
49: v_web_user := icx_sec.getID(PV_WEB_USER_ID);
50:
51: select query_set,
52: home_url,

Line 49: v_web_user := icx_sec.getID(PV_WEB_USER_ID);

45: if (icx_sec.validateSession('ICX_SETUP')) then
46:
47: -- need the language code to find any images or static html
48: v_language := icx_sec.getID(PV_LANGUAGE_CODE);
49: v_web_user := icx_sec.getID(PV_WEB_USER_ID);
50:
51: select query_set,
52: home_url,
53: webmaster_email,

Line 194: if (icx_sec.validateSession('ICX_SETUP')) then

190: WebUser in number) is
191:
192: begin
193:
194: if (icx_sec.validateSession('ICX_SETUP')) then
195:
196: update icx_parameters
197: set query_set = QuerySet,
198: home_url = HomeUrl,